Skip to content

Commit abd0855

Browse files
committed
Enable M73 remaining time support for BTT TFT #208
1 parent c60b39f commit abd0855

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

Marlin/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1154,10 +1154,10 @@
11541154
#endif
11551155

11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
1157-
//#define SHOW_REMAINING_TIME // Display estimated time to completion
1157+
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160-
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160+
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

11631163
#if HAS_MARLINUI_U8GLIB

config/btt-skr-cr6-with-btt-tft-biqu-h2/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
11571157
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
11601160
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

config/btt-skr-cr6-with-btt-tft-e3d-hemera/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
11571157
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
11601160
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

config/btt-skr-cr6-with-btt-tft/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
11571157
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
11601160
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

config/btt-skr-cr6-with-stock-creality-tft-biqu-h2/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
11571157
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
11601160
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

config/btt-skr-cr6-with-stock-creality-tft/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
11571157
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
11601160
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

config/cr6-max/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1154,10 +1154,10 @@
11541154
#endif
11551155

11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
1157-
//#define SHOW_REMAINING_TIME // Display estimated time to completion
1157+
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160-
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160+
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

11631163
#if HAS_MARLINUI_U8GLIB

config/cr6-se-v4.5.2-mb-no-watchdog/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1154,10 +1154,10 @@
11541154
#endif
11551155

11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
1157-
//#define SHOW_REMAINING_TIME // Display estimated time to completion
1157+
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160-
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160+
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

11631163
#if HAS_MARLINUI_U8GLIB

config/cr6-se-v4.5.2-mb/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1154,10 +1154,10 @@
11541154
#endif
11551155

11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
1157-
//#define SHOW_REMAINING_TIME // Display estimated time to completion
1157+
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160-
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160+
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

11631163
#if HAS_MARLINUI_U8GLIB

config/cr6-se-v4.5.3-mb/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1154,10 +1154,10 @@
11541154
#endif
11551155

11561156
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
1157-
//#define SHOW_REMAINING_TIME // Display estimated time to completion
1157+
#define SHOW_REMAINING_TIME // Display estimated time to completion
11581158
#if ENABLED(SHOW_REMAINING_TIME)
1159-
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160-
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
1159+
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
1160+
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
11611161
#endif
11621162

11631163
#if HAS_MARLINUI_U8GLIB

0 commit comments

Comments
 (0)