Printable feature

This commit is contained in:
Sébastien Dante Ursini 2025-01-21 19:46:22 -03:00
parent e8dde99876
commit 0149de63e0

View File

@ -365,7 +365,7 @@ module buildMold() {
moldSkirt( part="bottom" );
}
// Top
if (mold_part != "bottom") up(80) {
if (mold_part != "bottom") xrot(printable ? 180 : 0 ) back( printable ? 60 : 0 ) {
difference(){
support(part="top");
usBoxMask();