KiCad PCB EDA Suite
|
#include "command_pcb_export_gerbers.h"
#include <cli/exit_codes.h>
#include "jobs/job_export_pcb_gerbers.h"
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <macros.h>
#include <wx/tokenzr.h>
#include <locale_io.h>
Go to the source code of this file.
Macros | |
#define | ARG_COMMON_LAYERS "--common-layers" |
#define | ARG_USE_BOARD_PLOT_PARAMS "--board-plot-params" |
#define ARG_COMMON_LAYERS "--common-layers" |
Definition at line 34 of file command_pcb_export_gerbers.cpp.
#define ARG_USE_BOARD_PLOT_PARAMS "--board-plot-params" |
Definition at line 35 of file command_pcb_export_gerbers.cpp.