Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-11 Thread Eldar Khayrullin
Hello. Thanks to jp charras. To Nick: this patch only removes inconsistency of setup params for dashed lines for plotting and nothing to break. See rev5484 http://bazaar.launchpad.net/%7Ekicad-product-committers/kicad/product/revision/5484. 10.03.2015 23:44, Nick Østergaard пишет: Ohh,

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-10 Thread jp charras
Le 10/03/2015 21:05, Nick Østergaard a écrit : 2015-03-10 21:02 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 09/03/2015 17:24, Eldar Khayrullin a écrit : Add check to negative values of mark length. Use GetCurrentLineWidth() instead of currentPenWidth. 09.03.2015 19:06, jp charras пишет:

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-10 Thread Nick Østergaard
2015-03-10 21:30 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 10/03/2015 21:05, Nick Østergaard a écrit : 2015-03-10 21:02 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 09/03/2015 17:24, Eldar Khayrullin a écrit : Add check to negative values of mark length. Use GetCurrentLineWidth()

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-10 Thread jp charras
Le 09/03/2015 17:24, Eldar Khayrullin a écrit : Add check to negative values of mark length. Use GetCurrentLineWidth() instead of currentPenWidth. 09.03.2015 19:06, jp charras пишет: Le 09/03/2015 16:29, Eldar Khayrullin a écrit : It is possible? May be you mean that need check this

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-10 Thread Nick Østergaard
Also, for inspiration: https://bugs.launchpad.net/kicad/+bug/1405026 2015-03-10 21:05 GMT+01:00 Nick Østergaard oe.n...@gmail.com: 2015-03-10 21:02 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 09/03/2015 17:24, Eldar Khayrullin a écrit : Add check to negative values of mark length. Use

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-10 Thread Nick Østergaard
2015-03-10 21:02 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 09/03/2015 17:24, Eldar Khayrullin a écrit : Add check to negative values of mark length. Use GetCurrentLineWidth() instead of currentPenWidth. 09.03.2015 19:06, jp charras пишет: Le 09/03/2015 16:29, Eldar Khayrullin a écrit :

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-09 Thread jp charras
Le 09/03/2015 15:36, Eldar Khayrullin a écrit : I deleted Magic numbers that set parameters of dash lines. Use constants in mils. Then apply radius correction and scale to plot units when start to plotting. Make for PDF, PS, SVG plotters. And some minor fixes. * Английский - определен *

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-09 Thread Eldar Khayrullin
Add check to negative values of mark length. Use GetCurrentLineWidth() instead of currentPenWidth. 09.03.2015 19:06, jp charras пишет: Le 09/03/2015 16:29, Eldar Khayrullin a écrit : It is possible? May be you mean that need check this condition? 09.03.2015 18:19, jp charras пишет: Le

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-09 Thread Eldar Khayrullin
It is possible? May be you mean that need check this condition? 09.03.2015 18:19, jp charras пишет: Le 09/03/2015 15:36, Eldar Khayrullin a écrit : I deleted Magic numbers that set parameters of dash lines. Use constants in mils. Then apply radius correction and scale to plot units when start