This commit is contained in:
zhao
2023-04-13 00:21:37 -04:00
parent ab4a6f706d
commit eee6064e46
14 changed files with 109859 additions and 109856 deletions

View File

@ -1,5 +1,6 @@
include <./config.scad>
include <../helper/screws.scad>
include <../helper/slack.scad>
include <../helper/math.scad>
include <../helper/halfspace.scad>
include <./sharedVariables.scad>
@ -70,10 +71,12 @@ module mainRail() {
module railFeetSlot_N() {
slotSlack = 0.2;
slotSlack = xySlack;
slotZSlack = zSlack;
union() {
translate(v=[-slotSlack/2, -slotSlack/2,0])
cube(size = [railTotalWidth + slotSlack, railTotalDepth + slotSlack, railFootThickness]);
translate(v=[-slotZSlack/2, -slotSlack/2,0])
cube(size = [railTotalWidth+slotZSlack, railTotalDepth + slotSlack, railFootThickness]);
translate(v = [railSideMountThickness + 5, railFrontThickness + 4 , -m3HeatSetInsertSlotHeightSlacked])
heatSetInsertSlot_N(rackFrameScrewType);