MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / toExcellonString

Method toExcellonString

libs/librepcb/core/export/gerberattribute.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QString GerberAttribute::toExcellonString() const noexcept {
68 return "; #@! " % toString() % "\n";
69}
70
71/*******************************************************************************
72 * Operator Overloadings

Callers 3

TEST_FFunction · 0.80
foreachFunction · 0.80
printToolListMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64