From a4e097d5956988a16ffa2e0c7d5e5797c4f02a61 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 9 Jun 2022 11:41:29 -0300 Subject: [PATCH] Added a warning about useless scale when printing using the frame --- kibot/out_any_pcb_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_any_pcb_print.py b/kibot/out_any_pcb_print.py index 16730eec..28471c21 100644 --- a/kibot/out_any_pcb_print.py +++ b/kibot/out_any_pcb_print.py @@ -32,7 +32,7 @@ class Any_PCB_PrintOptions(VariantOptions): self.output_name = None """ {output} """ 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' """ What to use to indicate the drill places, can be none, small or full (for real scale) """ self.plot_sheet_reference = True