[Any Layer] Reverted the error on unknown

- An old option we keep for compatibility
This commit is contained in:
Salvador E. Tropea 2023-03-28 11:17:07 -03:00
parent 2c20255b71
commit 921f5260c5
1 changed files with 0 additions and 1 deletions

View File

@ -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)