Maybe I'm just bad at using Google, but I can't seem to find any explanation of how the Retraction Script in the "Scripts" tab is parsed. Specifically: does it override the retraction settings from the Extruder tab? If so, does it override all of the settings, or some of them? Is there any documentation that explains this? Thanks!
@gtakacs agreed - I'd imagine it would take a Simplify3D developer no more than an afternoon to break that tab out into a pre- and a post- retraction script, with a checkbox that allows you to override the firmware retract and just do what's in the scripts.
The retraction script is executed right before the retraction itself (e.g. G1 E-0.5000 F1800).
If you du something like {REPLACE "E" "A"} , {APPEND "G28 X0 Y0\n"}, {DELETE "M82\n"} ... this would be done in post-processing