mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
config: Update tmc5160 block in example-extras.cfg
List all the configurable parameters in the tmc5160 example block and use similar wording as the other tmc drivers. Also, don't allow DEDGE to be configured as it would just break the current code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
494a5b732d
commit
20d0bb8354
2 changed files with 18 additions and 18 deletions
|
@ -315,7 +315,6 @@ class TMC5160:
|
|||
set_config_field(config, "vhighchm", 0)
|
||||
set_config_field(config, "tpfd", 4)
|
||||
set_config_field(config, "intpol", True, "interpolate")
|
||||
set_config_field(config, "dedge", 0)
|
||||
set_config_field(config, "diss2g", 0)
|
||||
set_config_field(config, "diss2vs", 0)
|
||||
# COOLCONF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue