diff options
author | xengineering <me@xengineering.eu> | 2024-01-03 15:46:15 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-03 15:49:07 +0100 |
commit | 791f48f6a7e8ea342ca649bfc74d3d82379ca07e (patch) | |
tree | 4b569022904a0fd6ac391fa4dfefeac08a53e0dd | |
parent | 4815a8bc45db240fcb6fc518235112d328abb9d1 (diff) | |
download | soundbox-791f48f6a7e8ea342ca649bfc74d3d82379ca07e.tar soundbox-791f48f6a7e8ea342ca649bfc74d3d82379ca07e.tar.zst soundbox-791f48f6a7e8ea342ca649bfc74d3d82379ca07e.zip |
mech: Add assembly to mech build target
The CAD model of the full assembly might be useful to be included in
other projects or CAD files.
-rw-r--r-- | mech/mech.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/mech.mk b/mech/mech.mk index 65fecc9..ca39a7c 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 := production pcb_case/tolerance_tests +PARTS := assembly production pcb_case/tolerance_tests STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl) GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode) |