Cleaning up - Update python script and readme
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
include <./assemblyGuide.scad>
|
||||
|
||||
features();
|
||||
|
||||
module features() {
|
||||
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
include <../stackConnector.scad>
|
||||
include <../stackEnds.scad>
|
||||
|
||||
// Oriented for 3d printing. No supports required.
|
||||
stackConnectorBottom();
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user