From 2e17519a7efc225d699669ecfbd00d8cb6f10cae Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 11 Jan 2022 18:26:23 -0500 Subject: 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 --- docs/Config_Reference.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docs/Config_Reference.md') 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] -- cgit v1.2.3-70-g09d2