introduce script to generate assembly animation. still needs cleanup

This commit is contained in:
zhao
2023-08-11 19:19:03 -04:00
parent 9f5c0570c2
commit f896c04022
61 changed files with 845 additions and 178 deletions

View File

@ -4,7 +4,7 @@ include <../rack/sharedVariables.scad>
use <./plateBase.scad>
patchPanel(slots=2);
*patchPanel(slots=2);
module patchPanel (slots=8) {
difference() {

View File

@ -1,7 +1,7 @@
include <./common.scad>
plateBase(U=2, plateThickness=3, screwType="m4", filletR=2);
*plateBase(U=2, plateThickness=3, screwType="m4", filletR=2);
module plateBase(U, plateThickness, screwType, screwToXEdge=4.5, screwToYEdge=4.5, filletR=2) {