Full retract when complete
-
@dc42 Wasn't M83 first line of the old config.g file ?
oops M83 is still the first line of the config.g file , so will add it to the end g-code . -
Definitely check Cura to make sure it's set to relative extrusion mode.
-
@Phaedrux Yep , done that , but in cura it is hidden away in a special mode section.
-
@peter247 I have the exact same problem. Hope you found a solution. Still searching.
-
@magicwood said in Full retract when complete:
@peter247 I have the exact same problem. Hope you found a solution. Still searching.
the solution is relative extrusion
-
@phaedrux Ok, Thanks. I found that and turned it off. I also saw something about putting M83 at the beginning of the END GCODE so I added that in there. Hope that was correct!
-
@magicwood said in Full retract when complete:
@phaedrux Ok, Thanks. I found that and turned it off. I also saw something about putting M83 at the beginning of the END GCODE so I added that in there. Hope that was correct!
You WANT relative extrusion on in the slicer so that it uses relative extruder movements.
M83 enables relative extrusion, so yes, adding that to the start of your end gcode will make any extruder moves there relative, which would probably solve your problem. Regardless though, you should probably be setting the slicer to use relative extrusion at all times anyway.
-
-
@Magicwood hello, did you find solution of the problem? I am sorry for my poor English language
-
@joubarani The solution is to set your slicer to use relative extruder moves.
-
@Phaedrux alternately reset extruder position by executing
G92 E0
before the end gcode retracts