KiCad PCB EDA Suite
|
KiCad: Base of all the specialized plotters the class PLOTTER handle basic functions to plot schematic and boards with different plot formats. More...
#include <trigo.h>
#include <plotters/plotter.h>
#include <geometry/shape_line_chain.h>
#include <bezier_curves.h>
#include <callback_gal.h>
#include <math/util.h>
#include <wx/log.h>
Go to the source code of this file.
Macros | |
#define | IU_PER_MILS ( m_IUsPerDecimil * 10 ) |
KiCad: Base of all the specialized plotters the class PLOTTER handle basic functions to plot schematic and boards with different plot formats.
There are currently engines for: HPGL POSTSCRIPT GERBER DXF an SVG 'plot' is also provided along with the 'print' function by wx, but is not handled here.
Definition in file plotter.cpp.
#define IU_PER_MILS ( m_IUsPerDecimil * 10 ) |
Definition at line 129 of file plotter.cpp.