Skip to content

Commit

Permalink
Make MIN_Z_FOR_LOAD/UNLOAD the same
Browse files Browse the repository at this point in the history
When unloading + preheat immediately followed by a load, the carriage is
raised first up to 20mm, then again to 50mm.

With PR #2318 it makes sense to make more space for the extra extrusion
anyway, so make them the same. This moves the carriage only once _while_
preheating, which is nice.
  • Loading branch information
wavexx committed Oct 29, 2020
1 parent da2367e commit 5f3c915
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 @@ -552,7 +552,7 @@ enum CalibrationStatus
// 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
#define MIN_Z_FOR_UNLOAD 20
#define MIN_Z_FOR_UNLOAD 50
#define MIN_Z_FOR_PREHEAT 10

#include "Configuration_adv.h"
Expand Down

0 comments on commit 5f3c915

Please sign in to comment.