Replaced Script used for DXF export by more advanced version working with Inkscape 0.99.
This commit is contained in:
parent
9da7f66fee
commit
785aec3aa6
4 changed files with 96 additions and 43 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue