From d5655c62a5016f89f3b7fc8f6c2f9db68479b261 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 13:34:29 +0100 Subject: mech: pcb_case: Add panel size tolerance test This allows to check the tolerances for panel width and length. --- mech/mech.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mech/mech.mk') diff --git a/mech/mech.mk b/mech/mech.mk index e4df3ad..7758dcf 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 +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 STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl) GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode) -- cgit v1.2.3-70-g09d2