add screwholes to minimal base skeleton

This commit is contained in:
Ruud Swinkels 2023-01-11 21:53:24 +01:00
parent 7ec3f30ffe
commit 8dcb2077b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}