-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): Add FlexStacker functionality to enable stallguard + add a…
…nimation patterns to set_led . (#17349) - added set_motor_stallguard_threshold (M910) command) - added get_motor_stallguard_threshold (M911) command - added get_motor_driver_register (M920) command - added set_motor_driver_register (M921) command - added parse reset reason to the get_device_info command - fixed issue where driver.get_motion_params was not awaited on the FlexStacker module - rename Direction.EXTENT to Direction.EXTEND - validate the serial number before setting it. - add `set_led_state` to the FlexStacker module - added handling for motors stall errors (ERR403) - catch MotorStall exception in flex stacker driver to set MoveResult.STALL_ERROR - fixed an issue with set_led not setting the K arg properly - handle MoveResult.STALL_ERROR and raise FlexStackerStallError in `home_axis` and `move_axis` - set DEFAULT_FS_TIMEOUT to 1 second and added FS_MOVE_TIMEOUT 20s - clear serial input/output buffers if there is an error
- Loading branch information
1 parent
0c3b3b5
commit 067dabb
Showing
11 changed files
with
475 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.