Skip to content

Commit

Permalink
Merge pull request #4781 from 3d-gussner/MK3_3131_MBL_relax_tight_thr…
Browse files Browse the repository at this point in the history
…esholds

MBL relax tight thresholds
  • Loading branch information
3d-gussner authored Sep 24, 2024
2 parents afca99f + 8320189 commit 9c2c95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@ static void gcode_G80()
{
constexpr float XY_AXIS_FEEDRATE = (homing_feedrate[X_AXIS] * 3) / 60;
constexpr float Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 60;
constexpr float Z_CALIBRATION_THRESHOLD_TIGHT = 0.35f; // used for 7x7 MBL
constexpr float Z_CALIBRATION_THRESHOLD_TIGHT = 0.6f; // used for 7x7 MBL
constexpr float Z_CALIBRATION_THRESHOLD_RELAXED = 1.f; // used for 3x3 MBL
constexpr float MESH_HOME_Z_SEARCH_FAST = 0.35f;
st_synchronize();
Expand Down

0 comments on commit 9c2c95e

Please sign in to comment.