aboutsummaryrefslogtreecommitdiff
path: root/nextLayer.scad
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2023-06-26 18:59:02 -0400
committerD Delmar Davis <don@suspectdevices.com>2023-06-26 18:59:02 -0400
commitb977391fd0ce74641acb1f7ee3b7f483292edd95 (patch)
tree4384df6036b06216b5d1cda2c622a3d924ed7ff1 /nextLayer.scad
parent25d099553a9b0742ad01d48f55797c8474d44ac0 (diff)
yep
Diffstat (limited to 'nextLayer.scad')
-rw-r--r--nextLayer.scad8
1 files changed, 4 insertions, 4 deletions
diff --git a/nextLayer.scad b/nextLayer.scad
index 46f6ded..c2eb90c 100644
--- a/nextLayer.scad
+++ b/nextLayer.scad
@@ -39,8 +39,8 @@ module next_layer(bottom_z=2.0){
}
}
-//projection(cut=true) {
-translate(0.0,0.0,-(2+StandHeight)){
-next_layer(0);
+projection(cut=true) {
+translate([0.0,0.0,-(6)]){
+ next_layer(0);
}
-//} \ No newline at end of file
+} \ No newline at end of file