kicad/common/plotters
Roberto Fernandez Bautista 0015574a60 ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
CHANGED: The text variable ${SHEETNAME} now always represents the name of the
sheet when used anywhere in the schematic editor, including the title block

ADDED: A new text variable ${SHEETPATH} which is replaced with the path to the
current sheet - e.g. "/Sheet 1/Sheet 2".

To ensure backward compatibility, the default drawing sheet now uses
${SHEETPATH}. Custom drawing sheets will need to be manually edited.
2022-04-09 15:45:58 +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 Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
PS_plotter.cpp Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
SVG_plotter.cpp Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
common_plot_functions.cpp ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 2022-04-09 15:45:58 +01:00
plotter.cpp PLOTTER: do not clamp coordinates to an arbitrary value. 2022-03-22 10:32:36 +01:00