diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-01-13 14:00:50 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-02-15 12:35:19 -0500 |
commit | 2f7b234189c95a4a18088f36d1976c87780ee634 (patch) | |
tree | 30e85d0da51f14d0d761f4c40243e428a3e0fc3a /docs/G-Codes.md | |
parent | b2ac0f1ce33bab9e09abe789643ac3b8568f4297 (diff) | |
download | kutter-2f7b234189c95a4a18088f36d1976c87780ee634.tar.gz kutter-2f7b234189c95a4a18088f36d1976c87780ee634.tar.xz kutter-2f7b234189c95a4a18088f36d1976c87780ee634.zip |
extruder: Remove deprecated commands and config
Remove the deprecated SET_EXTRUDER_STEP_DISTANCE and
SYNC_STEPPER_TO_EXTRUDER commands. Remove the deprecated
shared_heater config option.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 3e32ba3f..5a8cd920 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -449,12 +449,6 @@ MOTION_QUEUE (as defined in an [extruder](Config_Reference.md#extruder) config section). If MOTION_QUEUE is an empty string then the stepper will be desynchronized from all extruder movement. -#### SET_EXTRUDER_STEP_DISTANCE -This command is deprecated and will be removed in the near future. - -#### SYNC_STEPPER_TO_EXTRUDER -This command is deprecated and will be removed in the near future. - ### [fan_generic] The following command is available when a |