aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_weight-4_washers.scad
diff options
context:
space:
mode:
Diffstat (limited to 'src/pattern_weight-4_washers.scad')
-rw-r--r--src/pattern_weight-4_washers.scad9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pattern_weight-4_washers.scad b/src/pattern_weight-4_washers.scad
new file mode 100644
index 0000000..11c4a85
--- /dev/null
+++ b/src/pattern_weight-4_washers.scad
@@ -0,0 +1,9 @@
+use <lib/pattern_weight.scad>;
+
+pattern_weight(
+ washer_r = 19,
+ washer_hole_r = 6,
+ washer_h = 3,
+ washer_num = 4,
+ base_h = 1
+);