Skip to content

Commit

Permalink
[Experimental] Test using Margin layer as work layer
Browse files Browse the repository at this point in the history
Murphy: now it will work
  • Loading branch information
set-soft committed Nov 12, 2024
1 parent 8546736 commit d3338c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d3338c8

Please sign in to comment.