22#include <wx/bmpbuttn.h>
23#include <wx/clntdata.h>
26#include <wx/rearrangectrl.h>
153 wxArrayInt plotAllLayersOrder;
154 wxArrayString plotAllLayersChoicesStrings;
155 std::vector<PCB_LAYER_ID> layersIdChoiceList;
165 plotAllLayersChoicesStrings.Add( layerName );
166 layersIdChoiceList.push_back( layer );
169 plotAllLayersOrder.push_back( order );
171 plotAllLayersOrder.push_back( ~order );
176 int checkColSize = 22;
177 int layerColSize = textWidth + 15;
189 wxStaticBox* allLayersLabel =
new wxStaticBox(
this, wxID_ANY,
_(
"Plot on All Layers" ) );
190 wxStaticBoxSizer* sbSizer =
new wxStaticBoxSizer( allLayersLabel, wxVERTICAL );
193 wxDefaultPosition, wxDefaultSize,
194 plotAllLayersOrder, plotAllLayersChoicesStrings, 0 );
202 for(
size_t idx = 0; idx < layersIdChoiceList.size(); idx++ )
204 wxString& txt = plotAllLayersChoicesStrings[idx];
213 wxBoxSizer* bButtonSizer;
214 bButtonSizer =
new wxBoxSizer( wxHORIZONTAL );
217 wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW | 0 );
218 m_bpMoveUp->SetToolTip(
_(
"Move current selection up" ) );
221 bButtonSizer->Add(
m_bpMoveUp, 0, wxALIGN_CENTER_VERTICAL | wxRIGHT, 3 );
224 wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW | 0 );
225 m_bpMoveDown->SetToolTip(
_(
"Move current selection down" ) );
228 bButtonSizer->Add(
m_bpMoveDown, 0, wxALIGN_CENTER_VERTICAL | wxRIGHT, 5 );
230 sbSizer->Add( bButtonSizer, 0, wxALL | wxEXPAND, 3 );
232 bmiddleSizer->Insert( 1, sbSizer, 1, wxALL | wxEXPAND, 5 );
244 { wxID_APPLY,
_(
"Generate Drill Files..." ) },
245 { wxID_CANCEL,
_(
"Close" ) } } );
248 GetSizer()->Fit(
this );
249 GetSizer()->SetSizeHints(
this );
287 if( !
m_job->m_variant.IsEmpty() )
291 if( idx != wxNOT_FOUND )
299 if( !currentVariant.IsEmpty() )
303 if( idx != wxNOT_FOUND )
391 ||
m_plotOpts.GetCrossoutDNPFPsOnFabLayers() );
443 wxCommandEvent cmd_event;
528 m_job->m_subtractSolderMaskFromSilk =
m_plotOpts.GetSubtractMaskFromSilk();
530 m_job->m_crossoutDNPFPsOnFabLayers =
m_plotOpts.GetCrossoutDNPFPsOnFabLayers();
531 m_job->m_hideDNPFPsOnFabLayers =
m_plotOpts.GetHideDNPFPsOnFabLayers();
532 m_job->m_sketchDNPFPsOnFabLayers =
m_plotOpts.GetSketchDNPFPsOnFabLayers();
533 m_job->m_sketchPadsOnFabLayers =
m_plotOpts.GetSketchPadsOnFabLayers();
541 m_job->m_plotLayerSequence =
m_plotOpts.GetLayerSelection().SeqStackupForPlotting();
542 m_job->m_plotOnAllLayersSequence =
m_plotOpts.GetPlotOnAllLayersSequence();
575 int knownViolations = 0;
586 if( !
m_job && ( knownViolations || exclusions ) )
617 if( ( selection != 0 ) && ( selection != wxNOT_FOUND ) )
627 [&]( wxRearrangeList* aList,
PCB_LAYER_ID aLayer ) ->
int
629 for(
int ii = 0; ii < (int) aList->GetCount(); ++ii )
644 while( currentPos > idx )
656#define ID_LAYER_FAB 13001
657#define ID_SELECT_COPPER_LAYERS 13002
658#define ID_DESELECT_COPPER_LAYERS 13003
659#define ID_SELECT_ALL_LAYERS 13004
660#define ID_DESELECT_ALL_LAYERS 13005
661#define ID_STACKUP_ORDER 13006
671 menu.Append(
new wxMenuItem( &menu,
ID_LAYER_FAB,
_(
"Select Fab Layers" ) ) );
673 menu.AppendSeparator();
677 menu.AppendSeparator();
681 menu.Bind( wxEVT_COMMAND_MENU_SELECTED,
682 [&]( wxCommandEvent& aCmd )
684 switch( aCmd.GetId() )
692 if( ( layermask & fab_layer_set ).
any() )
746 menu.AppendSeparator();
747 menu.Append(
new wxMenuItem( &menu,
ID_STACKUP_ORDER,
_(
"Order as Board Stackup" ) ) );
749 menu.Bind( wxEVT_COMMAND_MENU_SELECTED,
750 [&]( wxCommandEvent& aCmd )
752 switch( aCmd.GetId() )
768 LSEQ stackup =
m_editFrame->GetBoard()->GetEnabledLayers().SeqStackupForPlotting();
813 std::function<bool( wxString* )> textResolver =
814 [&]( wxString* token ) ->
bool
816 return m_editFrame->GetBoard()->ResolveTextVar( token, 0 );
824 wxDirDialog dirDialog(
this,
_(
"Select Output Directory" ),
path );
826 if( dirDialog.ShowModal() == wxID_CANCEL )
829 wxFileName dirName = wxFileName::DirName( dirDialog.GetPath() );
831 wxFileName fn(
Prj().AbsolutePath(
m_editFrame->GetBoard()->GetFileName() ) );
832 wxString defaultPath = fn.GetPathWithSep();
833 wxFileName relPathTest;
835 relPathTest.Assign( dirDialog.GetPath() );
838 if( relPathTest.MakeRelativeTo( defaultPath ) )
840 if(
IsOK(
this, wxString::Format(
_(
"Do you want to use a path relative to\n'%s'?" ), defaultPath ) ) )
841 dirName.MakeRelativeTo( defaultPath );
883 wxSizer* shownFormatSizer =
nullptr;
989static bool setDouble(
double* aResult,
double aValue,
double aMin,
double aMax )
996 else if( aValue > aMax )
1007static bool setInt(
int* aResult,
int aValue,
int aMin,
int aMax )
1014 else if( aValue > aMax )
1092 msg.ToDouble( &tmpDouble );
1098 msg.Printf(
_(
"X scale constrained." ) );
1104 msg.ToDouble( &tmpDouble );
1110 msg.Printf(
_(
"Y scale constrained." ) );
1119 msg.Printf(
_(
"Width correction constrained. The width correction value must be in the"
1120 " range of [%s; %s] for the current design rules." ),
1148 LSET selectedLayers;
1150 for(
unsigned i = 0; i <
m_layerList.size(); i++ )
1160 wxArrayInt plotOnAllLayers;
1165 size_t count = plotOnAllLayers.GetCount();
1167 for(
size_t i = 0; i < count; i++ )
1169 int index = plotOnAllLayers.Item( i );
1172 commonLayers.push_back( client_layer );
1180 selectedLayers = selectedLayers | disabledCopperLayers;
1189 dirStr.Replace( wxT(
"\\" ), wxT(
"/" ) );
1218 EndModal( wxID_OK );
1236 DisplayError(
this,
_(
"No layer selected, Nothing to plot" ) );
1243 std::function<bool( wxString* )> textResolver =
1244 [&]( wxString* token ) ->
bool
1247 return m_editFrame->GetBoard()->ResolveTextVar( token, 0 );
1254 wxFileName outputDir = wxFileName::DirName(
path );
1255 wxString boardFilename =
m_editFrame->GetBoard()->GetFileName();
1261 msg.Printf(
_(
"Could not write plot files to folder '%s'." ), outputDir.GetPath() );
1274 case 0:
m_plotOpts.SetAutoScale(
true );
break;
1315 wxArrayInt plotOnAllLayers;
1320 size_t count = plotOnAllLayers.GetCount();
1322 for(
size_t i = 0; i < count; i++ )
1324 int index = plotOnAllLayers.Item( i );
1327 commonLayers.push_back( client_layer );
1362 std::function<bool( wxString* )> textResolver = [&]( wxString* token ) ->
bool
1364 return m_editFrame->GetBoard()->ResolveTextVar( token, 0 );
1372 if( !wxDirExists(
path ) )
1374 DisplayError(
this, wxString::Format(
_(
"Directory '%s' does not exist." ),
path ) );
1378 wxLaunchDefaultApplication(
path );
1412 m_hideDNP->Enable( aEvent.IsChecked() );
constexpr EDA_IU_SCALE pcbIUScale
constexpr EDA_IU_SCALE unityScale
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap, int aMinHeight)
wxString m_ColorTheme
Active color theme name.
BASE_SET & set(size_t pos)
Container for design settings for a BOARD object.
int GetSmallestClearanceValue() const
int m_SolderMaskExpansion
int GetLineThickness(PCB_LAYER_ID aLayer) const
Return the default graphic segment thickness from the layer class for the given layer.
Information pertinent to a Pcbnew printed circuit board.
void SetCurrentVariant(const wxString &aVariant)
wxArrayString GetVariantNamesForUI() const
Return the variant names for UI display.
const wxString GetLayerName(PCB_LAYER_ID aLayer) const
Return the name of a aLayer.
wxString GetCurrentVariant() const
PROJECT * GetProject() const
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
const LSET & GetEnabledLayers() const
A proxy function that calls the corresponding function in m_BoardSettings.
static const COLOR4D UNSPECIFIED
For legacy support; used as a value to indicate color hasn't been set yet.
wxCheckBox * m_frontFPPropertyPopups
wxStaticText * m_DRCExclusionsWarning
wxTextCtrl * m_widthAdjustCtrl
wxCheckBox * m_backFPPropertyPopups
wxTextCtrl * m_fineAdjustXCtrl
wxBoxSizer * bmiddleSizer
wxStaticBoxSizer * m_PDFOptionsSizer
wxCheckBox * m_disableApertMacros
wxChoice * m_coordFormatCtrl
wxCheckBox * m_DXF_plotModeOpt
wxChoice * m_SVGColorChoice
wxStaticText * m_staticTextPlotFmt
wxStaticBoxSizer * m_pngOptionsSizer
wxCheckBox * m_DXF_exportAsMultiLayeredFile
STD_BITMAP_BUTTON * m_browseButton
wxTextCtrl * m_outputDirectoryName
wxSpinCtrl * m_svgPrecsision
wxTextCtrl * m_fineAdjustYCtrl
wxCheckBox * m_plotPadNumbers
wxCheckBox * m_useAuxOriginCheckBox
wxStaticBoxSizer * m_PSOptionsSizer
STD_BITMAP_BUTTON * m_openDirButton
wxCheckBox * m_plotPSNegativeOpt
wxChoice * m_variantChoiceCtrl
wxStaticText * m_widthAdjustLabel
wxCheckBox * m_SVG_fitPageToBoard
wxStaticText * m_pdfBackgroundColorText
wxCheckBox * m_DXF_plotTextStrokeFontOpt
wxCheckBox * m_useGerberExtensions
wxCheckBox * m_plotSheetRef
wxBoxSizer * m_SizerSolderMaskAlert
wxCheckBox * m_generateGerberJobFile
wxRadioButton * m_crossoutDNP
wxButton * m_sdbSizer1Apply
wxCheckBox * m_useGerberX2Format
wxCheckListBox * m_layerCheckListBox
wxCheckBox * m_plotMirrorOpt
wxStaticText * m_widthAdjustUnits
wxStaticBoxSizer * m_svgOptionsSizer
COLOR_SWATCH * m_pdfBackgroundColorSwatch
wxCheckBox * m_forcePSA4OutputOpt
wxCheckBox * m_useGerberNetAttributes
wxCheckBox * m_sketchPadsOnFabLayers
wxCheckBox * m_pngAntialias
wxCheckBox * m_subtractMaskFromSilk
wxBoxSizer * m_PlotOptionsSizer
wxChoice * m_DXF_plotUnits
DIALOG_PLOT_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Plot"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticBoxSizer * m_SizerDXF_options
wxCheckBox * m_pdfMetadata
wxChoice * m_drillShapeOpt
wxRadioButton * m_hideDNP
wxCheckBox * m_zoneFillCheck
wxStaticBoxSizer * m_GerberOptionsSizer
WX_HTML_REPORT_PANEL * m_messagesPanel
wxChoice * m_PDFColorChoice
wxChoice * m_plotFormatOpt
void onPDFColorChoice(wxCommandEvent &event) override
DIALOG_PLOT(PCB_EDIT_FRAME *aEditFrame)
void OnRightClickLayers(wxMouseEvent &event)
static LSEQ s_lastAllLayersOrder
The plot on all layers ordering the last time the dialog was opened.
JOB_EXPORT_PCB_PLOT * m_job
PCB_PLOT_PARAMS m_plotOpts
STD_BITMAP_BUTTON * m_bpMoveUp
void onPlotAllListMoveUp(wxCommandEvent &aEvent)
void OnChangeDXFPlotMode(wxCommandEvent &event) override
int m_widthAdjustMinValue
UNIT_BINDER m_trackWidthCorrection
void onBoardSetup(wxHyperlinkEvent &aEvent) override
void OnRightClickAllLayers(wxMouseEvent &event)
void onSketchPads(wxCommandEvent &event) override
void Plot(wxCommandEvent &event) override
wxString m_DRCWarningTemplate
wxRearrangeList * m_plotAllLayersList
bool TransferDataToWindow() override
void onPlotAllListMoveDown(wxCommandEvent &aEvent)
void onRunDRC(wxCommandEvent &event) override
void arrangeAllLayersList(const LSEQ &aSeq)
void onOpenOutputDirectory(wxCommandEvent &event) override
void updatePdfColorOptions()
PCB_EDIT_FRAME * m_editFrame
STD_BITMAP_BUTTON * m_bpMoveDown
wxString getSelectedVariant() const
void CreateDrillFile(wxCommandEvent &event) override
void onDNPCheckbox(wxCommandEvent &event) override
PLOT_FORMAT getPlotFormat()
void transferPlotParamsToJob()
int m_widthAdjustMaxValue
void onOutputDirectoryBrowseClicked(wxCommandEvent &event) override
void OnGerberX2Checked(wxCommandEvent &event) override
void SetPlotFormat(wxCommandEvent &event) override
void SetupStandardButtons(std::map< int, wxString > aLabels={})
bool m_plotGraphicItemsUsingContours
bool m_useBoardPlotParams
bool m_useProtelFileExtension
bool m_includeNetlistAttributes
bool m_disableApertureMacros
bool m_pdfFrontFPPropertyPopups
@ ALL_LAYERS_SEPARATE_FILE
@ ONE_PAGE_PER_LAYER_ONE_FILE
The most traditional output mode KiCad has had.
wxString m_pdfBackgroundColor
bool m_pdfSingle
This is a hack to deal with cli having the wrong behavior We will deprecate out the wrong behavior,...
bool m_pdfBackFPPropertyPopups
GEN_MODE m_pdfGenMode
The background color specified in a hex string.
double m_trackWidthCorrection
virtual wxString GetSettingsDialogTitle() const
PROJECT & Prj() const
Return a reference to the PROJECT associated with this KIWAY.
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
LSET is a set of PCB_LAYER_IDs.
static const LSET & AllCuMask()
return AllCuMask( MAX_CU_LAYERS );
LSEQ UIOrder() const
Return the copper, technical and user layers in the order shown in layer widget.
LSEQ SeqStackupForPlotting() const
Return the sequence that is typical for a bottom-to-top stack-up.
static const LSET & AllTechMask()
Return a mask holding all technical layers (no CU layer) on both side.
The main frame for Pcbnew.
void ShowBoardSetupDialog(const wxString &aInitialPage=wxEmptyString, wxWindow *aParent=nullptr)
A helper wxWidgets control client data object to store layer IDs.
PCB_LAYER_ID Layer() const
void SetData(PCB_LAYER_ID aId)
PCB_LAYER_ID_CLIENT_DATA()
PCB_LAYER_ID_CLIENT_DATA(PCB_LAYER_ID aId)
static void PlotJobToPlotOpts(PCB_PLOT_PARAMS &aOpts, JOB_EXPORT_PCB_PLOT *aJob, REPORTER &aReporter)
Translate a JOB to PCB_PLOT_PARAMS.
bool Plot(const wxString &aOutputPath, const LSEQ &aLayersToPlot, const LSEQ &aCommonLayers, bool aUseGerberFileExtensions, bool aOutputPathIsSingle=false, std::optional< wxString > aLayerName=std::nullopt, std::optional< wxString > aSheetName=std::nullopt, std::optional< wxString > aSheetPath=std::nullopt, std::vector< wxString > *aOutputFiles=nullptr)
Parameters and options when plotting/printing a board.
void SetDrillMarksType(DRILL_MARKS aVal)
void SetLayerSelection(const LSET &aSelection)
void SetOutputDirectory(const wxString &aDir)
void SetSketchPadsOnFabLayers(bool aFlag)
void SetUseGerberX2format(bool aUse)
void SetA4Output(int aForce)
void SetPlotOnAllLayersSequence(LSEQ aSeq)
void SetDXFPlotPolygonMode(bool aFlag)
void SetPlotFrameRef(bool aFlag)
void SetSketchDNPFPsOnFabLayers(bool aFlag)
bool m_PDFMetadata
Generate PDF metadata for SUBJECT and AUTHOR.
void SetDashedLineGapRatio(double aVal)
void SetPlotPadNumbers(bool aFlag)
bool m_PDFFrontFPPropertyPopups
Generate PDF property popup menus for footprints.
void SetDisableGerberMacros(bool aDisable)
void SetDXFMultiLayeredExportOption(bool aFlag)
void SetScaleSelection(int aSelection)
void SetFineScaleAdjustX(double aVal)
void SetMirror(bool aFlag)
void SetBlackAndWhite(bool blackAndWhite)
void SetGerberPrecision(int aPrecision)
void SetSubtractMaskFromSilk(bool aSubtract)
void SetHideDNPFPsOnFabLayers(bool aFlag)
COLOR4D m_PDFBackgroundColor
Background color to use if m_PDFUseBackgroundColor is true.
void SetUseGerberProtelExtensions(bool aUse)
void SetDashedLineDashRatio(double aVal)
void SetDXFPlotUnits(DXF_UNITS aUnit)
void SetPngAntialias(bool aFlag)
void SetIncludeGerberNetlistInfo(bool aUse)
void SetCreateGerberJobFile(bool aCreate)
bool m_PDFSingle
Generate a single PDF file for all layers.
void SetNegative(bool aFlag)
void SetUseAuxOrigin(bool aAux)
bool m_PDFBackFPPropertyPopups
on front and/or back of board
void SetTextMode(PLOT_TEXT_MODE aVal)
void SetSvgFitPageToBoard(int aSvgFitPageToBoard)
void SetSvgPrecision(unsigned aPrecision)
void SetCrossoutDNPFPsOnFabLayers(bool aFlag)
void SetFormat(PLOT_FORMAT aFormat)
void SetFineScaleAdjustY(double aVal)
void SetWidthAdjust(int aVal)
The backing store for a PROJECT, in JSON format.
wxString m_PcbLastPath[LAST_PATH_SIZE]
MRU path storage.
virtual const wxString AbsolutePath(const wxString &aFileName) const
Fix up aFileName if it is relative to the project's directory to be an absolute path and filename.
A pure virtual class used to derive REPORTER objects from.
A type-safe container of any type.
const wxString ExpandEnvVarSubstitutions(const wxString &aString, const PROJECT *aProject)
Replace any environment variable & text variable references with their values.
wxString ExpandTextVars(const wxString &aSource, const PROJECT *aProject, int aFlags)
bool EnsureFileDirectoryExists(wxFileName *aTargetFullFileName, const wxString &aBaseFilename, REPORTER *aReporter)
Make aTargetFullFileName absolute and create the path of this file if it doesn't yet exist.
bool IsOK(wxWindow *aParent, const wxString &aMessage)
Display a yes/no dialog with aMessage and returns the user response.
void DisplayInfoMessage(wxWindow *aParent, const wxString &aMessage, const wxString &aExtraInfo)
Display an informational message box with aMessage.
void DisplayError(wxWindow *aParent, const wxString &aText)
Display an error or warning message box with aMessage.
This file is part of the common library.
static bool setDouble(double *aResult, double aValue, double aMin, double aMax)
static bool setInt(int *aResult, int aValue, int aMin, int aMax)
PCB_LAYER_ID_CLIENT_DATA * getLayerClientData(const wxRearrangeList *aList, int aIdx)
#define ID_SELECT_ALL_LAYERS
static double selectionToScale(int selection)
#define ID_DESELECT_COPPER_LAYERS
#define ID_DESELECT_ALL_LAYERS
#define ID_SELECT_COPPER_LAYERS
Classes used to generate a Gerber job file in JSON.
bool IsCopperLayer(int aLayerId)
Test whether a layer is a copper layer.
PCB_LAYER_ID
A quick note on layer IDs:
This file contains miscellaneous commonly used macros and functions.
KICOMMON_API wxString StringFromValue(const EDA_IU_SCALE &aIuScale, EDA_UNITS aUnits, double aValue, bool aAddUnitsText=false, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE)
Return the string from aValue according to aUnits (inch, mm ...) for display.
KICOMMON_API wxSize GetTextSize(const wxString &aSingleLine, wxWindow *aWindow)
Return the size of aSingleLine of text when it is rendered in aWindow using whatever font is currentl...
bool contains(const _Container &__container, _Value __value)
Returns true if the container contains the given value.
DRILL_MARKS
Plots and prints can show holes in pads and vias 3 options are available:
PLOT_FORMAT
The set of supported output plot formats.
Plotting engines similar to ps (PostScript, Gerber, svg)
COLOR_SETTINGS * GetColorSettings(const wxString &aName)
T * GetAppSettings(const char *aFilename)
#define TO_UTF8(wxstring)
Convert a wxString to a UTF8 encoded C string for all wxWidgets build modes.
IbisParser parser & reporter
Definition of file extensions used in Kicad.