Thank you for your quick replies. I have done all that you have suggested, followed the Filament Friday video as well and read the write-up by Cuq. I have retraction enabled and not using firmware retraction. I have switched to the retraction tower supplied by Teaching Tech Calculator in order to perform comparison prints. I have adjusted my layer parameters for the Retract tower post script to accommodate the differences in the tower that I am using. The print using the gcode generated by slicing with Cura is not producing great results. Gcode supplied by the Teaching tech calculator produces a rather dramatic print with horrendous stringing with low retraction distance with observable improvement reaching 5mm for retraction distance.
I have compared the gcodes in a text editor. I can not find any command lines that would produce a retraction movement in the gcode produced with Cura (except at the beginning and end). The other gcode have instructions G1 E-d; where d = the retraction distance.
Am I incorrect to assume that I would see some instructions in the gcode indicating a retraction move?
I am using Ender 3 and Anycubic Mega S printers.
Recommended Posts
GregValiant 1,409
@Cuq is the author of the plugin and he can explain much better than I can. I'll give it a shot because I'm awake.
If you have a G10 in the file you must have "Firmware Retraction" enabled in Cura. Turn that off. Cura changes it's own retraction settings according to the settings in the Post Processor.
If you haven't done so go to "Extensions / Post Processing / Modify Gcode" and then "Select Script". One of the scripts is "Retract Tower". The default is for Speed. Below you can see that I've changed it to Distance.
The setting for Firmware Retraction is in the Printer Settings which must be loaded from the Cura Marketplace to make the settings accessible.
After you do your test (with Cura handling the retractions) you can set it back to Firmware Retraction if you like and the settings (Retract Distance, Retract and Prime Speeds) will get passed to the printer to handle with G10 and G11. M207 contains the Retractions settings to be used by the firmware.
Link to post
Share on other sites
Cuq 206
https://github.com/5axes/Calibration-Shapes/wiki/Retract-Tower#note
Link to post
Share on other sites