mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-07 15:17:42 -07:00
🩹 Fix PLR Z move precision (#27965)
This commit is contained in:
parent
1e51ff1306
commit
1bee2dab60
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue