This commit is contained in:
zhao
2023-01-05 18:08:24 -05:00
parent 48774d5b1b
commit 3b1c401ae5
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ include <./mainRail.scad>
include <./helper/sphericalFilet.scad> include <./helper/sphericalFilet.scad>
include <./helper/cylindricalFilet.scad> include <./helper/cylindricalFilet.scad>
// TODO: How do I nicely explain this?
railSlotSpacing = 4; railSlotSpacing = 4;
sideSpacing = 12; sideSpacing = 12;

View File

@ -1,6 +1,6 @@
include <./config.scad> include <./config.scad>
include <../math.scad>
include <./screws.scad> include <./screws.scad>
include <../math.scad>
/* Small horizontal planes at the top and bottom of the main rails. Used so we can fasten the rail to the frame /* Small horizontal planes at the top and bottom of the main rails. Used so we can fasten the rail to the frame
Note that this value is also used for a depression at the bottom/top of the frame for aligning the rail */ Note that this value is also used for a depression at the bottom/top of the frame for aligning the rail */