Skip to content

Commit e80c9fa

Browse files
sarusani3d-gussner
authored andcommitted
Align MIN_Z raise for unload & load
Align values for load and unload to prevent movement between unload & load operations.
1 parent 1a0e0a8 commit e80c9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/Configuration.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
358358

359359
// Try to maintain a minimum distance from the bed even when Z is
360360
// unknown when doing the following operations
361-
#define MIN_Z_FOR_LOAD 50 // lcd filament loading or autoload
362-
#define MIN_Z_FOR_UNLOAD 20 // lcd filament unloading
361+
#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!)
362+
#define MIN_Z_FOR_UNLOAD 35 // lcd filament unloading
363363
#define MIN_Z_FOR_SWAP 27 // filament change (including M600)
364364
#define MIN_Z_FOR_PREHEAT 10 // lcd preheat
365365

0 commit comments

Comments
 (0)