Scale model to fit battery
This commit is contained in:
@@ -5,7 +5,7 @@ module left_half_components() {
|
||||
}
|
||||
|
||||
module left_half() {
|
||||
translate(BASE_MODEL_TRANSLATE) import(file = "left-half.3mf");
|
||||
translate(BASE_MODEL_TRANSLATE) scale(BASE_MODEL_SCALE) import(file = "left-half.3mf");
|
||||
}
|
||||
|
||||
left_half();
|
||||
|
||||
Reference in New Issue
Block a user