aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_weight-4_washers.scad
blob: 11c4a856ebe974db44514811e59512862cf7f31d (plain)
1
2
3
4
5
6
7
8
9
use <lib/pattern_weight.scad>;

pattern_weight(
    washer_r = 19,
    washer_hole_r = 6,
    washer_h = 3,
    washer_num = 4,
    base_h = 1
);