From ba4f0c0be166e6e8e2baffbc7ade6c7fedf83f70 Mon Sep 17 00:00:00 2001 From: Zeanon Date: Wed, 18 Oct 2023 08:07:45 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 681fff0a786d..5aff311f90f9 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ Implemented https://github.com/Klipper3d/klipper/pull/6346
Implemented https://github.com/Klipper3d/klipper/pull/6246
Implemented https://github.com/Klipper3d/klipper/pull/6290
Implemented https://github.com/Klipper3d/klipper/pull/6226
+Implemented https://github.com/Klipper3d/klipper/pull/6239
Implemented https://github.com/Klipper3d/klipper/pull/6224
+You can now call SAVE_CONFIG without an automatic restart (see docs)
MARK_AS_HOME and MARK_AS_UNHOMED commands (see docs)
max_set_temp option for heaters (see docs)
homing_resting_retract_dist and homing_resting_retract_speed (see docs)
disable_on_error for steppers (see docs)
-Filament Switch sensors support Marlins Runout Distance (can also be changed on the fly) (currently on the runout_test branch)
-Detection Length for Filament Motion Sensors can be changed on the fly (currently on the runout_test branch)
+Filament Switch sensors support Marlins Runout Distance (can also be changed on the fly)
+Detection Length for Filament Motion Sensors can be changed on the fly
Implementation of Marlins Cold Extrude
Fixed some stuff in the stepper_enable code
Added support for the run_on_error feature from the LED-Effect plugin (also requires our forked version of LED-Effect)