Changed kicad-pcb.org -> kicad.org

This commit is contained in:
Salvador E. Tropea 2021-11-01 10:12:30 -03:00
parent 6932df5f31
commit 3497033ef8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class DXFOptions(DrillMarks):
super()._configure_plot_ctrl(po, output_dir)
po.SetDXFPlotPolygonMode(self.polygon_mode)
# DXF_PLOTTER::DXF_UNITS isn't available
# According to https://docs.kicad-pcb.org/doxygen/classDXF__PLOTTER.html 1 is mm
# According to https://docs.kicad.org/doxygen/classDXF__PLOTTER.html 1 is mm
po.SetDXFPlotUnits(DXF_UNITS_MILLIMETERS if self.metric_units else DXF_UNITS_INCHES)
po.SetPlotMode(SKETCH if self.sketch_plot else FILLED)
po.SetUseAuxOrigin(self.use_aux_axis_as_origin)