From b78cf7e7d145d10f038791c0c93c291a45382f25 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 14 Oct 2023 12:04:30 +0200 Subject: Makefile: use the correct config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $< -- cgit v1.2.3-70-g09d2