scad: visual component debuggability
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
include <common.scad>
|
||||
|
||||
module right_half() {
|
||||
import(file = "right-half.3mf");
|
||||
module right_half_components() {
|
||||
cube([1,1,1]);
|
||||
}
|
||||
|
||||
right_half();
|
||||
module right_half() {
|
||||
translate(BASE_MODEL_TRANSLATE) import(file = "right-half.3mf");
|
||||
}
|
||||
|
||||
right_half();
|
||||
#right_half_components();
|
||||
Reference in New Issue
Block a user