Merge pull request #4750 from sarusani/LessZAxisMovementOnManualFilamentUnload

Lower MIN_Z_FOR_UNLOAD
This commit is contained in:
3d-gussner 2024-08-14 13:03:32 +02:00 committed by GitHub
commit 21fc1ddf00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ your extruder heater takes 2 minutes to hit the target on heating.
// Try to maintain a minimum distance from the bed even when Z is
// unknown when doing the following operations
#define MIN_Z_FOR_LOAD 50 // lcd filament loading or autoload
#define MIN_Z_FOR_UNLOAD 50 // lcd filament unloading
#define MIN_Z_FOR_UNLOAD 20 // lcd filament unloading
#define MIN_Z_FOR_SWAP 27 // filament change (including M600)
#define MIN_Z_FOR_PREHEAT 10 // lcd preheat