Replaced Script used for DXF export by more advanced version working with Inkscape 0.99.

This commit is contained in:
Michael Schwarz 2014-12-06 14:40:00 +01:00
parent 9da7f66fee
commit 785aec3aa6
4 changed files with 96 additions and 43 deletions

View file

@ -36,7 +36,7 @@ $(foreach i,$(COMPILED_SCAD_FILES),$(eval $(i): $(filter $(dir $(i))%,$(LIBRARY_
# Rule to convert an SVG file to a DXF file.
%.dxf: %.svg
dxf_export/main.sh $< $@
python2 dxf_export $< $@
# Rule to compile an OpenSCAD file to an STL file.
%.stl: %.scad