Added a small test to gerbers output.

Currently commented.
This commit is contained in:
Salvador E. Tropea 2020-06-23 10:26:29 -03:00
parent 6859f89c9c
commit d68376ba2e
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from pcbnew import (PLOT_FORMAT_GERBER)
from .out_base import (BaseOutput)
from .out_any_layer import (AnyLayer)
from .error import KiPlotConfigurationError
from kiplot.macros import macros, document
from kiplot.macros import macros, document # noqa: F401
class Gerber(AnyLayer):
@ -20,6 +20,7 @@ class Gerber(AnyLayer):
self.create_gerber_job_file = True
self.use_gerber_x2_attributes = True
self.use_gerber_net_attributes = True
# print("Help for self.use_aux_axis_as_origin: "+self._help_use_aux_axis_as_origin)
@property
def gerber_precision(self):