KiCad PCB EDA Suite
|
#include "command_fp_export_svg.h"
#include <cli/exit_codes.h>
#include "jobs/job_fp_export_svg.h"
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <wx/dir.h>
#include <macros.h>
#include <wx/tokenzr.h>
Go to the source code of this file.
Macros | |
#define | ARG_FOOTPRINT "--footprint" |
#define ARG_FOOTPRINT "--footprint" |
Definition at line 33 of file command_fp_export_svg.cpp.