diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-12 18:34:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-12 18:45:31 -0500 |
commit | 6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5 (patch) | |
tree | 23c86d93ed8059ae3b9904062eaa95538598b52e /docs | |
parent | 77dff35faefe18cc9cc567ec4428fd7f59ad4e24 (diff) | |
download | kutter-6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5.tar.gz kutter-6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5.tar.xz kutter-6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5.zip |
stepper_enable: Remove ability to use a list of pins in enable_pin
Now that the tmc drivers perform automatic soft stepper enabling,
there is no need to be able to list multiple pins in the enable_pin
config setting.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 059641e3..fc59b66c 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -9,7 +9,9 @@ All dates in this document are approximate. 20191112: The tmc stepper driver virtual enable capability is now automatically enabled if the stepper does not have a dedicated stepper enable pin. Remove references to tmcXXXX:virtual_enable from the -config. +config. The ability to control multiple pins in the stepper +enable_pin config has been removed. If multiple pins are needed then +use a multi_pin config section. 20191107: The primary extruder config section must be specified as "extruder" and may no longer be specified as "extruder0". Gcode |