NateLiquidGravity
Alibre Super User
This script uses the open source stltostp to convert the STL file to an STP file and then optionally import it into Alibre.
You must download and install stltostp before running.
https://github.com/slugdev/stltostp
If you installed stltostp but the script can't find it then you will need to correct the path in the code:
Code:
path_to_stltostp_exe = r'C:\Program Files\stltostp\1.0\bin\stltostp.exe'
Code:
MaxWaitTime = 100 #number of seconds to wait for the conversion to finish
Please post here about any issues or suggestions. Also let me know if you use it and like it or even if you don't.
[edit]
Added new version with more error checking.
'STL Import.py' was downloaded 21 times before being replaced by 'STL Import3.py'
[/edit]
Attachments
Last edited: