mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
🧑💻 ENABLED => ALL
This commit is contained in:
parent
516effa434
commit
a73e3986e3
657 changed files with 1602 additions and 1602 deletions
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3398,7 +3398,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3467,7 +3467,7 @@
|
||||||
|
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1628,7 +1628,7 @@
|
||||||
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2337,7 +2337,7 @@
|
||||||
#define MESH_MAX_Y Y_BED_SIZE - _MAX(MESH_INSET, PROBING_MARGIN)
|
#define MESH_MAX_Y Y_BED_SIZE - _MAX(MESH_INSET, PROBING_MARGIN)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2407,7 +2407,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2535,7 +2535,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 32
|
#define BLOCK_BUFFER_SIZE 32
|
||||||
|
|
|
@ -3468,7 +3468,7 @@
|
||||||
|
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2328,7 +2328,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2398,7 +2398,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2526,7 +2526,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 32
|
#define BLOCK_BUFFER_SIZE 32
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3374,7 +3374,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3374,7 +3374,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3466,7 +3466,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3377,7 +3377,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3377,7 +3377,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3375,7 +3375,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3374,7 +3374,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3374,7 +3374,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3411,7 +3411,7 @@
|
||||||
//#define TOUCH_OFFSET_Y -17
|
//#define TOUCH_OFFSET_Y -17
|
||||||
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3411,7 +3411,7 @@
|
||||||
//#define TOUCH_OFFSET_Y -17
|
//#define TOUCH_OFFSET_Y -17
|
||||||
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3411,7 +3411,7 @@
|
||||||
//#define TOUCH_OFFSET_Y -17
|
//#define TOUCH_OFFSET_Y -17
|
||||||
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3411,7 +3411,7 @@
|
||||||
//#define TOUCH_OFFSET_Y -17
|
//#define TOUCH_OFFSET_Y -17
|
||||||
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3406,7 +3406,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3406,7 +3406,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3406,7 +3406,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3375,7 +3375,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3436,7 +3436,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3394,7 +3394,7 @@
|
||||||
#define TOUCH_OFFSET_Y 344
|
#define TOUCH_OFFSET_Y 344
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1624,7 +1624,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2332,7 +2332,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2402,7 +2402,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2530,7 +2530,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3388,7 +3388,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3370,7 +3370,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1616,7 +1616,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2324,7 +2324,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2394,7 +2394,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2522,7 +2522,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3378,7 +3378,7 @@
|
||||||
#define TOUCH_OFFSET_Y 337
|
#define TOUCH_OFFSET_Y 337
|
||||||
#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 32
|
#define BLOCK_BUFFER_SIZE 32
|
||||||
|
|
|
@ -3378,7 +3378,7 @@
|
||||||
#define TOUCH_OFFSET_Y 337
|
#define TOUCH_OFFSET_Y 337
|
||||||
#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
//#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 32
|
#define BLOCK_BUFFER_SIZE 32
|
||||||
|
|
|
@ -3398,7 +3398,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2399,7 +2399,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2527,7 +2527,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 32
|
#define BLOCK_BUFFER_SIZE 32
|
||||||
|
|
|
@ -3394,7 +3394,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1620,7 +1620,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2328,7 +2328,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2398,7 +2398,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2526,7 +2526,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3384,7 +3384,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1620,7 +1620,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2328,7 +2328,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2398,7 +2398,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2526,7 +2526,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 32
|
#define BLOCK_BUFFER_SIZE 32
|
||||||
|
|
|
@ -3372,7 +3372,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3373,7 +3373,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1619,7 +1619,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2327,7 +2327,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2525,7 +2525,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
|
@ -3386,7 +3386,7 @@
|
||||||
//#define TOUCH_OFFSET_Y 257
|
//#define TOUCH_OFFSET_Y 257
|
||||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||||
|
|
||||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
#if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
|
||||||
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1627,7 +1627,7 @@
|
||||||
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
||||||
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
|
||||||
//#define M73_REPORT // Report M73 values to host
|
//#define M73_REPORT // Report M73 values to host
|
||||||
#if ENABLED(M73_REPORT, HAS_MEDIA)
|
#if ALL(M73_REPORT, HAS_MEDIA)
|
||||||
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
#define M73_REPORT_SD_ONLY // Report only when printing from SD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -2335,7 +2335,7 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
|
||||||
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2405,7 +2405,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G76 options
|
// G76 options
|
||||||
#if ENABLED(PTC_PROBE, PTC_BED)
|
#if ALL(PTC_PROBE, PTC_BED)
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS { 0, 0, 100 }
|
#define PTC_PARK_POS { 0, 0, 100 }
|
||||||
|
|
||||||
|
@ -2533,7 +2533,7 @@
|
||||||
|
|
||||||
// The number of linear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
|
||||||
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
|
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
#elif HAS_MEDIA
|
#elif HAS_MEDIA
|
||||||
#define BLOCK_BUFFER_SIZE 16
|
#define BLOCK_BUFFER_SIZE 16
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue