#include JOB_EXPORT_PCB_PLOT::JOB_EXPORT_PCB_PLOT( PLOT_FORMAT aFormat, const std::string& aType, bool aOutputIsDirectory ) : JOB( aType, aOutputIsDirectory ), m_plotFormat( aFormat ), m_filename(), m_colorTheme(), m_drawingSheet(), m_mirror( false ), m_blackAndWhite( false ), m_negative( false ), m_sketchPadsOnFabLayers( false ), m_hideDNPFPsOnFabLayers( false ), m_sketchDNPFPsOnFabLayers( true ), m_crossoutDNPFPsOnFabLayers( true ), m_plotFootprintValues( true ), m_plotRefDes( true ), m_plotDrawingSheet( true ), m_plotPadNumbers( false ), m_plotInvisibleText( false ), m_printMaskLayer(), m_printMaskLayersToIncludeOnAllLayers(), m_drillShapeOption( DRILL_MARKS::FULL_DRILL_SHAPE ), m_useDrillOrigin( false ) { }