Hooks
"
Hooks
" gives you a tool to add objects to your projectbox. But be aware that hooks are in no way controlled by the YAPPgenerator! module baseHookOutside()
{
translate([shellLength/2, shellWidth-roundRadius, 0])
{
color("green")
{
cube([10,20,((basePlaneThickness/2)+(baseWallHeight-ridgeHeight))]);
}
}
} // baseHookOutside()