Scale model to fit battery

This commit is contained in:
Johannes Wendel
2026-07-26 15:10:17 +02:00
parent f664d04eb7
commit a74a18fbd1
3 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -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();