Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
I have a mostly homemade printer using an MKS TinyBee board and MKS SERVO42C motors on X & Y axes. It was running an older version of Marlin bugfix 2.1x. The motors were skipping steps from time to time but worked correctly without issues when I set #define X_DRIVER_TYPE & #define Y_DRIVER_TYPE to TB6560. So far so good, I guess they needed a slow driver type because they have a weird closed loop system.
However about a week ago I decided to upload the latest Marlin bugfix to the printer and noticed the X & Y axes moving extremely slow.
The same thing happens if I set #define X_DRIVER_TYPE & #define Y_DRIVER_TYPE to TB6560 and/or TB6600, but the motors work at normal speed if I set them to anything else (for example A4988 or DRV8825) but they skipped steps again on one occasion, so we are back to skipping steps again.
Did you change something regarding stepper movement in the latest bugfix?
I will attach my configuration files and few files I edited in a zip file bellow.
I also have a backup of a fully working previous 2.1x bugfix version (I keep a backup of a previous version when I'm updating the printer, it's a habit of mine), but I can't attach it due to size (411MB).
Bug Timeline
It started with the latest bugfix which I tested a week ago
Expected behavior
I expected no issues when using:
#define X_DRIVER_TYPE TB6560
#define Y_DRIVER_TYPE TB6560
Actual behavior
Extremely slow movement, perhaps less than 1 millimeter per second
Steps to Reproduce
- Use an MKS TinyBee board and MKS SERVO42C motors on X & Y axes.
- Set #define X_DRIVER_TYPE TB6560 & #define Y_DRIVER_TYPE TB6560
- Upload the latest Marlin Bugfix to the board
Version of Marlin Firmware
Latest Marlin Bugfix 2.1x
Printer model
Talos, a homemade printer based on an aluminum frame & bed of a Geeetech A10M
Electronics
MKS TinyBee
LCD/Controller
MKS Mini 12864 V3
Other add-ons
MKS SERVO42C closed loop motors on X & Y axes
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
None
Don't forget to include
- A ZIP file containing your
Configuration.h
andConfiguration_adv.h
.
Additional information & file uploads
No response