From 921f5260c5efb70e1205dfaa19d4a1c5462cf9ce Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 28 Mar 2023 11:17:07 -0300 Subject: [PATCH] [Any Layer] Reverted the error on unknown - An old option we keep for compatibility --- kibot/out_any_layer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kibot/out_any_layer.py b/kibot/out_any_layer.py index 44bc33ee..54f7e2bb 100644 --- a/kibot/out_any_layer.py +++ b/kibot/out_any_layer.py @@ -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)