3
1
Back

Collect findings from researching other potential fab plants. Our standard design is the main module. It calls the submodules. Make_the_knob(); module make_the_knob() { difference() { linear_extrude(height) railProfile(); railSupportCavity(height); } } Clean up code formatting.

New Pull Request