ソースを参照

Update status_screen_DOGM.cpp

Scott Lahteine 5年前
コミット
326d5b84e7
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 1
Marlin/src/lcd/dogm/status_screen_DOGM.cpp ファイルの表示

@@ -397,7 +397,7 @@ void MarlinUI::draw_status_screen() {
397 397
       ;
398 398
       duration_t elapsed = print_job_timer.duration();
399 399
       const uint8_t p = progress & 0xFF, ev = elapsed.value & 0xFF;
400
-      if (progress > 1 || p != lastProgress) {
400
+      if (p != lastProgress) {
401 401
         lastProgress = p;
402 402
 
403 403
         progress_bar_solid_width = u8g_uint_t((PROGRESS_BAR_WIDTH - 2) * progress / (PROGRESS_SCALE) * 0.01f);

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