KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_export_pcb_drill.h
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright (C) 2022 Mark Roszko <
[email protected]
>
5
* Copyright (C) 1992-2022 KiCad Developers, see AUTHORS.txt for contributors.
6
*
7
* This program is free software: you can redistribute it and/or modify it
8
* under the terms of the GNU General Public License as published by the
9
* Free Software Foundation, either version 3 of the License, or (at your
10
* option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful, but
13
* WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License along
18
* with this program. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
#ifndef JOB_EXPORT_PCB_DRILL_H
22
#define JOB_EXPORT_PCB_DRILL_H
23
24
#include <
kicommon.h
>
25
#include <
layer_ids.h
>
26
#include <wx/string.h>
27
#include "
job.h
"
28
29
class
KICOMMON_API
JOB_EXPORT_PCB_DRILL
:
public
JOB
30
{
31
public
:
32
JOB_EXPORT_PCB_DRILL
();
33
34
wxString
GetDescription
()
override
;
35
36
wxString
m_filename
;
37
38
bool
m_excellonMirrorY
;
39
bool
m_excellonMinimalHeader
;
40
bool
m_excellonCombinePTHNPTH
;
41
bool
m_excellonOvalDrillRoute
;
42
43
enum class
DRILL_FORMAT
44
{
45
EXCELLON,
46
GERBER
47
};
48
49
DRILL_FORMAT
m_format
;
50
51
enum class
DRILL_ORIGIN
52
{
53
ABS,
54
PLOT
55
};
56
57
DRILL_ORIGIN
m_drillOrigin
;
58
59
enum class
DRILL_UNITS
60
{
61
INCHES
,
62
MILLIMETERS
63
};
64
65
DRILL_UNITS
m_drillUnits
;
66
67
enum class
ZEROS_FORMAT
68
{
69
DECIMAL,
70
SUPPRESS_LEADING,
71
SUPPRESS_TRAILING,
72
KEEP_ZEROS
73
};
74
75
ZEROS_FORMAT
m_zeroFormat
;
76
77
enum class
MAP_FORMAT
78
{
79
POSTSCRIPT,
80
GERBER_X2,
81
DXF
,
82
SVG
,
83
PDF
84
};
85
86
MAP_FORMAT
m_mapFormat
;
87
88
int
m_gerberPrecision
;
89
90
bool
m_generateMap
;
91
};
92
93
#endif
JOB_EXPORT_PCB_DRILL
Definition:
job_export_pcb_drill.h:30
JOB_EXPORT_PCB_DRILL::JOB_EXPORT_PCB_DRILL
JOB_EXPORT_PCB_DRILL()
JOB_EXPORT_PCB_DRILL::DRILL_FORMAT
DRILL_FORMAT
Definition:
job_export_pcb_drill.h:44
JOB_EXPORT_PCB_DRILL::DRILL_UNITS
DRILL_UNITS
Definition:
job_export_pcb_drill.h:60
JOB_EXPORT_PCB_DRILL::ZEROS_FORMAT
ZEROS_FORMAT
Definition:
job_export_pcb_drill.h:68
JOB_EXPORT_PCB_DRILL::DRILL_ORIGIN
DRILL_ORIGIN
Definition:
job_export_pcb_drill.h:52
JOB_EXPORT_PCB_DRILL::m_zeroFormat
ZEROS_FORMAT m_zeroFormat
Definition:
job_export_pcb_drill.h:75
JOB_EXPORT_PCB_DRILL::m_drillUnits
DRILL_UNITS m_drillUnits
Definition:
job_export_pcb_drill.h:65
JOB_EXPORT_PCB_DRILL::m_format
DRILL_FORMAT m_format
Definition:
job_export_pcb_drill.h:49
JOB_EXPORT_PCB_DRILL::m_excellonMirrorY
bool m_excellonMirrorY
Definition:
job_export_pcb_drill.h:38
JOB_EXPORT_PCB_DRILL::m_excellonOvalDrillRoute
bool m_excellonOvalDrillRoute
Definition:
job_export_pcb_drill.h:41
JOB_EXPORT_PCB_DRILL::m_filename
wxString m_filename
Definition:
job_export_pcb_drill.h:36
JOB_EXPORT_PCB_DRILL::m_drillOrigin
DRILL_ORIGIN m_drillOrigin
Definition:
job_export_pcb_drill.h:57
JOB_EXPORT_PCB_DRILL::m_generateMap
bool m_generateMap
Definition:
job_export_pcb_drill.h:90
JOB_EXPORT_PCB_DRILL::m_excellonCombinePTHNPTH
bool m_excellonCombinePTHNPTH
Definition:
job_export_pcb_drill.h:40
JOB_EXPORT_PCB_DRILL::m_excellonMinimalHeader
bool m_excellonMinimalHeader
Definition:
job_export_pcb_drill.h:39
JOB_EXPORT_PCB_DRILL::m_mapFormat
MAP_FORMAT m_mapFormat
Definition:
job_export_pcb_drill.h:86
JOB_EXPORT_PCB_DRILL::MAP_FORMAT
MAP_FORMAT
Definition:
job_export_pcb_drill.h:78
JOB_EXPORT_PCB_DRILL::m_gerberPrecision
int m_gerberPrecision
Definition:
job_export_pcb_drill.h:88
JOB
An simple container class that lets us dispatch output jobs to kifaces.
Definition:
job.h:79
JOB::GetDescription
virtual wxString GetDescription()
Definition:
job.cpp:67
DXF_IMPORT_UNITS::INCHES
@ INCHES
DXF_IMPORT_UNITS::MILLIMETERS
@ MILLIMETERS
job.h
SCH_PLOT_FORMAT::DXF
@ DXF
SCH_PLOT_FORMAT::PDF
@ PDF
SCH_PLOT_FORMAT::GERBER
@ GERBER
SCH_PLOT_FORMAT::SVG
@ SVG
kicommon.h
KICOMMON_API
#define KICOMMON_API
Definition:
kicommon.h:28
layer_ids.h
src
common
jobs
job_export_pcb_drill.h
Generated on Thu Nov 21 2024 00:06:37 for KiCad PCB EDA Suite by
1.9.6