kicad/common/plotters
jean-pierre charras 21144481d2 PLOTTER: do not clamp coordinates to an arbitrary value.
Previously, coordinates were clamped to +- 60 inches. It makes no sense to
clamp them at plotter level: max cooed depends on the editor (schematic/board...)
Rename MAX_PAGE_SIZE_MILS to MAX_PAGE_SIZE_EESCHEMA_MILS and use it only for Eeschema.
Fixes #11196
https://gitlab.com/kicad/code/kicad/issues/11196
2022-03-22 10:32:36 +01:00
..
DXF_plotter.cpp Plotters: add plot Arcs using EDA_SHAPE or center, start point and end point. 2022-02-20 17:17:20 +01:00
GERBER_plotter.cpp Gerber plotter: fix incorrect handling of arcs in polygons. 2022-03-17 12:55:24 +01:00
HPGL_plotter.cpp Plotters: add plot Arcs using EDA_SHAPE or center, start point and end point. 2022-02-20 17:17:20 +01:00
PDF_plotter.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
PS_plotter.cpp Add some vector reservations 2022-02-05 21:12:29 -05:00
SVG_plotter.cpp SVG plotter rework: use mm as units in file. Remove useless inch option. 2022-01-28 19:33:51 +01:00
common_plot_functions.cpp Make sure plotter uses default font when specified. 2022-02-10 20:33:06 +00:00
plotter.cpp PLOTTER: do not clamp coordinates to an arbitrary value. 2022-03-22 10:32:36 +01:00