Merge pull request #1908 from prusa3d/MK3_3.7.2

Mk3 3.7.2
This commit is contained in:
DRracer 2019-06-11 15:42:27 +02:00 committed by GitHub
commit 319b5bd383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9367,6 +9367,12 @@ void stop_and_save_print_to_ram(float z_move, float e_move)
void restore_print_from_ram_and_continue(float e_move)
{
if (!saved_printing) return;
#ifdef FANCHECK
// Do not allow resume printing if fans are still not ok
if( fan_check_error != EFCE_OK )return;
#endif
// for (int axis = X_AXIS; axis <= E_AXIS; axis++)
// current_position[axis] = st_get_position_mm(axis);
active_extruder = saved_active_extruder; //restore active_extruder