variant files updated

This commit is contained in:
PavelSindler 2018-06-13 16:27:11 +02:00
parent c1425aece3
commit 75c6f0b937
5 changed files with 11 additions and 0 deletions

View File

@ -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 #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 #define M600_TIMEOUT 600 //seconds
#ifndef SNMM #ifndef SNMM

View File

@ -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 #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 #define M600_TIMEOUT 600 //seconds
#ifndef SNMM #ifndef SNMM

View File

@ -106,6 +106,7 @@
// Safety timer // Safety timer
#define SAFETYTIMER #define SAFETYTIMER
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
// Filament sensor // Filament sensor
#define PAT9125 #define PAT9125

View File

@ -106,6 +106,7 @@
// Safety timer // Safety timer
#define SAFETYTIMER #define SAFETYTIMER
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
// Filament sensor // Filament sensor
#define PAT9125 #define PAT9125

View File

@ -130,6 +130,7 @@
// Safety timer // Safety timer
#define SAFETYTIMER #define SAFETYTIMER
#define DEFAULT_SAFETYTIMER_TIME_MINS 30
// Filament sensor // Filament sensor
#define PAT9125 #define PAT9125