KiCad PCB EDA Suite
Loading...
Searching...
No Matches
plotprint_opts.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors.
3
*
4
* This program is free software: you can redistribute it and/or modify it
5
* under the terms of the GNU General Public License as published by the
6
* Free Software Foundation, either version 3 of the License, or (at your
7
* option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful, but
10
* WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License along
15
* with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
#ifndef PLOTPRINT_H
19
#define PLOTPRINT_H
20
28
enum class
DRILL_MARKS
29
{
30
NO_DRILL_SHAPE
,
31
SMALL_DRILL_SHAPE
,
32
FULL_DRILL_SHAPE
33
};
34
35
#endif
/* PLOTPRINT_H */
DRILL_MARKS
DRILL_MARKS
Plots and prints can show holes in pads and vias 3 options are available:
Definition:
plotprint_opts.h:29
DRILL_MARKS::FULL_DRILL_SHAPE
@ FULL_DRILL_SHAPE
DRILL_MARKS::NO_DRILL_SHAPE
@ NO_DRILL_SHAPE
DRILL_MARKS::SMALL_DRILL_SHAPE
@ SMALL_DRILL_SHAPE
src
pcbnew
plotprint_opts.h
Generated on Thu Nov 21 2024 00:06:48 for KiCad PCB EDA Suite by
1.9.6