diff --git a/kibot/gs.py b/kibot/gs.py index bad6f9d4..ed4b08ee 100644 --- a/kibot/gs.py +++ b/kibot/gs.py @@ -599,6 +599,8 @@ class GS(object): @staticmethod def create_module_element(m): + if GS.ki8: + return pcbnew.PCB_SHAPE(m) if GS.ki6: return pcbnew.FP_SHAPE(m) return pcbnew.EDGE_MODULE(m)