I am trying to tune my process to print using PCTG, which oozes like crazy. I am trying to optimize both my Retraction and Extra Restart Distance settings.
I tried to run a print yesterday, and it barely got part way through the first bit of the initial skirt when it stopped extruding. Closer examination showed that it had retracted the filament all the way out of the extruder.
I checked my settings for a typo, but didn't notice anything initially. I took a look at the Gcode, and the retraction commands were there, but there were NO corresponding de-retractions. I was trying to use a Retraction of 2.2 mm, with an Extra Restart Distance of -0.11 mm, so there should have been extrusion commands calling for E2.09 a few lines after every retraction command. They were no where to be found.
I went back and took a closer look, and I had a typo in the Extra Restart Distance. Instead of the -0.11 mm I wanted, I had typed -11.0.
The slicer didn't complain about trying to use an ERD that would result in a negative total retraction, it just stripped those extrusion commands completely out of the resulting Gcode. As a result, I had a series of retractions, which quickly removed the filament from my extruder.
I don't actually recall EVER seeing an error message from S3D saying "illegal parameter value", "value out of range", etc. Maybe they are in there for some conditions, but if so, you missed one.
Thanks!