Retraction/un-retraction events
-
Hello everyone, I'm using a duet wifi on my Tevo Little Monster and I'm getting a retraction/un-retraction event on my console, I don't know why... maybe because it conflicts with my slicer settings or something? I'm using Cura and I have firmware retraction turned off.
If anyone know why this is happening please let me know.
Thanks!
-
Check your gcode. It looks like it's sending M207 and it's reporting the default firmware retraction values.
https://duet3d.dozuki.com/Wiki/M207
Do you have Cura set to use RepRap gcode flavor?
-
I checked the GCode and indeed is sending some M207
Here's the start of the code:
M207 X30
G1 F600 Z0.48
G0 F3600 X-27.579 Y5.831 Z0.48
M207 X20Yes I have Cura set up with reprap gcode flavor, what should I do?
-
@empana said in Retraction/un-retraction events:
Yes I have Cura set up with reprap gcode flavor, what should I do?
Are you sure it's reprap and not repetier or something?
https://reprap.org/wiki/G-code#M207:_Firmware_dependent
Far as I can tell Repetier is the only one that uses M207 X as syntax for changing jerk.
Can you share that gcode file?
-
Oh god I was wrong, the flavour was repetier... I feel too dumb hahahaha
Well changed it to reprap and it solved the issue, thanks for the help phaedrux!!!
-
-