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)