Fixed QR_lib output when no corresponding pre-flight is used
This commit is contained in:
parent
5b637d265e
commit
f3f7517a7f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue