summaryrefslogtreecommitdiff
path: root/Makefile
blob: 39812c89621fcdc255868da7de82f09f51f6c8cf (plain)
1
2
3
4
5
6
7
8
9
10
include $(wildcard *.dep)

%.gcode: %.stl cura_fast.ini
	cura -i cura_fast.ini -s $< -o $@

%.stl: %.scad
	openscad $< -o $@ -d $*.dep

clean:
	rm *.dep *.stl
contact: Jan Huwald // Impressum