handle.scad 267 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 strength = 5; width = 30; height = 13; length = 136; radius = 5; difference() { #cube([length,width,height]); translate([strength,strength,-strength/2]) cube([length-strength*2,width-strength*2,height+strength]); }