move screws.scad

This commit is contained in:
zhao
2023-01-12 00:07:02 -05:00
parent 233bdf3145
commit 0b05249d7b
7 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
/* Some common screw dimensions and helper functions/modules */ /* Some common screw dimensions and helper functions/modules */
include <../helper/math.scad> include <./math.scad>
include <../helper/common.scad> include <./common.scad>
/********************************************************************************/ /********************************************************************************/
// M3 dimensions // M3 dimensions

View File

@ -1,5 +1,5 @@
include <./config.scad> include <./config.scad>
include <./screws.scad> include <../helper/screws.scad>
include <../helper/math.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 /* Small horizontal planes at the top and bottom of the main rails. Used so we can fasten the rail to the frame

View File

@ -1,5 +1,5 @@
include <./config.scad> include <./config.scad>
include <./screws.scad> include <../helper/screws.scad>
module sideWallConnector_N() { module sideWallConnector_N() {

View File

@ -1,6 +1,6 @@
include <../helper/math.scad> include <../helper/math.scad>
include <../misc/magnet.scad>
include <../helper/common.scad> include <../helper/common.scad>
include <../misc/magnet.scad>
connectorTaperStartHeight = 2; connectorTaperStartHeight = 2;
connectorRectWidth = 10; connectorRectWidth = 10;

View File

@ -1,7 +1,7 @@
include <../helper/sphericalFilet.scad> include <../helper/sphericalFilet.scad>
include <../helper/cylindricalFilet.scad> include <../helper/cylindricalFilet.scad>
include <../helper/screws.scad>
include <./config.scad> include <./config.scad>
include <./screws.scad>
xBarDepth = 180; xBarDepth = 180;
xBarWidth = 32; xBarWidth = 32;

View File

@ -1,5 +1,5 @@
include <../helper/screws.scad>
include <./config.scad> include <./config.scad>
include <./screws.scad>
module frontBarConnector_N() { module frontBarConnector_N() {

View File

@ -1,9 +1,10 @@
include <../helper/math.scad> include <../helper/math.scad>
include <../helper/sphericalFilet.scad> include <../helper/sphericalFilet.scad>
include <../helper/cylindricalFilet.scad> include <../helper/cylindricalFilet.scad>
include <../helper/screws.scad>
include <../misc/magnet.scad> include <../misc/magnet.scad>
include <./config.scad> include <./config.scad>
include <./screws.scad>
include <./mainRail.scad> include <./mainRail.scad>
// Connectors // Connectors