ソースを参照

Report position in G92

Scott Lahteine 8年前
コミット
6ad0da661c
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp ファイルの表示

3922
     SYNC_PLAN_POSITION_KINEMATIC();
3922
     SYNC_PLAN_POSITION_KINEMATIC();
3923
   else if (didE)
3923
   else if (didE)
3924
     sync_plan_position_e();
3924
     sync_plan_position_e();
3925
+
3926
+  report_current_position();
3925
 }
3927
 }
3926
 
3928
 
3927
 #if ENABLED(ULTIPANEL) || ENABLED(EMERGENCY_PARSER)
3929
 #if ENABLED(ULTIPANEL) || ENABLED(EMERGENCY_PARSER)

読み込み中…
キャンセル
保存