add screwholes to minimal base skeleton
This commit is contained in:
parent
7ec3f30ffe
commit
8dcb2077b9
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module gridfinityBaseplate(gridx, gridy, length, dix, diy, sp, sm, sh) {
|
|||
else if (sh == 2) cutter_counterbore();
|
||||
}
|
||||
}
|
||||
if (sp == 3) cutter_screw_together(gx, gy, off);
|
||||
if (sp == 3 || sp ==4) cutter_screw_together(gx, gy, off);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue