-
-
Notifications
You must be signed in to change notification settings - Fork 8
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linear Advance Support #11
Comments
K 0.00 as default or a reasonable setting for the s1 pro? I have mine at 0.06 after calibration. |
Does the Linear Advance function work in your firmware now? I tried to print a calibration model to calculate the coefficient "K", but there is no difference between the coefficients in the printed model. |
haven't started on it yet. will update this issue once I do. |
I'm getting conflicting information on whether our stepper drivers are even compatible. I may proceed with an additional variant (already have two -- UBL vs ABL) but the last thing I want to do is introduce a feature that could fry a board / driver. |
adding some reference material here for guidance. https://all3dp.com/2/linear-advance-cura-marlin/ I'm tempted to enable it with a 0 K value. I believe it is basically anemic in this manner and if you want to tweak it, you can do it via gcode and m500. |
First point of contention is that our steppers are in
|
video where it's called out as an issue for us: https://www.youtube.com/watch?v=n3yK0lJ8TWM he doesn't elaborate, just says it is a "NO GO". |
interesting comments which match our use case:
|
and it is disabled by default:
|
this is quite a little rabbit trail... https://reprap.org/forum/read.php?415,863853 says we should enable SpreadCycle for the extruder... SQUARE_WAVE_STEPPING does not work in standalone mode apparently. |
Another option referenced is MINIMUM_STEPPER_PULSE. It defaults to 0 on TMC. Guidance is for it to be 1 or greater.
|
There is no way to configure StealthChop vs SpreadCycle in standalone mode and the default is StealthChop. It is possible setting |
Found this today It is only in bugfix-2.1.x Based on this, LA is off limits for 2.0.8 and 2.1.2... |
0.06 is coming up as the sweet spot on my machine as well. I had to dramatically change the scale on the calibration generator to make it useful. |
cool you sorted it out. yes i think it was so long below the radar as you have to make the testrange very fine to see it works correctly. thank you for the link to #24533 . did not know the fact that there was a rewrite.. but have seen that it works months ago as my ender3pro without S1 has 2208 drivers. and it worked there fine after calibration. cheers. |
This is now enabled in the bugfix-2.1.x builds and I am only going to enable it in them. I default the K value to 0 since you pretty much have to tune linear advance on a material / filament type / brand basis. k values of .06 (and even .07) appear to be stable, however I've been unable to evidence any visual improvement in my benchy benchmarks. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Placeholder for further refinement
The text was updated successfully, but these errors were encountered: