aboutsummaryrefslogtreecommitdiff
path: root/supports
diff options
context:
space:
mode:
Diffstat (limited to 'supports')
-rw-r--r--supports/runner.scad2
1 files changed, 1 insertions, 1 deletions
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]);