aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dummy13/frame_sample_sizes.stlbin12198784 -> 12147584 bytes
-rw-r--r--supports/runner.scad2
2 files changed, 1 insertions, 1 deletions
diff --git a/dummy13/frame_sample_sizes.stl b/dummy13/frame_sample_sizes.stl
index df7f86c..7f721fd 100644
--- a/dummy13/frame_sample_sizes.stl
+++ b/dummy13/frame_sample_sizes.stl
Binary files differ
diff --git a/supports/runner.scad b/supports/runner.scad
index 72a2751..bb1f54e 100644
--- a/supports/runner.scad
+++ b/supports/runner.scad
@@ -26,7 +26,7 @@ This file can also be copied, edited, and compiled with the desired arguments.
*/
// OpenSCAD's default unit is millimeter
-module runner (length, width, spacing=10, thickness=1, height=0.1) {
+module runner (length, width, spacing=10, thickness=1, height=0.2) {
for (i = [0:spacing:width]) {
translate([0, i, 0])
cube([length+thickness, thickness, height]);