From c3eb2450d1a6d277cfe7d1c5e3d316aa052dbad1 Mon Sep 17 00:00:00 2001
From: Christian Hodgden <chrhodgden@gmail.com>
Date: Tue, 30 Jul 2024 14:27:54 -0500
Subject: increased runner height

---
 supports/runner.scad | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'supports')

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]);
-- 
cgit v1.2.3