Clarify statement by adding extra braces
This commit is contained in:
parent
051f03119b
commit
c096462aab
|
|
@ -3502,8 +3502,10 @@ bool gcode_M45(bool onlyZ, int8_t verbosity_level)
|
||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
|
if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
|
||||||
|
{
|
||||||
// Shipped, the nozzle height has been set already. The user can start printing now.
|
// Shipped, the nozzle height has been set already. The user can start printing now.
|
||||||
calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
|
calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
|
||||||
|
}
|
||||||
final_result = true;
|
final_result = true;
|
||||||
// babystep_apply();
|
// babystep_apply();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue