|
enum class | DrillMode { INDIVIDUAL
, MERGED
} |
|
|
| GerberOutputSettings (const json &) |
|
json | serialize () const |
|
void | update_for_board (const class Board &brd) |
|
void | update_blind_buried_drills_filenames (const Board &brd) |
|
|
std::map< int, GerberLayer > | layers |
|
std::map< LayerRange, std::string > | blind_buried_drills_filenames |
|
DrillMode | drill_mode = DrillMode::MERGED |
|
std::string | drill_pth_filename = ".txt" |
|
std::string | drill_npth_filename = "-npth.txt" |
|
uint64_t | outline_width = 0.01_mm |
|
std::string | prefix |
|
std::string | output_directory |
|
bool | zip_output = false |
|
◆ mode_lut
const LutEnumStr< GerberOutputSettings::DrillMode > horizon::GerberOutputSettings::mode_lut |
|
static |
Initial value:= {
{"merged", GerberOutputSettings::DrillMode::MERGED},
{"individual", GerberOutputSettings::DrillMode::INDIVIDUAL},
}
The documentation for this class was generated from the following files: