KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_pcb_export_ps.cpp File Reference
#include <base_units.h>
#include "command_pcb_export_ps.h"
#include <cli/exit_codes.h>
#include "jobs/job_export_pcb_ps.h"
#include <kiface_base.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <locale_io.h>

Go to the source code of this file.

Macros

#define ARG_MODE_SINGLE   "--mode-single"
 
#define ARG_MODE_MULTI   "--mode-multi"
 
#define ARG_TRACK_WIDTH_CORRECTION   "--track-width-correction"
 
#define ARG_X_SCALE_FACTOR   "--x-scale-factor"
 
#define ARG_Y_SCALE_FACTOR   "--y-scale-factor"
 
#define ARG_FORCE_A4   "--force-a4"
 

Macro Definition Documentation

◆ ARG_FORCE_A4

#define ARG_FORCE_A4   "--force-a4"

Definition at line 36 of file command_pcb_export_ps.cpp.

◆ ARG_MODE_MULTI

#define ARG_MODE_MULTI   "--mode-multi"

Definition at line 32 of file command_pcb_export_ps.cpp.

◆ ARG_MODE_SINGLE

#define ARG_MODE_SINGLE   "--mode-single"

Definition at line 31 of file command_pcb_export_ps.cpp.

◆ ARG_TRACK_WIDTH_CORRECTION

#define ARG_TRACK_WIDTH_CORRECTION   "--track-width-correction"

Definition at line 33 of file command_pcb_export_ps.cpp.

◆ ARG_X_SCALE_FACTOR

#define ARG_X_SCALE_FACTOR   "--x-scale-factor"

Definition at line 34 of file command_pcb_export_ps.cpp.

◆ ARG_Y_SCALE_FACTOR

#define ARG_Y_SCALE_FACTOR   "--y-scale-factor"

Definition at line 35 of file command_pcb_export_ps.cpp.