Add set_all_homed

This commit is contained in:
Scott Lahteine
2020-08-27 16:38:02 -05:00
parent 7d2e4481c7
commit ee572856e9
2 changed files with 2 additions and 1 deletions

View File

@ -365,7 +365,7 @@ void PrintJobRecovery::resume() {
#endif
// Pretend that all axes are homed
axis_homed = axis_known_position = xyz_bits;
set_all_homed();
// Recover volumetric extrusion state
#if DISABLED(NO_VOLUMETRICS)