Skip to content

A python script that uses FreeCAD to convert files like .stp, .stl, .igs, ...

Notifications You must be signed in to change notification settings

faerietree/freecad_convert

Repository files navigation

FreeCAD convert python script

Example usage

for fi in `find ~ -iname '*.stp'`; do if ! [ -f "${fi%.*}.stl" ]; then echo "Converting to: "${fi%.*}".stl"; python2 ~/freecad_convert/freecad_convert.py $fi ${fi%.*}.stl; fi; done

About

A python script that uses FreeCAD to convert files like .stp, .stl, .igs, ...

Resources

Stars

Watchers

Forks

Packages