Guilouz / Marlin-SuperRacer-MKS-Nano-V3

Marlin Firmware configured for FLSUN Super Racer with MKS Robin Nano V3 motherboard.
GNU General Public License v3.0
68 stars 23 forks source link

"Linear Advance Factor" dropped ? #26

Closed titou386 closed 2 years ago

titou386 commented 2 years ago

Hi, I can't access anymore to the "Linear Advance Factor" with the M900 command. Why has it been removed? It works with the stock firmware. Thanks.

Guilouz commented 2 years ago

Linear Advance is disabled since first release. As I have already said, the linear advance is more restrictive than anything else because the value K must be calculated for each filament spool and it is also counterproductive because it acts on the jerk and the acceleration which loses all the efficiency of a delta.

If you want to enable it, you can recompile firmware.

titou386 commented 2 years ago

Ok, thank you for your answer.