diff options
author | Jan Huwald <jh@sotun.de> | 2015-02-25 00:53:47 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2015-02-25 00:53:47 (GMT) |
commit | 760389bc5ca029ec3d0e5a39b4bdcae618a4db92 (patch) | |
tree | ab654c80e41c6b7541e7720d34bc905d24bc94ad /Makefile | |
parent | 73fb44a0e7c4ff8dda95697441607d4d037569bd (diff) |
add cura profile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |