We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41fc95 commit 95be9ecCopy full SHA for 95be9ec
Marlin/src/gcode/feature/pause/G61.cpp
@@ -41,7 +41,7 @@
41
*
42
* If XYZE are not given, default restore uses the smart blocking move.
43
*/
44
-void GcodeSuite::G61(void) {
+void GcodeSuite::G61() {
45
46
const uint8_t slot = parser.byteval('S');
47
Marlin/src/lcd/e3v2/common/dwin_set.h
@@ -25,7 +25,7 @@
25
#define Language_English 1
26
#define Language_Chinese 2
27
28
-//#define USE_STOCK_DWIN_SET // Use the Creality stock DWIN_SET instead of Marlin's unified DWIN_SET by The-EG & thinkyhead
+#define USE_STOCK_DWIN_SET // Use the Creality stock DWIN_SET instead of Marlin's unified DWIN_SET by The-EG & thinkyhead
29
#ifdef USE_STOCK_DWIN_SET
30
#define ICON 9 // 9.ICO
31
#else
0 commit comments