KiCad PCB EDA Suite
|
#include <pcb_plotter.h>
#include <plotters/plotter.h>
#include <plotters/plotters_pslike.h>
#include <board.h>
#include <reporter.h>
#include <pcbplot.h>
#include <wx/filename.h>
#include <gerber_jobfile_writer.h>
#include <jobs/job_export_pcb_gerbers.h>
#include <jobs/job_export_pcb_dxf.h>
#include <jobs/job_export_pcb_pdf.h>
#include <jobs/job_export_pcb_plot.h>
#include <jobs/job_export_pcb_ps.h>
#include <jobs/job_export_pcb_svg.h>
#include <pgm_base.h>
#include <pcbnew_settings.h>
#include <math/util.h>
Go to the source code of this file.
Functions | |
static int | scaleToSelection (double scale) |
|
static |
Definition at line 43 of file pcb_plotter.cpp.
References scale.
Referenced by PCB_PLOTTER::PlotJobToPlotOpts().