41 m_pdfFrontFPPropertyPopups(
true ),
42 m_pdfBackFPPropertyPopups(
true ),
43 m_pdfMetadata(
true ), m_pdfSingle(
false ), m_pdfGenMode( GEN_MODE::ALL_LAYERS_ONE_FILE )
45 m_plotDrawingSheet =
false;
48 &m_colorTheme, m_colorTheme ) );
50 &m_mirror, m_mirror ) );
52 &m_blackAndWhite, m_blackAndWhite ) );
54 &m_negative, m_negative ) );
56 &m_plotFootprintValues, m_plotFootprintValues ) );
58 &m_plotPadNumbers, m_plotPadNumbers ) );
59 m_params.emplace_back(
new JOB_PARAM<bool>(
"sketch_pads_on_fab_layers",
60 &m_sketchPadsOnFabLayers, m_sketchPadsOnFabLayers ) );
62 &m_drillShapeOption, m_drillShapeOption ) );
65 &m_pdfMetadata, m_pdfMetadata ) );
67 &m_pdfSingle, m_pdfSingle ) );
69 &m_pdfFrontFPPropertyPopups, m_pdfFrontFPPropertyPopups ) );
71 &m_pdfBackFPPropertyPopups, m_pdfBackFPPropertyPopups ) );
73 &m_pdfGenMode, m_pdfGenMode ) );
79 return wxString::Format(
_(
"Export PDF" ) );
85 return wxString::Format(
_(
"Export PDF Job Settings" ) );
wxString GetSettingsDialogTitle() const override
wxString GetDefaultDescription() const override
@ ALL_LAYERS_SEPARATE_FILE
@ ALL_LAYERS_ONE_FILE
DEPRECATED MODE.
@ ONE_PAGE_PER_LAYER_ONE_FILE
The most traditional output mode KiCad has had.
Some functions to handle hotkeys in KiCad.
NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_PDF::DRILL_MARKS, { { JOB_EXPORT_PCB_PDF::DRILL_MARKS::NO_DRILL_SHAPE, "none" }, { JOB_EXPORT_PCB_PDF::DRILL_MARKS::SMALL_DRILL_SHAPE, "small" }, { JOB_EXPORT_PCB_PDF::DRILL_MARKS::FULL_DRILL_SHAPE, "full" } }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_PDF
#define REGISTER_JOB(job_name, title, face, T)