aboutsummaryrefslogtreecommitdiff
path: root/supports/runner_generator.scad
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-07-27 20:03:48 -0500
committerChristian Hodgden <chrhodgden@gmail.com>2024-07-27 20:03:48 -0500
commitf58b76131004f975cfde3c1326f18e9212b6ebab (patch)
tree4ee29098fe2e7f2839f62985e1078e42e90f5740 /supports/runner_generator.scad
parent5550514ac3b44876b61d6dbe619906d2105c9696 (diff)
supports/runner: consolidated scad files
also added compiled runner stl, comment documentation, and stl attribution
Diffstat (limited to 'supports/runner_generator.scad')
-rw-r--r--supports/runner_generator.scad18
1 files changed, 0 insertions, 18 deletions
diff --git a/supports/runner_generator.scad b/supports/runner_generator.scad
deleted file mode 100644
index c33f680..0000000
--- a/supports/runner_generator.scad
+++ /dev/null
@@ -1,18 +0,0 @@
-
-use <../lib/runner.scad>;
-
-// OpenSCAD's default unit is millimeter
-
-length = 100;
-width = 150;
-frequency = 10;
-thickness = 1;
-height = 0.1;
-
-runner(
- length = length,
- width = width,
- frequency = frequency,
- thickness = thickness,
- height = height
-);