From d3338c8323fcbcaa4cad09572e6ee3ad1bc7df6b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 12 Nov 2024 08:14:03 -0300 Subject: [PATCH] [Experimental] Test using `Margin` layer as work layer Murphy: now it will work --- kibot/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kibot/__main__.py b/kibot/__main__.py index 4bc3dfe3..87d532b3 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -323,8 +323,8 @@ def detect_kicad(): GS.kicad_share_path = GS.kicad_share_path.replace('/kicad/', '/kicad-nightly/') GS.kicad_dir = 'kicad-nightly' GS.pro_ext = '.kicad_pro' - # KiCad 6 doesn't support the Rescue layer - GS.work_layer = 'User.9' + # KiCad 6+ doesn't support the Rescue layer, they can save it to disk, but can't load it + GS.work_layer = 'Margin' else: # Bug in KiCad (#6989), prints to stderr: # `../src/common/stdpbase.cpp(62): assert "traits" failed in Get(test_dir): create wxApp before calling this`