summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d390d8..89957e4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@
openscad --export-format stl -o $@ $<
%.gcode: %.stl
- prusa-slicer -g $<
+ prusa-slicer -g --load ~/.config/PrusaSlicer/PrusaSlicer.ini -o $@ $<