summaryrefslogtreecommitdiff
path: root/mech/mech.mk
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-01-01 14:09:52 +0100
committerxengineering <me@xengineering.eu>2024-01-02 14:24:58 +0100
commit710206dfcaf4ddff2983797cf7b7fc19377cebec (patch)
treedf10156562aad760ec594c68c81a8037da229a5b /mech/mech.mk
parentd5655c62a5016f89f3b7fc8f6c2f9db68479b261 (diff)
downloadsoundbox-710206dfcaf4ddff2983797cf7b7fc19377cebec.tar
soundbox-710206dfcaf4ddff2983797cf7b7fc19377cebec.tar.zst
soundbox-710206dfcaf4ddff2983797cf7b7fc19377cebec.zip
mech: pcb_case: Move tolerance tests to one file
This makes the file structure and module naming simpler and allows to easily print all tolerance tests at once. This is helpful to validate a specific printer setup.
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 7758dcf..b683a4d 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/nut_tolerance_test pcb_case/bolt_tolerance_test pcb_case/panel_thickness_tolerance_test pcb_case/panel_size_tolerance_test
+PARTS := bottom top back front pcb_case/tolerance_tests
STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl)
GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode)