mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 13:04:05 -06:00
tmc2130: implement missing HighVelocity fields in the config
Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com>
This commit is contained in:
parent
f01c8853ca
commit
1ca1054957
2 changed files with 4 additions and 0 deletions
|
@ -304,6 +304,8 @@ class TMC2130:
|
|||
set_config_field(config, "hstrt", 0)
|
||||
set_config_field(config, "hend", 7)
|
||||
set_config_field(config, "tbl", 1)
|
||||
set_config_field(config, "vhighfs", 0)
|
||||
set_config_field(config, "vhighchm", 0)
|
||||
# COOLCONF
|
||||
set_config_field(config, "sgt", 0)
|
||||
# IHOLDIRUN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue