-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Print head vibrate with MKS Sgen LPC1769 #15008
Comments
Try without |
Oh sorry, i forget to say i try without Junction_Deviation, without linear advance, without s-curve acceleration. |
I set my step jumper to 16 (jumper 1 and 2 for my tmc2208). But the Sgen Marlin configuration is based on the Sbase setting, and Sbase doesn't have Jumpers. Maybe there is a conflict somewhere. I'm desesperate to use my Sgen one day... |
Have you tried setting: |
Don't try this. I'll try that after work. But why would it work with same drivers on the skr ? It's weird. I try and i tell you if it work. Thank you. |
@Kyosuke33 I'm not saying it will fix your problem, but the default pulse timing is basically to do things as fast as possible, the SGen has a faster processor than the SKR and so will generate shorter pulses which may cause problems for the drivers. The above define will use a fixed period for the pulse for both boards (and is the recommended setting for the SKR board as well). |
Ok, i'll try this today. I did not have time to do it yesterday. Thank you. |
It's weird than it work great on vertical travel when it home, but a lot of vibration when move horizontally. |
Oh ! it work ! I have try all the solution but because i'm desesperate, i decide to re-try all the solutions people propose to me, and it work without the Junction deviation... But last time i try this i won't work. So maybe it's a combination with an other thing i change, but don't know what xD |
I'm lost, now it won't work... don't know why... |
Ouf ! Just reset Eeprom and it work again^^ |
Please read #14978 again. Completely. Without further modification Junction Deviation can't work on DELTA machines - if at all. Currently you don't get Junction Deviation but normal jerk calculations with likely messed up jerk speeds on kinematic machines when you try to activate it. |
Ok i read this thank you. The weird thing is that ok, Junction_Deviation can't be activate on Delta, that's why my Sgen won't work. |
Activating The bug in #14978 causes the default jerk to be set incorrectly recently which causes this weird vibration issue. The assumption is that since you aren't using JD, you don't need jerk anymore. Except you do, because you're using a delta that doesn't actually use JD! There might be something more underlying here too. If you're running an older build or configuration on your SKR, it might be that it didn't have this issue. |
Yes i just saw your post. But i don't know why it only do this with my Sgen, it's weird. It's exactly the same Marlin for both, i just change the name of the environment (LPC1768/LPC1769) and chnage the name of the board (Skr 1.3/MKS Sgen) |
For my test, i only connect the power supply on the board, the drivers, the endstops and the screen.
With this, it's hard to find why it work with one with JD, and need to remove JD for the other one. |
Likely the difference is in the one having proper jerk values in EEPROM. |
Yes, I'd be curious to know if it still works fine with the same (as much as possible) configuration and build and a clean EEPROM. Is |
It work on the Skr 1.3 with JD and clean Eeprom. It's weird. |
@Kyosuke33 so maybe you just need to clean the Eeprom on MKS Sgen LPC1769 ? |
Lack of Activity |
Sorry, yes need to desactivate Junction Deviation and Clean Eeprom. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello, i try to put my problem here after trying all facebook group, forums, sellers...
So, i buy a MKS Sgen, with 3*TMC2208 and 1 LV8729 for my Anycubic Kossel Delta Linear Plus.
I build a Marlin 2.0, LPC1769/MKS Sgen, all compile good without errors.
When i use auto home, all 3 axis goes up great and auto home correctly, but when i use move axis, the print head shake/vibrate a lot when she move.
https://www.youtube.com/watch?v=fqzC6viUyBM
So i switch to a BigTreetech SKR 1.3, with SAME drivers, SAME Marlin, just switch LPC1769 to LPC1768 and change MKS Sgen to BigTreetech SKR 1.3.
ALL work great, auto home, move axis, all the movements are smooth.
After that i switch to a Melzi board, SAME drivers and Marlin 1.1.9
ALL work great, auto home, move axis, all the movements are smooth.
I try to us my MKS Sgen with LPC1768 instead of LPC1769, and MKS Sbase instead of MKS Sgen, but same problem.
I contact MKS ans they send me and other board, but same problem.
I have no idea about the problem. I think Marlin 2.0 don't like the LPC1769 chipset :/
If someone can help me it would be great. thank you.
Nouveau dossier.zip
The text was updated successfully, but these errors were encountered: