Skip to content

Commit

Permalink
increased max # steppers from 4 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Sep 28, 2023
1 parent 5cf0242 commit e34da42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion telemetrix/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class PrivateConstants:
FEATURES = 20
DEBUG_PRINT = 99

TELEMETRIX_VERSION = "1.31"
TELEMETRIX_VERSION = "1.32"

# reporting control
REPORTING_DISABLE_ALL = 0
Expand Down
1 change: 0 additions & 1 deletion telemetrix/telemetrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def __init__(self, com_port=None, arduino_instance_id=1,

# maximum number of steppers supported
self.max_number_of_steppers = 8


# number of steppers created - not to exceed the maximum
self.number_of_steppers = 0
Expand Down

0 comments on commit e34da42

Please sign in to comment.