[Any Layer] Reverted the error on unknown
- An old option we keep for compatibility
This commit is contained in:
parent
2c20255b71
commit
921f5260c5
|
|
@ -86,7 +86,6 @@ class AnyLayerOptions(VariantOptions):
|
|||
""" Tell KiCad to apply the scaling for each layer as a separated entity.
|
||||
Disabling it the pages are coherent and can be superposed """
|
||||
super().__init__()
|
||||
self._unkown_is_error = True
|
||||
|
||||
def config(self, parent):
|
||||
super().config(parent)
|
||||
|
|
|
|||
Loading…
Reference in New Issue