- Solution
It seems that I have found the problem. Maybe the following solution will help someone else who also encounters this problem:
Ultimaker does not use pure Marlin as firmware in the UM3, but a slightly adapted version of it (Griffin). This one does not support the commands used by the extension M82/M83 (Relative vs. Absolute Extrusion) - at least not without errors. You can read this in the community post of a former software developer of Ultimaker about the release of the UM3.
QuoteOther absent codes are the M82/M83, relative E mode. I don't know if there is a slicer that depends on this. Due to some archtectual things in the code, these commands are difficult to support right now. (Note, I think they do something, but they might stop working in the future, or we will fix the bugs related to them)
https://community.ultimaker.com/topic/15555-inside-the-ultimaker-3-day-1-gcode/
Sometimes the code was executed correctly, sometimes not. When it didn't, the command was implemented with the E3 extrusion absolute and not relative, so as the layer count increased, the filament was retracted further and further, only to be fully retracted again with the next extrusion command. I modified the Cura PlugIn so that the retraction commands are inserted absolutely in the code.
Recommended Posts
abetub 0
Please tell me if more information is needed as I am relatively new to the topic
Edited by abetubLink to post
Share on other sites