kicad/common/plotters
Seth Hillbrand 85b8dd8b34 plotter: We we trying to export mm but chose in
Note that the comment in line 142 where the scale factor was set had the
correct value to indicate metric (1) but in the actual boilerplate, we
set imperial (0).  This has been around for 6-8 years, so it would seem
DXF is not our most popular export.

Note, I initially tried to use '1' to specify metric units but this was
not handled by DXF readers (QCAM, Inkscape).  Instead, scaling the page
units to inches properly seems to work.

(cherry picked from commit 0eb391b13f)
2019-05-15 14:55:00 -07:00
..
DXF_plotter.cpp plotter: We we trying to export mm but chose in 2019-05-15 14:55:00 -07:00
GERBER_plotter.cpp Gerber output: fix a potential minor issue in a G04 line comment. 2019-01-27 10:14:16 +01:00
HPGL_plotter.cpp HPGL plotter fix incorrect scaling factor 2018-05-25 20:50:00 +02:00
PDF_plotter.cpp PDF Plotter: handle edge-case arc/circle drawing correctly 2018-03-13 21:01:06 -04:00
PS_plotter.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
SVG_plotter.cpp Fix group tag for SVG plotting 2019-02-12 11:45:12 +00:00
common_plot_functions.cpp Fix code after renaming files 2018-01-29 11:37:29 +01:00
plotter.cpp Add line style drawing. 2018-10-09 11:08:56 +01:00