3
1
Back

Right_rib_x = width_mm - thickness*2; // draw panel, subtract holes union() { difference(){ color([.1,.1,.1]) panel(width); // waves out // round shaft hole cylinder(r=shaft_radius,h=shaft_height, $fn=shaft_smoothness); if(shaft_is_flatted == true } } // Order of the hole cube( [clf_shaft_diameter, cs1, clf_partHeight], center=false); // cap inner bit // cap inner bit // cap rounded.

New Pull Request