enlarge end file section for incomplete file check
This commit is contained in:
parent
ec2c37ef17
commit
88f8faaaec
|
|
@ -406,6 +406,6 @@ THERMISTORS SETTINGS
|
|||
|
||||
#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration
|
||||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
#endif //__CONFIGURATION_PRUSA_H
|
||||
|
|
|
|||
|
|
@ -406,6 +406,6 @@ THERMISTORS SETTINGS
|
|||
|
||||
#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration
|
||||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
#endif //__CONFIGURATION_PRUSA_H
|
||||
|
|
|
|||
|
|
@ -403,7 +403,7 @@ THERMISTORS SETTINGS
|
|||
#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
|
||||
#endif
|
||||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
#ifndef SNMM
|
||||
#define SUPPORT_VERBOSITY
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ THERMISTORS SETTINGS
|
|||
#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
|
||||
#endif
|
||||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
#ifndef SNMM
|
||||
#define SUPPORT_VERBOSITY
|
||||
|
|
|
|||
|
|
@ -403,7 +403,7 @@ THERMISTORS SETTINGS
|
|||
#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
|
||||
#endif
|
||||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
#ifndef SNMM
|
||||
#define SUPPORT_VERBOSITY
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ THERMISTORS SETTINGS
|
|||
#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
|
||||
#endif
|
||||
|
||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
|
||||
|
||||
#ifndef SNMM
|
||||
#define SUPPORT_VERBOSITY
|
||||
|
|
|
|||
Loading…
Reference in New Issue