-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Labels
Description
Bug Report
- Description: Weird not continuous movement at a specific speed and configuration
- Expected behaviour: Linear movement
- Actual behaviour: Discontinuous movement
- Steps to reproduce:
Use default 1.1.6 configuration with these modification:
#define COREXY
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 4000, 500 }
(M502 used, but EEPROM disabled, so M500 have no effect)
Example command:
G1 F1000 X100 Y100
More options:
- F in range: 849..1154
- Diagonal move (only one motor used (X or Y) to movement)
- CoreXY or CoreYX
- 1.1.6 or bugfix-1.1.x (Hash: 5a1f130)
F1000 video (bad movement): https://youtu.be/wIX8tTg1UyI
F1155 video (good movement): https://youtu.be/CGDx70LtVvE
Behavior is independent from motor driver. The step signal is discontinous in such settings.
Clicking noise in the good video caused by a faulty idler not by the motor.
Configuration.h.txt
Configuration_adv.h.txt
Reactions are currently unavailable