Add some documentation
This commit is contained in:
parent
792d7ca6dc
commit
d60230e494
@ -10221,7 +10221,9 @@ void stop_and_save_print_to_ram(float z_move, float e_move)
|
|||||||
sei();
|
sei();
|
||||||
if ((z_move != 0) || (e_move != 0)) { // extruder or z move
|
if ((z_move != 0) || (e_move != 0)) { // extruder or z move
|
||||||
#if 1
|
#if 1
|
||||||
// Rather than calling plan_buffer_line directly, push the move into the command queue,
|
// Rather than calling plan_buffer_line directly, push the move into the command queue so that
|
||||||
|
// the caller can continue processing. This is used during powerpanic to save the state as we
|
||||||
|
// move away from the print.
|
||||||
char buf[48];
|
char buf[48];
|
||||||
|
|
||||||
// First unretract (relative extrusion)
|
// First unretract (relative extrusion)
|
||||||
|
Loading…
Reference in New Issue
Block a user