🩹 Fix PLR Z move precision (#27965)

This commit is contained in:
Vovodroid 2025-08-26 20:33:28 +03:00 committed by GitHub
parent 1e51ff1306
commit 1bee2dab60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -485,7 +485,7 @@ void PrintJobRecovery::resume() {
#if !HOMING_Z_DOWN
// The physical Z was adjusted at power-off so undo the M420S1 correction to Z with G92.9.
PROCESS_SUBCOMMANDS_NOW(TS(F("G92.9Z"), p_float_t(z_now, 1)));
PROCESS_SUBCOMMANDS_NOW(TS(F("G92.9Z"), p_float_t(z_now, 3)));
#endif
#endif