applying live adjust Z corrected because of temp. calibration
This commit is contained in:
parent
8f904f90d0
commit
1813819c6f
1 changed files with 1 additions and 1 deletions
|
@ -2309,7 +2309,7 @@ static int babystepLoadZ = 0;
|
||||||
void babystep_apply()
|
void babystep_apply()
|
||||||
{
|
{
|
||||||
// Apply Z height correction aka baby stepping before mesh bed leveling gets activated.
|
// Apply Z height correction aka baby stepping before mesh bed leveling gets activated.
|
||||||
if(calibration_status() == CALIBRATION_STATUS_CALIBRATED)
|
if(calibration_status() < CALIBRATION_STATUS_LIVE_ADJUST)
|
||||||
{
|
{
|
||||||
check_babystep(); //checking if babystep is in allowed range, otherwise setting babystep to 0
|
check_babystep(); //checking if babystep is in allowed range, otherwise setting babystep to 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue