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