G6 Direct Stepping (#17853)
This commit is contained in:
@ -99,5 +99,7 @@ void GcodeSuite::G92() {
|
||||
if (sync_XYZ) sync_plan_position();
|
||||
else if (sync_E) sync_plan_position_e();
|
||||
|
||||
report_current_position();
|
||||
#if DISABLED(DIRECT_STEPPING)
|
||||
report_current_position();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user