summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2015-02-25 00:53:47 (GMT)
committerJan Huwald <jh@sotun.de>2015-02-25 00:53:47 (GMT)
commit760389bc5ca029ec3d0e5a39b4bdcae618a4db92 (patch)
treeab654c80e41c6b7541e7720d34bc905d24bc94ad /Makefile
parent73fb44a0e7c4ff8dda95697441607d4d037569bd (diff)
add cura profile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f32bb3d..39812c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include $(wildcard *.dep)
-%.gcode: %.stl
- cura -s $< -o $@
+%.gcode: %.stl cura_fast.ini
+ cura -i cura_fast.ini -s $< -o $@
%.stl: %.scad
openscad $< -o $@ -d $*.dep
contact: Jan Huwald // Impressum