move screws.scad
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* Some common screw dimensions and helper functions/modules */
|
||||
|
||||
include <../helper/math.scad>
|
||||
include <../helper/common.scad>
|
||||
include <./math.scad>
|
||||
include <./common.scad>
|
||||
|
||||
/********************************************************************************/
|
||||
// M3 dimensions
|
||||
@ -1,5 +1,5 @@
|
||||
include <./config.scad>
|
||||
include <./screws.scad>
|
||||
include <../helper/screws.scad>
|
||||
include <../helper/math.scad>
|
||||
|
||||
/* Small horizontal planes at the top and bottom of the main rails. Used so we can fasten the rail to the frame
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include <./config.scad>
|
||||
include <./screws.scad>
|
||||
include <../helper/screws.scad>
|
||||
|
||||
module sideWallConnector_N() {
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
include <../helper/math.scad>
|
||||
include <../misc/magnet.scad>
|
||||
include <../helper/common.scad>
|
||||
include <../misc/magnet.scad>
|
||||
|
||||
connectorTaperStartHeight = 2;
|
||||
connectorRectWidth = 10;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
include <../helper/sphericalFilet.scad>
|
||||
include <../helper/cylindricalFilet.scad>
|
||||
include <../helper/screws.scad>
|
||||
include <./config.scad>
|
||||
include <./screws.scad>
|
||||
|
||||
xBarDepth = 180;
|
||||
xBarWidth = 32;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include <../helper/screws.scad>
|
||||
include <./config.scad>
|
||||
include <./screws.scad>
|
||||
|
||||
module frontBarConnector_N() {
|
||||
|
||||
|
||||
@ -1,9 +1,10 @@
|
||||
include <../helper/math.scad>
|
||||
include <../helper/sphericalFilet.scad>
|
||||
include <../helper/cylindricalFilet.scad>
|
||||
include <../helper/screws.scad>
|
||||
include <../misc/magnet.scad>
|
||||
|
||||
include <./config.scad>
|
||||
include <./screws.scad>
|
||||
include <./mainRail.scad>
|
||||
|
||||
// Connectors
|
||||
|
||||
Reference in New Issue
Block a user