refactor
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user