It's been almost 7 years Jake, any chance we can finally get this put in?S3D-Jake wrote: ↑Wed Nov 07, 2018 1:42 pm Thanks for the continued feedback on this, everyone! I'll be watching this thread to gauge user interest.
As studiodyne has stated, you can use the replace commands to insert firmware retractions in the place of retractions in Simplify3D.
Check the option for "Include M101/M102/M103" in the G-Code tab. Then include these in your "Additional terminal Commands for post processing" inside the Scripts tab.
{REPLACE "M101" "G11"}
{REPLACE "M103" "G10"}
{STRIP "M102"}
Finally, set retraction distance and extra restart distance in your extruder controllers to 0. This will eliminate any instances of duplicate retractions or primes.