X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=tzW2n4SdtIiGsloAHea5eIpKTF/jy67D86obgUFAqBU=; b=Anq64PIKZJ7Qz0KjR7+8EszB7pMeqqY8P3Y5Thdxh7N2ApxDkVSAS4LVx/gsjGOHq4 Cd5rlFWEoLgXgAc4hej6XCuvbvVIb+2Wuli4sqXp7eH3sEoXe0vvVcFGt0LyMP7MNZPO W8DlUki4PDlchhuGitZouZltHDX1Ok2pnYbdU= MIME-Version: 1.0 In-Reply-To: <42cfc4ddc105aa784c55d6dbf026881c@frii.com> References: <42cfc4ddc105aa784c55d6dbf026881c AT frii DOT com> From: Alberto Maccioni Date: Fri, 7 Oct 2011 11:04:31 +0200 Message-ID: Subject: Re: [geda-user] gcode defaults To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p979Xlsa014508 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk In gcode.c, line 146, you find the attribute list: HID_Attribute gcode_attribute_list[] = { ... There you can change the default value for each parameter. Recompile and you're done. 2011/10/6 : > I'd like to change the defaults that the gcode exporter comes up with, but > I've yet to find a way/place to do this.  Any suggestions? > > Thanks for including this: it's made PCB milling way easier. > >