rhapsodyv / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://marlinfw.org
GNU General Public License v3.0
82 stars 428 forks source link

CXY-V6, linear advance #14

Open codemunzlp opened 3 years ago

codemunzlp commented 3 years ago

The Linear Advance setting causes the Extruder Motor of my X5SA-400 with the CXY-V6 Board to stop mid print. It won't move until I turn the power off and back on. There is no clog, the E motor just stops working. Configuration & Configuration_adv.zip

codemunzlp commented 3 years ago

1st Step: activate linear advance in marlin firmware 2nd Step: Print something for a few hours, the E motor will stop suddently

codemunzlp commented 3 years ago

It should be fixable using this: Bildschirmfoto vom 2020-11-29 18-43-59

rhapsodyv commented 3 years ago

Where is this image from?

dandantsui commented 3 years ago

Looks like it is from here

https://www.thingiverse.com/thing:4588538

Eliminateur commented 3 years ago

Indeed, you can't use linear advance with the steppers in stealthchop mode, that's set from factory, linear advance requires spreadcycle mode. That image you pasted is not exactly the best, as that would change the mode permanently but you'll remain in standalone mode.

for the best operation they need to be in UART mode so that marlin can change between modes as it wants(plus a lot of other advanced stuff, like running the extruder in spreadcycle alone for the torque)

this caveat(about the modes) should be added as a comment block on the file before linear advance, as right now it says nothing.

corrado-c commented 2 years ago

some time ago I made the change to activate the UART, but it didn't work for me, Are there any news or better instructions? image