Enable debugging features on all variants
- XFlash crash dumper on MK3+ series - Online crash dumper on MK2.5+ series - D2/D6 on MK3+ series - D2 on MK2.5+ series
This commit is contained in:
parent
7db667ca86
commit
d2041ee2fe
|
|
@ -120,14 +120,14 @@
|
||||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||||
|
|
||||||
// Online crash dumper
|
// Online crash dumper
|
||||||
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
||||||
//#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
||||||
|
|
||||||
// Filament sensor
|
// Filament sensor
|
||||||
#define FILAMENT_SENSOR
|
#define FILAMENT_SENSOR
|
||||||
#define PAT9125
|
#define PAT9125
|
||||||
|
|
||||||
//#define DEBUG_DCODE2
|
#define DEBUG_DCODE2
|
||||||
#define DEBUG_DCODE3
|
#define DEBUG_DCODE3
|
||||||
|
|
||||||
//#define DEBUG_BUILD
|
//#define DEBUG_BUILD
|
||||||
|
|
|
||||||
|
|
@ -121,14 +121,14 @@
|
||||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||||
|
|
||||||
// Online crash dumper
|
// Online crash dumper
|
||||||
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
||||||
//#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
||||||
|
|
||||||
// Filament sensor
|
// Filament sensor
|
||||||
#define FILAMENT_SENSOR
|
#define FILAMENT_SENSOR
|
||||||
#define PAT9125
|
#define PAT9125
|
||||||
|
|
||||||
//#define DEBUG_DCODE2
|
#define DEBUG_DCODE2
|
||||||
#define DEBUG_DCODE3
|
#define DEBUG_DCODE3
|
||||||
|
|
||||||
//#define DEBUG_BUILD
|
//#define DEBUG_BUILD
|
||||||
|
|
|
||||||
|
|
@ -120,14 +120,14 @@
|
||||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||||
|
|
||||||
// Online crash dumper
|
// Online crash dumper
|
||||||
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
||||||
//#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
||||||
|
|
||||||
// Filament sensor
|
// Filament sensor
|
||||||
#define FILAMENT_SENSOR
|
#define FILAMENT_SENSOR
|
||||||
#define IR_SENSOR
|
#define IR_SENSOR
|
||||||
|
|
||||||
//#define DEBUG_DCODE2
|
#define DEBUG_DCODE2
|
||||||
#define DEBUG_DCODE3
|
#define DEBUG_DCODE3
|
||||||
|
|
||||||
//#define DEBUG_BUILD
|
//#define DEBUG_BUILD
|
||||||
|
|
|
||||||
|
|
@ -121,14 +121,14 @@
|
||||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||||
|
|
||||||
// Online crash dumper
|
// Online crash dumper
|
||||||
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
||||||
//#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
#define MENU_SERIAL_DUMP // Enable "Memory dump" in Settings menu
|
||||||
|
|
||||||
// Filament sensor
|
// Filament sensor
|
||||||
#define FILAMENT_SENSOR
|
#define FILAMENT_SENSOR
|
||||||
#define IR_SENSOR
|
#define IR_SENSOR
|
||||||
|
|
||||||
//#define DEBUG_DCODE2
|
#define DEBUG_DCODE2
|
||||||
#define DEBUG_DCODE3
|
#define DEBUG_DCODE3
|
||||||
|
|
||||||
//#define DEBUG_BUILD
|
//#define DEBUG_BUILD
|
||||||
|
|
|
||||||
|
|
@ -140,9 +140,9 @@
|
||||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||||
|
|
||||||
// Offline crash dumper
|
// Offline crash dumper
|
||||||
//#define XFLASH_DUMP // enable dump functionality (including D20/D21/D22)
|
#define XFLASH_DUMP // enable dump functionality (including D20/D21/D22)
|
||||||
//#define MENU_DUMP // enable "Memory dump" in Settings menu
|
#define MENU_DUMP // enable "Memory dump" in Settings menu
|
||||||
//#define EMERGENCY_DUMP // trigger crash on stack corruption and WDR
|
#define EMERGENCY_DUMP // trigger crash on stack corruption and WDR
|
||||||
|
|
||||||
// Online crash dumper
|
// Online crash dumper
|
||||||
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
||||||
|
|
@ -164,9 +164,9 @@
|
||||||
#define MINTEMP_MINAMBIENT 10
|
#define MINTEMP_MINAMBIENT 10
|
||||||
#define MINTEMP_MINAMBIENT_RAW 1002
|
#define MINTEMP_MINAMBIENT_RAW 1002
|
||||||
|
|
||||||
//#define DEBUG_DCODE2
|
#define DEBUG_DCODE2
|
||||||
#define DEBUG_DCODE3
|
#define DEBUG_DCODE3
|
||||||
//#define DEBUG_DCODE6
|
#define DEBUG_DCODE6
|
||||||
|
|
||||||
//#define DEBUG_BUILD
|
//#define DEBUG_BUILD
|
||||||
//#define DEBUG_SEC_LANG //secondary language debug output at startup
|
//#define DEBUG_SEC_LANG //secondary language debug output at startup
|
||||||
|
|
|
||||||
|
|
@ -142,9 +142,9 @@
|
||||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||||
|
|
||||||
// Offline crash dumper
|
// Offline crash dumper
|
||||||
//#define XFLASH_DUMP // enable dump functionality (including D20/D21/D22)
|
#define XFLASH_DUMP // enable dump functionality (including D20/D21/D22)
|
||||||
//#define MENU_DUMP // enable "Memory dump" in Settings menu
|
#define MENU_DUMP // enable "Memory dump" in Settings menu
|
||||||
//#define EMERGENCY_DUMP // trigger crash on stack corruption and WDR
|
#define EMERGENCY_DUMP // trigger crash on stack corruption and WDR
|
||||||
|
|
||||||
// Online crash dumper
|
// Online crash dumper
|
||||||
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
//#define EMERGENCY_SERIAL_DUMP // Request dump via serial on stack corruption and WDR
|
||||||
|
|
@ -166,9 +166,9 @@
|
||||||
#define MINTEMP_MINAMBIENT 10
|
#define MINTEMP_MINAMBIENT 10
|
||||||
#define MINTEMP_MINAMBIENT_RAW 1002
|
#define MINTEMP_MINAMBIENT_RAW 1002
|
||||||
|
|
||||||
//#define DEBUG_DCODE2
|
#define DEBUG_DCODE2
|
||||||
#define DEBUG_DCODE3
|
#define DEBUG_DCODE3
|
||||||
//#define DEBUG_DCODE6
|
#define DEBUG_DCODE6
|
||||||
|
|
||||||
//#define DEBUG_BUILD
|
//#define DEBUG_BUILD
|
||||||
//#define DEBUG_SEC_LANG //secondary language debug output at startup
|
//#define DEBUG_SEC_LANG //secondary language debug output at startup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue