Skip to content

Commit

Permalink
Lower MIN_Z_FOR_UNLOAD
Browse files Browse the repository at this point in the history
Sync value with Buddy firmware
  • Loading branch information
sarusani committed Aug 14, 2024
1 parent 428091b commit d3f2dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d3f2dce

Please sign in to comment.