POWER_LOSS_ZHOME_POS followup
This commit is contained in:
parent
c8cd824be2
commit
c6e82160e4
@ -393,8 +393,8 @@ void PrintJobRecovery::resume() {
|
|||||||
|
|
||||||
#ifdef POWER_LOSS_ZHOME_POS
|
#ifdef POWER_LOSS_ZHOME_POS
|
||||||
// If defined move to a safe Z homing position that avoids the print
|
// If defined move to a safe Z homing position that avoids the print
|
||||||
constexpr xy_pos_t homepos = POWER_LOSS_ZHOME_POS;
|
constexpr xy_pos_t p = POWER_LOSS_ZHOME_POS;
|
||||||
sprintf_P(cmd, PSTR("G1 X%s Y%s F1000\nG28Z", dtostrf(homepos.x, 1, 3, str_1), dtostrf(homepos.y, 1, 3, str_2)));
|
sprintf_P(cmd, PSTR("G1 X%s Y%s F1000\nG28Z"), dtostrf(p.x, 1, 3, str_1), dtostrf(p.y, 1, 3, str_2));
|
||||||
gcode.process_subcommands_now(cmd);
|
gcode.process_subcommands_now(cmd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user