Skip to content

Commit d62a328

Browse files
committed
AUGUST 2023 Bugfix 1
Improved filament run-out code Fix Input shaping menu items Fixes bug on some boards that disables ProUI extensions on cold boot.
1 parent aeae59a commit d62a328

File tree

16 files changed

+36
-35
lines changed

16 files changed

+36
-35
lines changed
70 Bytes
Binary file not shown.
86 Bytes
Binary file not shown.
-430 Bytes
Binary file not shown.
-3.6 KB
Binary file not shown.
-746 Bytes
Binary file not shown.
-2.07 KB
Binary file not shown.
-1.56 KB
Binary file not shown.
-1.55 KB
Binary file not shown.
-1.58 KB
Binary file not shown.

Marlin/src/MarlinCore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,6 @@ void setup() {
11301130

11311131
// Check startup - does nothing if bootloader sets MCUSR to 0
11321132
const byte mcu = hal.get_reset_source();
1133-
TERN_(PROUI_EX, if (mcu & RST_EXTERNAL) hal.reboot());
11341133
hal.clear_reset_source();
11351134

11361135
#if ENABLED(MARLIN_DEV_MODE)

0 commit comments

Comments
 (0)