introduce script to generate assembly animation. still needs cleanup
This commit is contained in:
@ -4,7 +4,7 @@ include <../rack/sharedVariables.scad>
|
||||
use <./plateBase.scad>
|
||||
|
||||
|
||||
patchPanel(slots=2);
|
||||
*patchPanel(slots=2);
|
||||
|
||||
module patchPanel (slots=8) {
|
||||
difference() {
|
||||
|
||||
@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user