KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_pcb_export_svg.cpp File Reference
#include "command_pcb_export_svg.h"
#include <cli/exit_codes.h>
#include "command_pcb_export_base.h"
#include "jobs/job_export_pcb_svg.h"
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <regex>
#include <wx/crt.h>
#include <macros.h>
#include <wx/tokenzr.h>

Go to the source code of this file.

Macros

#define ARG_EXCLUDE_DRAWING_SHEET   "--exclude-drawing-sheet"
 
#define ARG_PAGE_SIZE   "--page-size-mode"
 
#define ARG_DRILL_SHAPE_OPTION   "--drill-shape-opt"
 

Macro Definition Documentation

◆ ARG_DRILL_SHAPE_OPTION

#define ARG_DRILL_SHAPE_OPTION   "--drill-shape-opt"

Definition at line 37 of file command_pcb_export_svg.cpp.

◆ ARG_EXCLUDE_DRAWING_SHEET

#define ARG_EXCLUDE_DRAWING_SHEET   "--exclude-drawing-sheet"

Definition at line 35 of file command_pcb_export_svg.cpp.

◆ ARG_PAGE_SIZE

#define ARG_PAGE_SIZE   "--page-size-mode"

Definition at line 36 of file command_pcb_export_svg.cpp.