Message 1 of 11

Not applicable
11-18-2014
06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the new release of Fusion, I can't get the 3D print to send to cura, what do I have to put into my preferences for the path and executable. I normally use a batch file to start it with the follwing line
@python\python.exe -m Cura.cura %*
STL files in windows are associated with pythonw.exe
Won't work with python.exe or pythonw.exe
In regedit it seems to use this for the STL association:
"C:\Program Files (x86)\Cura_14.09\python\pythonw.exe" -c "import os; os.chdir(\"C:\Program Files (x86)\Cura_14.09\"); import Cura.cura; Cura.cura.main()" "%1"
Solved! Go to Solution.