aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_weight-2_washers.scad
blob: 259d8b5e0ab725e3764ac6325671efa405128378 (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 = 2,
    base_h = 1
);