KiCad PCB EDA Suite
|
#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>
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_EXCLUDE_DRAWING_SHEET "--exclude-drawing-sheet" |
Definition at line 33 of file command_pcb_export_svg.cpp.
#define ARG_PAGE_SIZE "--page-size-mode" |
Definition at line 34 of file command_pcb_export_svg.cpp.