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/G-Codes.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docs/G-Codes.md') diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 2ff7b7bf..1591c88d 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -322,22 +322,10 @@ config section). If MOTION_QUEUE is an empty string then the stepper will be desynchronized from all extruder movement. #### SET_EXTRUDER_STEP_DISTANCE -`SET_EXTRUDER_STEP_DISTANCE EXTRUDER= -[DISTANCE=]`: Set a new value for the provided extruder's -"step distance". The "step distance" is -`rotation_distance/(full_steps_per_rotation*microsteps)`. Value is not -retained on Klipper reset. Use with caution as small changes can -result in excessive pressure between extruder and hot end. Do proper -calibration with filament before use. If 'DISTANCE' value is not -included command will return current step distance. +This command is deprecated and will be removed in the near future. #### SYNC_STEPPER_TO_EXTRUDER -`SYNC_STEPPER_TO_EXTRUDER STEPPER= EXTRUDER=`: This -command will cause the given extruder STEPPER (as specified in an -[extruder](Config_Reference#extruder) or -[extruder stepper](Config_Reference#extruder_stepper) config section) -to become synchronized to the given EXTRUDER. If EXTRUDER is an empty -string then the stepper will not be synchronized to an extruder. +This command is deprecated and will be removed in the near future. ### [fan_generic] -- cgit v1.2.3-70-g09d2