Export .STL from Slice3rPR to Fusion360 via the 3d print utility?
Export .STL from Slice3r PR to Fusion360 via the 3d print utility?
Does this feature work?
On mac and I cant seem to get Fusion360 to export the .STL directly to to Slic3r PR?
This is on Mac if that makes any difference?
Simplify3D seems to accept imports without any issues, what needs to change to allow Slic3r to work in the same way?
Re: Export .STL from Slice3rPR to Fusion360 via the 3d print utility?
So I found a workaround how to start Slic3r on a mac from Fusion.
Open Automator.app
Menu -> File -> New... -> Application
Search for action 'Run Shell Script' and drag it into the workflow pane
Change 'Pass inputs' to 'as arguments' and use the following body of the script:
# Need to fix up the path, Fusion 360 seems to bork the path
PATH=$PATH:/usr/bin:/bin
# this is the command line to start Slic3r from the terminal
# tweak this to match your slicer
/Applications/prusa3d_mac_2_0_0/Slic3r.app/Contents/MacOS/Slic3r --gui "$@"
Save the file into the applications folder as for example SlicerLauncher
Point Fusion at SlicerLauncher