variant files updated
This commit is contained in:
parent
c1425aece3
commit
75c6f0b937
5 changed files with 11 additions and 0 deletions
|
@ -422,6 +422,10 @@ THERMISTORS SETTINGS
|
|||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
// Safety timer
|
||||
#define SAFETYTIMER
|
||||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
|
||||
#define M600_TIMEOUT 600 //seconds
|
||||
|
||||
#ifndef SNMM
|
||||
|
|
|
@ -422,6 +422,10 @@ THERMISTORS SETTINGS
|
|||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
// Safety timer
|
||||
#define SAFETYTIMER
|
||||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
|
||||
#define M600_TIMEOUT 600 //seconds
|
||||
|
||||
#ifndef SNMM
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
|
||||
// Safety timer
|
||||
#define SAFETYTIMER
|
||||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
|
||||
// Filament sensor
|
||||
#define PAT9125
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
|
||||
// Safety timer
|
||||
#define SAFETYTIMER
|
||||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
|
||||
// Filament sensor
|
||||
#define PAT9125
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
|
||||
// Safety timer
|
||||
#define SAFETYTIMER
|
||||
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
|
||||
|
||||
// Filament sensor
|
||||
#define PAT9125
|
||||
|
|
Loading…
Reference in a new issue