0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

Report position in G92

This commit is contained in:
Scott Lahteine 2016-09-21 17:54:44 -05:00
parent 199a7b5dd5
commit 6ad0da661c

View file

@ -3922,6 +3922,8 @@ inline void gcode_G92() {
SYNC_PLAN_POSITION_KINEMATIC();
else if (didE)
sync_plan_position_e();
report_current_position();
}
#if ENABLED(ULTIPANEL) || ENABLED(EMERGENCY_PARSER)