Report position in G92
This commit is contained in:
parent
199a7b5dd5
commit
6ad0da661c
@ -3922,6 +3922,8 @@ inline void gcode_G92() {
|
|||||||
SYNC_PLAN_POSITION_KINEMATIC();
|
SYNC_PLAN_POSITION_KINEMATIC();
|
||||||
else if (didE)
|
else if (didE)
|
||||||
sync_plan_position_e();
|
sync_plan_position_e();
|
||||||
|
|
||||||
|
report_current_position();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLED(ULTIPANEL) || ENABLED(EMERGENCY_PARSER)
|
#if ENABLED(ULTIPANEL) || ENABLED(EMERGENCY_PARSER)
|
||||||
|
Loading…
Reference in New Issue
Block a user