Set proper defaults, fixed cut colorization
This commit is contained in:
@@ -30,7 +30,7 @@ echo("Reference Diameter (MeshD): ", MeshD);
|
|||||||
//rot=360/N1*$t;
|
//rot=360/N1*$t;
|
||||||
// rot=90-90*$t;
|
// rot=90-90*$t;
|
||||||
rot=45;
|
rot=45;
|
||||||
rot=0;
|
//rot=0;
|
||||||
//axis_angle = -50;
|
//axis_angle = -50;
|
||||||
|
|
||||||
//meshed(rot=rot);
|
//meshed(rot=rot);
|
||||||
@@ -188,8 +188,8 @@ module round_case(
|
|||||||
echo("full is true. Not splitting.");
|
echo("full is true. Not splitting.");
|
||||||
} else {
|
} else {
|
||||||
echo("full is false. Splitting.");
|
echo("full is false. Splitting.");
|
||||||
|
color($incolor ? "purple" : undef)
|
||||||
color("purple") translate([0,0,11]) cube([50,50,20], center=true);
|
translate([0,0,11]) cube([50,50,20], center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user