X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f Date: Tue, 28 Apr 2015 00:09:38 -0400 Message-Id: <201504280409.t3S49cSK028789@envy.delorie.com> From: DJ Delorie To: geda-help AT delorie DOT com In-reply-to: (message from Stan Katz on Tue, 28 Apr 2015 00:00:55 -0400) Subject: Re: [geda-help] Blending an Autorouted Trace into a Flood References: Reply-To: geda-help AT delorie DOT com > All I want to do is to blend an autorouted ground trace with a flood. I've > tried using "Select" GND from the netlist, and then issuing > MinClearGap(Selected,-20). I also tried MinClearGap(Selected,-20,mil). The > default gap attribute of the traces is 20 mil. Nothing happens. The gap settings only affect polygons, not traces, and only when the polygon would normally clear the pin/pad anyway (i.e. if the poly joins the pad, obviously it won't be affected by the clearance settings). Otherwise, you'd have to be a bit clearer on what you mean by "blend" as far as which parts of the layout need changing, and what kinds of change.