kicad/common/plotters
Seth Hillbrand 0eb391b13f 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.
2019-05-15 14:54:25 -07:00
..
DXF_plotter.cpp plotter: We we trying to export mm but chose in 2019-05-15 14:54:25 -07:00
GERBER_plotter.cpp Pcbnew: add a new primitive pad shape: chamfered round rect pad. 2019-03-11 10:26:15 +01:00
HPGL_plotter.cpp Pcbnew: add a new primitive pad shape: chamfered round rect pad. 2019-03-11 10:26:15 +01:00
PDF_plotter.cpp PDF Plotter: handle edge-case arc/circle drawing correctly 2018-03-13 21:01:06 -04:00
PS_plotter.cpp Pcbnew: add a new primitive pad shape: chamfered round rect pad. 2019-03-11 10:26:15 +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