DrLex0 / FFCP-GCodeSnippets

G-Code and scripts for using the FlashForge Creator Pro with PrusaSlicer (Slic3r)
https://www.dr-lex.be/software/ffcp-slic3r-profiles.html?r=gh
Creative Commons Attribution 4.0 International
58 stars 16 forks source link

Add G92 E0 in layer change code #19

Closed DrLex0 closed 1 year ago

DrLex0 commented 2 years ago

See PrusaSlicer issues 6336, 5073. Thank God I moved to relative E long ago. Otherwise this would have broken pretty much all the post-processing scripts. Now it should suffice to just add a G92 E0 command to layer change code.

DrLex0 commented 2 years ago

Those who want to use the 2.4.1 PrusaSlicer beta: you can either check out the release/2.4.1 branch and import its ini file, or you can simply add this to the “After layer change G-code” of all your printer profiles:

G92 E0; PrusaSlicer #6336 #5073

If you're using the retraction-improver.pl script, you will need to update it with the version from the release/2.4.1 branch. I'll wait with merging the branch until it is clear that the Prusa people aren't going to make other weird changes (probably when 2.4.1 is no longer beta).

DrLex0 commented 1 year ago

G92 commands are now added, even though it probably isn't necessary.