aboutsummaryrefslogtreecommitdiff
path: root/dummy13/frame_sample_sizes_debug.scad
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-07-29 21:17:41 -0500
committerChristian Hodgden <chrhodgden@gmail.com>2024-07-29 21:17:41 -0500
commit78227596d45194656517357f9a53f5d8f5905e67 (patch)
tree86428e05f370f3b0da2b177d1af41c77fb9ae272 /dummy13/frame_sample_sizes_debug.scad
parentbb4175587bea88ea1002d5e1bc09f8244f0f2f6b (diff)
dummy13>frame sizes: I think this works.
Diffstat (limited to 'dummy13/frame_sample_sizes_debug.scad')
-rw-r--r--dummy13/frame_sample_sizes_debug.scad13
1 files changed, 0 insertions, 13 deletions
diff --git a/dummy13/frame_sample_sizes_debug.scad b/dummy13/frame_sample_sizes_debug.scad
deleted file mode 100644
index eb618ee..0000000
--- a/dummy13/frame_sample_sizes_debug.scad
+++ /dev/null
@@ -1,13 +0,0 @@
-
-module frame_parts (size=1) {
- translate([0, 0, 2.5])
- import("src/frame-waist-v6.stl");
-}
-
-translate([0, 0, 0])
- rotate([0, 0, 90])
- frame_parts(1);
-
-translate([20, 0, 0])
- frame_parts(0.99);
-