From f3f7517a7f921a8312d29c751b648ab5aed1c744 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 29 Apr 2022 08:56:26 -0300 Subject: [PATCH] Fixed QR_lib output when no corresponding pre-flight is used --- kibot/out_qr_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_qr_lib.py b/kibot/out_qr_lib.py index 436e9b18..1d4cc677 100644 --- a/kibot/out_qr_lib.py +++ b/kibot/out_qr_lib.py @@ -84,7 +84,6 @@ class QRCodeOptions(Optionable): self.pcb_negative = False """ Generate a negative image for the PCB """ self._unkown_is_error = True - self._update_mode = False def config(self, parent): super().config(parent) @@ -531,3 +530,4 @@ class QR_Lib(BaseOutput): # noqa: F821 self.options = QR_LibOptions """ [dict] Options for the `boardview` output """ self._both_related = True + self._update_mode = False