1 2 3 4 5 6 7 8 9 10
include <bolt.scad> spacer_h = 11; module spacer() { difference() { cylinder(d=bolt_dk, h=spacer_h, $fn=30); cylinder(d=bolt_ds+bolt_ds_tol, h=spacer_h, $fn=30); } }