From 4815a8bc45db240fcb6fc518235112d328abb9d1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 3 Jan 2024 15:47:16 +0100 Subject: mech: Leave STL files inside build folder Most users will not own the default printer and thus cannot work with the built gcode files with the default slicer configuration. It might be easier for those users to manually slice the STL instead of modifying the soundbox source code. --- mech/mech.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mech/mech.mk b/mech/mech.mk index a537ca3..65fecc9 100644 --- a/mech/mech.mk +++ b/mech/mech.mk @@ -6,7 +6,7 @@ STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl) GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode) .PHONY: mech -mech: $(GCODE) +mech: $(GCODE) $(STL) $(BUILD_DIR)/%.gcode: $(BUILD_DIR)/%.stl mkdir -p $(dir $@) -- cgit v1.2.3-70-g09d2