Actually enable or disable handle based on var

This commit is contained in:
maride 2019-02-03 12:33:32 +01:00
parent 72b5903196
commit ecf50a77ac

View File

@ -21,5 +21,6 @@ difference() {
}
// pull handle if desired
if(PULL_HANDLE)
translate([0, 0, WALL_THICKNESS])
cylinder(h=HEIGHT-WALL_THICKNESS, d=DIAMETER/10);