Skip to content

Commit 95be9ec

Browse files
committed
Set stock iconset as default
1 parent e41fc95 commit 95be9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/src/gcode/feature/pause/G61.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* If XYZE are not given, default restore uses the smart blocking move.
4343
*/
44-
void GcodeSuite::G61(void) {
44+
void GcodeSuite::G61() {
4545

4646
const uint8_t slot = parser.byteval('S');
4747

Marlin/src/lcd/e3v2/common/dwin_set.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define Language_English 1
2626
#define Language_Chinese 2
2727

28-
//#define USE_STOCK_DWIN_SET // Use the Creality stock DWIN_SET instead of Marlin's unified DWIN_SET by The-EG & thinkyhead
28+
#define USE_STOCK_DWIN_SET // Use the Creality stock DWIN_SET instead of Marlin's unified DWIN_SET by The-EG & thinkyhead
2929
#ifdef USE_STOCK_DWIN_SET
3030
#define ICON 9 // 9.ICO
3131
#else

0 commit comments

Comments
 (0)