-
-
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] Marlin 2.1.3 Beta 1 - MKS Robin Mini (Kingroon KP3) Z stepper motor moves with strong vibration and loud noise, but works normally with earlier version 2.0.9.1 #27555
Comments
Configuration Files of version 2.0.9.1.zip I here also upload config files of version 2.0.9.1 with works correctly, in case you would like to test on this version. |
Have you tried any other versions between |
I tried 2.0.9.7 but was unable to compile. It said "include path error". |
2.0.9.1 is from Jun 28, 2021 and 2.1.2.5 is a few selected patches off of 2.1.2.1 dated May 17, 2023, that's 2 years of code changes to go through. |
you need to try a few versions in between 2.0.9.1 |
I tried 2.0.9.7 and 2.1.0.1, but was unable to compile. Could this be compatibility issue with VS Code? I do wish to find out since which version it has the problem. |
The error say there is TEMP_SENSOR_IS_MAX_TC in your Configuration.h file But TEMP_SENSOR_IS_MAX_TC is not in the 2.1 Configuration.h file https://github.com/MarlinFirmware/Configurations/blob/2.1/config/examples/Kingroon/KP3/Configuration.h It is however in 2.1.1 https://github.com/MarlinFirmware/Configurations/blob/2.1.1/config/examples/Kingroon/KP3/Configuration.h |
change ini/stm32f1.ini line 281 https://github.com/MarlinFirmware/Marlin/blob/2.1/ini/stm32f1.ini#L281 "-DMCU_STM32F103VE -DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2" |
same error as 2.1 one line lower |
I here give summary of test results of various versions: 2.0.9.1 no problem From the above, it can be reasonably deduced that the Z motor problem began from 2.0.9.2 to 2.0.9.5. |
I have narrowed down the troubleshooting to the extent that I can. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Z motor not moving as expected. Upon homing, after X and Y have homed, Z moves very slowly and with shaking loud noise even with the default motor strength 800.
I tried to increase Z motor strength to 1000 and performed move Z axis from LCD control, but it did not move. I then increased motor strength to 1200 and then moved Z axis by 10mm via LCD control, it appeared to move correctly. However, after I stored the configuration, the Z motor began to make loud noise again.
I tested the printer with older version 2.0.9.1 and it worked normally. Therefore, it is not hardware issue.
Bug Timeline
New bug. This bug is observed in 2.1.3 beta 1, as well as in 2.1.2.5
Expected behavior
Z motor should home normally, but it does not.
Actual behavior
Z motor not moving as expected. Upon homing, after X and Y have homed, Z begins to move but with strong vibration and loud noise.
Steps to Reproduce
Version of Marlin Firmware
2.1.3 beta 1 and 2.1.2.5 both have the same problem
Printer model
Kingroon KP3 (board is MKS Robin Mini)
Electronics
Stock electronics
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration Files.zip
The text was updated successfully, but these errors were encountered: