Skip to content

Commit

Permalink
[PCB Print][Fixed] Groups are KiCad 6+ feature
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 1, 2024
1 parent dcaa564 commit 75e1040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kibot/out_pcb_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,9 @@ def move_kibot_image_groups(self):
Move them to the Rescue layer
Memorize them to restore and analysis """
self._image_groups = []
if GS.ki5:
# Groups were introduced in KiCad 6
return
tmp_layer = GS.board.GetLayerID(GS.work_layer)
for g in GS.board.Groups():
name = g.GetName()
Expand Down

0 comments on commit 75e1040

Please sign in to comment.