What is the G-code to set the retract length?
Hallo!
I am trying to calibrate the retraction length using PrusaSlicer. For that I need to change the retraction length at sertain heights (let's say every 2 mm) while printing two objects at a distance from each other. That is easy to do in PrusaSlicer by inserting the G-code commands M207 S.. F.. for other firmwares (like Marlin, RepRap..). Which G-code should be used with Repetier firmware?
Thank you in advance!
I am trying to calibrate the retraction length using PrusaSlicer. For that I need to change the retraction length at sertain heights (let's say every 2 mm) while printing two objects at a distance from each other. That is easy to do in PrusaSlicer by inserting the G-code commands M207 S.. F.. for other firmwares (like Marlin, RepRap..). Which G-code should be used with Repetier firmware?
Thank you in advance!
Comments
Better is to define the retraction length in slicer and not rely on G10/G11 in this case.
Why is it required to change the retraction length during print? This is just to reduce pressure for oozing and it either is enough or not, but never heard that you need to adjust it.
Print with retract=0 from z=0 till z=1mm;
Print with retract=0.2 from z=1.2 till z=2.0;
print with retract=0.4 from z=2.2 till z=3.0;
etc.
And when slicing is complete we send it to print and we don't change anything during print.
For example here https://help.prusa3d.com/article/insert-pause-or-custom-g-code-at-layer_120490
they insert M104 command and print temperature tower.
If I am again not clear the above mentioned link has a short and clear explanation.
Thank you!
And a separate thank you for nice firmware! And luck and patience with version 2.0!
Find the correct M206 code by logging commands send in one window and then in an other open eeprom editor and change the setting. On save you will see a M206 with some parameters and X with value you want. That's the command you want.