summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89957e4..2b41135 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@
openscad --export-format stl -o $@ $<
%.gcode: %.stl
- prusa-slicer -g --load ~/.config/PrusaSlicer/PrusaSlicer.ini -o $@ $<
+ prusa-slicer -g --load ~/.config/PrusaSlicer/exportedConfig.ini -o $@ $<