Can I Use Distance with Marlin 2.X or not?
Just trying to find out if i should keep the box checked under printer settings for "Use relative E distance", I'm fairly new to 3D printing and it was checked automaticly when i created the profile for my Ender 5 Pro. But i see that it says unless your Firmware requires it to uncheck it. I have tried searching about Marlin to see if it requires it but I haven't found anything.
RE: Can I Use Distance with Marlin 2.X or not?
You can use marlin 2.0, but it will request custom firmware installation. I would stick with the stock.
--------------------
Chuck H
3D Printer Review Blog
RE:
Unless you set your Ender 5 Pro to use absolute E values ( https://marlinfw.org/docs/gcode/M082.html ) you should keep that checked.
Normally relative E values are used, because using absolute values will accumulate errors over time and will result in less precise extrusion over time...
If at first you don't succeed, skydiving is not for you.
Find out why this is pinned in the general section!
RE: Can I Use Distance with Marlin 2.X or not?
Normally relative E values are used, because using absolute values will accumulate errors over time and will result in less precise extrusion over time...
I wonder why that is?
RE: Can I Use Distance with Marlin 2.X or not?
If at first you don't succeed, skydiving is not for you.
Find out why this is pinned in the general section!
RE: Can I Use Distance with Marlin 2.X or not?
I don't understand (very old brain) but thanks for trying.
RE: Can I Use Distance with Marlin 2.X or not?
@towlerg to put it differently: for relative movement you need on information less than for absolute: the current position and for absolute movement you need that to be exact. Walk 2 meters vs. walk from 1233 meters position to 1235 meters. That's only the same when you are at 1233m exactly and are sure about that.
If at first you don't succeed, skydiving is not for you.
Find out why this is pinned in the general section!
RE: Can I Use Distance with Marlin 2.X or not?
Thanks for the explanation.