0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 06:02:16 +00:00

Report position to host in Nozzle::park

This commit is contained in:
Scott Lahteine 2019-03-10 19:06:52 -05:00
parent 77b4176152
commit e3ce346f24

View file

@ -180,6 +180,8 @@
}
do_blocking_move_to_xy(park.x, park.y, fr_xy);
report_current_position();
}
#endif // NOZZLE_PARK_FEATURE