aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-01-11 18:26:23 -0500
committerKevin O'Connor <kevin@koconnor.net>2022-02-10 13:25:16 -0500
commit2e17519a7efc225d699669ecfbd00d8cb6f10cae (patch)
treedb7f5af70d9e291a0816a3e6109b4b8193eb15d2 /docs/Config_Reference.md
parent2af8c5aa8620019bb0fa4ada415f219a9e09b1db (diff)
downloadkutter-2e17519a7efc225d699669ecfbd00d8cb6f10cae.tar.gz
kutter-2e17519a7efc225d699669ecfbd00d8cb6f10cae.tar.xz
kutter-2e17519a7efc225d699669ecfbd00d8cb6f10cae.zip
extruder: Deprecate old extruder commands and shared_heater config option
Deprecate SET_EXTRUDER_STEP_DISTANCE and SYNC_STEPPER_TO_EXTRUDER. Recommend using SET_EXTRUDER_ROTATION_DISTANCE and SYNC_EXTRUDER_MOTION. Deprecate the extruder "shared_heater" option and reocmmend using extruder_stepper config sections to obtain the same functionality. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index f4b36e70..223b576f 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -1781,12 +1781,7 @@ for an example configuration.
# See the "extruder" section for available stepper and heater
# parameters.
#shared_heater:
-# If this extruder uses the same heater already defined for another
-# extruder then place the name of that extruder here. For example,
-# should extruder3 and extruder4 share a heater then the extruder3
-# config section should define the heater and the extruder4 section
-# should specify "shared_heater: extruder3". The default is to not
-# reuse an existing heater.
+# This option is deprecated and should no longer be specified.
```
### [dual_carriage]