make sure that wafer doesnt appear in the final design
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
// [TODO] try add the flat edge on to the wafer
|
||||
module wafer(d) {
|
||||
color([128/255, 128/255, 128/255]) {
|
||||
translate([0, 0, -1]) {
|
||||
if ($preview) {
|
||||
color([128/255, 128/255, 128/255])
|
||||
translate([0, 0, -1])
|
||||
circle(r=d/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user