summaryrefslogtreecommitdiff
path: root/mech
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-12-23 19:43:54 +0100
committerxengineering <me@xengineering.eu>2024-01-02 14:24:06 +0100
commita3bf9fbe4ee0f415f5341e2c9fd1714434ca9798 (patch)
tree076d12412d8b808a01a7012f75d40a40e7cef90e /mech
parentabea476c152f402622f30caace72f18fb219eaea (diff)
downloadsoundbox-a3bf9fbe4ee0f415f5341e2c9fd1714434ca9798.tar
soundbox-a3bf9fbe4ee0f415f5341e2c9fd1714434ca9798.tar.zst
soundbox-a3bf9fbe4ee0f415f5341e2c9fd1714434ca9798.zip
mech: Stop build on openscad warnings
It is quite easy to add bugs to *.scad files and miss them. Warnings can be hidden inside the long log output. This commit will ensure that bugs are detected earlier.
Diffstat (limited to 'mech')
-rw-r--r--mech/mech.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/mech.mk b/mech/mech.mk
index aa58d95..13b73d7 100644
--- a/mech/mech.mk
+++ b/mech/mech.mk
@@ -12,7 +12,7 @@ $(BUILD_DIR)/%.gcode: $(BUILD_DIR)/%.stl
$(BUILD_DIR)/%.stl: %.scad
mkdir -p $(dir $@)
- openscad --export-format binstl -o $@ $<
+ openscad --hardwarnings --export-format binstl -o $@ $<
.PHONY: clean
clean: