KiCad PCB EDA Suite
Loading...
Searching...
No Matches
plotter.cpp File Reference

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 )
 

Detailed Description

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.

Macro Definition Documentation

◆ IU_PER_MILS

#define IU_PER_MILS   ( m_IUsPerDecimil * 10 )

Definition at line 128 of file plotter.cpp.