summaryrefslogtreecommitdiff
path: root/mech/mech.mk
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-01-01 22:55:21 +0100
committerxengineering <me@xengineering.eu>2024-01-02 15:16:53 +0100
commite9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2 (patch)
tree789d86bfe87761cf16fc3df8766591782a4aa303 /mech/mech.mk
parenta3ef23906f2b71486d818fd06ca6ffb0c82e3b1c (diff)
downloadsoundbox-e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2.tar
soundbox-e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2.tar.zst
soundbox-e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2.zip
mech: Move from multiple to single production file
This makes the file structure simpler and makes it easy to produce the whole case in one run.
Diffstat (limited to 'mech/mech.mk')
-rw-r--r--mech/mech.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/mech.mk b/mech/mech.mk
index b683a4d..4359796 100644
--- a/mech/mech.mk
+++ b/mech/mech.mk
@@ -1,7 +1,7 @@
PRINTER := anycubic_i3_mega_s
PRINTER_CONFIG := $(PRINTER:%=mech/prusa-slicer/%.ini)
MECH_BUILD_DIR := $(BUILD_DIR)/mech
-PARTS := bottom top back front pcb_case/tolerance_tests
+PARTS := production pcb_case/tolerance_tests
STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl)
GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode)