3
1
Back

// cube([137.5, 97, 1], center=true); working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff center_adjust = 2.5; rail_clearance = 9; label_font_size = 5; width_mm=90; height=16; thickness=2; label_inset_height = thickness-1; module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font); } footprint.

New Pull Request