rm clock hands' hole boolean
This commit is contained in:
parent
26b7ad6955
commit
94eb3981d0
@ -9,7 +9,7 @@ $fn=180;
|
|||||||
|
|
||||||
module face() {
|
module face() {
|
||||||
difference(){
|
difference(){
|
||||||
clock_circle(D);
|
clock_outline(D);
|
||||||
union() {
|
union() {
|
||||||
translate([0,-D/3]) color("red") sun(D/18);
|
translate([0,-D/3]) color("red") sun(D/18);
|
||||||
translate([0.5,D/3]) color("white") moon(D/7);
|
translate([0.5,D/3]) color("white") moon(D/7);
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module clock_circle(D, bool) {
|
module clock_outline(D) {
|
||||||
difference(){
|
difference(){
|
||||||
color("burlywood")
|
color("burlywood")
|
||||||
circle(D);
|
circle(D);
|
||||||
if (bool) circle(d=0.7);
|
circle(d=0.7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//clock_circle(12, true);
|
//clock_circle(12);
|
Loading…
Reference in New Issue
Block a user