Cleaning up - Update python script and readme

This commit is contained in:
zhao
2023-05-21 13:41:41 -04:00
parent 40dc26ef51
commit 3474acbec5
22 changed files with 216434 additions and 12856 deletions

View File

@ -1,7 +0,0 @@
include <./assemblyGuide.scad>
features();
module features() {
}

View File

@ -1,4 +1,4 @@
include <../stackConnector.scad>
include <../stackEnds.scad>
// Oriented for 3d printing. No supports required.
stackConnectorBottom();

View File

@ -1,4 +1,4 @@
include <../stackConnector.scad>
include <../stackEnds.scad>
// Oriented for 3d printing. No supports required, but it's reccommended to print this with a brim.
// Adding a brim will require some post-processing in the form of trimming the bottom.

View File

@ -1,3 +1,5 @@
include <./config.scad>
// Main rail variables:
/* 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,6 +1,7 @@
include <../helper/halfspace.scad>
include <../helper/slack.scad>
include <./sharedVariables.scad>
include <./connector/connectors.scad>
// Distance from midpoint of stack connectors to each other
stackConnectorDx = rackTotalWidth - 2*(connectorXEdgeToYBarXEdge + connectorRectWidth/2);