Bug: Axis won't move after VIN not in range
-
Hello everyone,
I think i found a bug.- try to manually move a Axis while VIN is not in Range
- VIN gets in the Range
=> new manual moves will not get executed. DWC thinks that the tool moves but the motor never turns.
The VIN is controlled through a relay from a 24V power supply.
I'm running version 3.3 on Duet 3 mini5+
I hope i could help and not stumbled upon a intentional behavior.
-
Try running M98 P"config.g" again when it's in range.
-
@phaedrux thx. The motor will move after that. Is that an expected behavior?
-
I think what's happening is that when vin is out of range the drivers are de-energized and have no settings applied. Re-running the config will reconfigure everything again.
-
@obzocker, TMC drivers lose their settings when VIN is removed. RRF will restore the settings when VIN is restored, however the axes will be flagged as not having been homed, so only special moves such as homing moves will be allowed.