Re: [Kicad-developers] [PATCH] Improve automatic placement of fields between wires

2015-12-18 Thread jp charras
Le 17/12/2015 20:38, Chris Pavlina a écrit : > autoplace_fields can nudge fields to fit nicely between adjacent > wires, but that didn't work quite well in combination with the recent > flexible-placement patch. This patch improves the heuristics in > fit_fields_between_wires. > > -- Chris >

[Kicad-developers] [PATCH] Improve automatic placement of fields between wires

2015-12-17 Thread Chris Pavlina
autoplace_fields can nudge fields to fit nicely between adjacent wires, but that didn't work quite well in combination with the recent flexible-placement patch. This patch improves the heuristics in fit_fields_between_wires. -- Chris diff --git a/eeschema/autoplace_fields.cpp