Added a warning about useless scale when printing using the frame

This commit is contained in:
Salvador E. Tropea 2022-06-09 11:41:29 -03:00
parent f1e7691a75
commit a4e097d595
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Any_PCB_PrintOptions(VariantOptions):
self.output_name = None self.output_name = None
""" {output} """ """ {output} """
self.scaling = 1.0 self.scaling = 1.0
""" *Scale factor (0 means autoscaling)""" """ *Scale factor (0 means autoscaling). You should disable `plot_sheet_reference` when using it """
self._drill_marks = 'full' self._drill_marks = 'full'
""" What to use to indicate the drill places, can be none, small or full (for real scale) """ """ What to use to indicate the drill places, can be none, small or full (for real scale) """
self.plot_sheet_reference = True self.plot_sheet_reference = True