Skip to content

Commit

Permalink
Merge pull request #4679 from 3d-gussner/MK3_Crash_detect_raise_z
Browse files Browse the repository at this point in the history
Replace hard coded crash z lift value with Pause Z lift value.
  • Loading branch information
3d-gussner committed May 3, 2024
2 parents 28502a2 + 08d26fd commit abdee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ bool fans_check_enabled = true;

void crashdet_stop_and_save_print()
{
stop_and_save_print_to_ram(10, -default_retraction); //XY - no change, Z 10mm up, E -1mm retract
stop_and_save_print_to_ram(pause_position[Z_AXIS], -default_retraction); //XY - no change, Pause Z LIFT mm up, E -1mm retract
}

void crashdet_restore_print_and_continue()
Expand Down

0 comments on commit abdee5b

Please sign in to comment.