Document new applicable build options in the variant files
Document, but don't enable them. Leave exiting functionality unchanged for now.
This commit is contained in:
parent
c072fbbf02
commit
dcfdce87c7
|
|
@ -123,8 +123,9 @@
|
|||
#define FILAMENT_SENSOR
|
||||
#define PAT9125
|
||||
|
||||
|
||||
//#define DEBUG_DCODE2
|
||||
#define DEBUG_DCODE3
|
||||
//#define DEBUG_DCODE6
|
||||
|
||||
//#define DEBUG_BUILD
|
||||
#ifdef DEBUG_BUILD
|
||||
|
|
|
|||
|
|
@ -124,8 +124,9 @@
|
|||
#define FILAMENT_SENSOR
|
||||
#define PAT9125
|
||||
|
||||
|
||||
//#define DEBUG_DCODE2
|
||||
#define DEBUG_DCODE3
|
||||
//#define DEBUG_DCODE6
|
||||
|
||||
//#define DEBUG_BUILD
|
||||
#ifdef DEBUG_BUILD
|
||||
|
|
|
|||
|
|
@ -123,8 +123,9 @@
|
|||
#define FILAMENT_SENSOR
|
||||
#define IR_SENSOR
|
||||
|
||||
|
||||
//#define DEBUG_DCODE2
|
||||
#define DEBUG_DCODE3
|
||||
//#define DEBUG_DCODE6
|
||||
|
||||
//#define DEBUG_BUILD
|
||||
#ifdef DEBUG_BUILD
|
||||
|
|
|
|||
|
|
@ -124,8 +124,9 @@
|
|||
#define FILAMENT_SENSOR
|
||||
#define IR_SENSOR
|
||||
|
||||
|
||||
//#define DEBUG_DCODE2
|
||||
#define DEBUG_DCODE3
|
||||
//#define DEBUG_DCODE6
|
||||
|
||||
//#define DEBUG_BUILD
|
||||
#ifdef DEBUG_BUILD
|
||||
|
|
|
|||
|
|
@ -139,6 +139,11 @@
|
|||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||
|
||||
// Offline crash dumper
|
||||
//#define XFLASH_DUMP // enable dump functionality (including D20/D21/D22)
|
||||
//#define MENU_DUMP // enable "Memory dump" in Settings menu
|
||||
//#define EMERGENCY_DUMP // trigger crash on stack corruption
|
||||
|
||||
// Filament sensor
|
||||
#define FILAMENT_SENSOR
|
||||
#define PAT9125
|
||||
|
|
@ -155,7 +160,9 @@
|
|||
#define MINTEMP_MINAMBIENT 10
|
||||
#define MINTEMP_MINAMBIENT_RAW 1002
|
||||
|
||||
//#define DEBUG_DCODE2
|
||||
#define DEBUG_DCODE3
|
||||
//#define DEBUG_DCODE6
|
||||
|
||||
//#define DEBUG_BUILD
|
||||
//#define DEBUG_SEC_LANG //secondary language debug output at startup
|
||||
|
|
|
|||
|
|
@ -141,6 +141,11 @@
|
|||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
||||
|
||||
// Offline crash dumper
|
||||
//#define XFLASH_DUMP // enable dump functionality (including D20/D21/D22)
|
||||
//#define MENU_DUMP // enable "Memory dump" in Settings menu
|
||||
//#define EMERGENCY_DUMP // trigger crash on stack corruption
|
||||
|
||||
// Filament sensor
|
||||
#define FILAMENT_SENSOR
|
||||
#define IR_SENSOR
|
||||
|
|
@ -157,7 +162,9 @@
|
|||
#define MINTEMP_MINAMBIENT 10
|
||||
#define MINTEMP_MINAMBIENT_RAW 1002
|
||||
|
||||
//#define DEBUG_DCODE2
|
||||
#define DEBUG_DCODE3
|
||||
//#define DEBUG_DCODE6
|
||||
|
||||
//#define DEBUG_BUILD
|
||||
//#define DEBUG_SEC_LANG //secondary language debug output at startup
|
||||
|
|
|
|||
Loading…
Reference in New Issue