Align MIN_Z raise for unload & load

Align values for load and unload to prevent movement between unload & load operations.
This commit is contained in:
sarusani 2025-01-24 15:43:29 +01:00 committed by 3d-gussner
parent 1a0e0a804f
commit e80c9fa315
1 changed files with 2 additions and 2 deletions

View File

@ -358,8 +358,8 @@ 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 20 // lcd filament unloading
#define MIN_Z_FOR_LOAD 35 // lcd filament loading or autoload (values for load and unload have been unified to prevent movement between unload & load operations!)
#define MIN_Z_FOR_UNLOAD 35 // lcd filament unloading
#define MIN_Z_FOR_SWAP 27 // filament change (including M600)
#define MIN_Z_FOR_PREHEAT 10 // lcd preheat