|
@@ -934,7 +934,7 @@
|
934
|
934
|
#if ENABLED(POWER_LOSS_RECOVERY)
|
935
|
935
|
#define POWER_LOSS_PIN 69 // Pin to detect power loss
|
936
|
936
|
#define POWER_LOSS_STATE LOW // State of pin indicating power loss
|
937
|
|
- //#define POWER_LOSS_PULL // Set pullup / pulldown as appropriate
|
|
937
|
+ #define POWER_LOSS_PULL // Set pullup / pulldown as appropriate
|
938
|
938
|
//#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume
|
939
|
939
|
//#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail. Requires backup power.
|
940
|
940
|
|
|
@@ -985,7 +985,7 @@
|
985
|
985
|
//#define LONG_FILENAME_HOST_SUPPORT
|
986
|
986
|
|
987
|
987
|
// Enable this option to scroll long filenames in the SD card menu
|
988
|
|
- //#define SCROLL_LONG_FILENAMES
|
|
988
|
+ #define SCROLL_LONG_FILENAMES
|
989
|
989
|
|
990
|
990
|
// Leave the heaters on after Stop Print (not recommended!)
|
991
|
991
|
//#define SD_ABORT_NO_COOLDOWN
|
|
@@ -1153,12 +1153,12 @@
|
1153
|
1153
|
#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
|
1154
|
1154
|
#define STATUS_HEAT_PERCENT // Show heating in a progress bar
|
1155
|
1155
|
#define BOOT_MARLIN_LOGO_SMALL // Show a smaller Marlin logo on the Boot Screen (saving 399 bytes of flash)
|
1156
|
|
- //#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
|
|
1156
|
+ #define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
|
1157
|
1157
|
|
1158
|
1158
|
// Frivolous Game Options
|
1159
|
|
- //#define MARLIN_BRICKOUT
|
1160
|
|
- //#define MARLIN_INVADERS
|
1161
|
|
- //#define MARLIN_SNAKE
|
|
1159
|
+ #define MARLIN_BRICKOUT
|
|
1160
|
+ #define MARLIN_INVADERS
|
|
1161
|
+ #define MARLIN_SNAKE
|
1162
|
1162
|
//#define GAMES_EASTER_EGG // Add extra blank lines above the "Games" sub-menu
|
1163
|
1163
|
|
1164
|
1164
|
#endif // HAS_GRAPHICAL_LCD
|
|
@@ -1277,7 +1277,7 @@
|
1277
|
1277
|
#endif
|
1278
|
1278
|
#endif
|
1279
|
1279
|
|
1280
|
|
- //#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
|
|
1280
|
+ #define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
|
1281
|
1281
|
|
1282
|
1282
|
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
|
1283
|
1283
|
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
|
|
@@ -1304,10 +1304,10 @@
|
1304
|
1304
|
* See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
|
1305
|
1305
|
* Mention @Sebastianv650 on GitHub to alert the author of any issues.
|
1306
|
1306
|
*/
|
1307
|
|
-//#define LIN_ADVANCE
|
|
1307
|
+#define LIN_ADVANCE
|
1308
|
1308
|
#if ENABLED(LIN_ADVANCE)
|
1309
|
1309
|
//#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
|
1310
|
|
- #define LIN_ADVANCE_K 0.22 // Unit: mm compression per 1mm/s extruder speed
|
|
1310
|
+ #define LIN_ADVANCE_K 0 // Unit: mm compression per 1mm/s extruder speed
|
1311
|
1311
|
//#define LA_DEBUG // If enabled, this will generate debug information output over USB.
|
1312
|
1312
|
#endif
|
1313
|
1313
|
|
|
@@ -2380,7 +2380,7 @@
|
2380
|
2380
|
* - M206 and M428 are disabled.
|
2381
|
2381
|
* - G92 will revert to its behavior from Marlin 1.0.
|
2382
|
2382
|
*/
|
2383
|
|
-#define NO_WORKSPACE_OFFSETS
|
|
2383
|
+//#define NO_WORKSPACE_OFFSETS
|
2384
|
2384
|
|
2385
|
2385
|
/**
|
2386
|
2386
|
* Set the number of proportional font spaces required to fill up a typical character space.
|