Raise `END_FILE_SECTION` from 20000 to 30720 to prevent false positive `File incomplete. Continue Anyway?` messages.

This commit is contained in:
3d-gussner 2023-11-20 09:50:32 +01:00
parent d3b4bfb685
commit 8b3373b9dc
12 changed files with 12 additions and 12 deletions

View File

@ -98,7 +98,7 @@
#define MANUAL_FEEDRATE {2700, 2700, 1000, 100} // set the speeds for manual moves (mm/min)
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -99,7 +99,7 @@
#define MANUAL_FEEDRATE {2700, 2700, 1000, 100} // set the speeds for manual moves (mm/min)
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -98,7 +98,7 @@
#define MANUAL_FEEDRATE {2700, 2700, 1000, 100} // set the speeds for manual moves (mm/min)
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -99,7 +99,7 @@
#define MANUAL_FEEDRATE {2700, 2700, 1000, 100} // set the speeds for manual moves (mm/min)
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -109,7 +109,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -109,7 +109,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -109,7 +109,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -111,7 +111,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -111,7 +111,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -111,7 +111,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
//number of bytes from end of the file to start check
#define END_FILE_SECTION 20000
#define END_FILE_SECTION 30720
#define Z_AXIS_ALWAYS_ON 1

View File

@ -383,7 +383,7 @@ THERMISTORS SETTINGS
#define DEFAULT_PID_TEMP 210
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
#define END_FILE_SECTION 30720 //number of bytes from end of file used for checking if file is complete
// Safety timer
#define SAFETYTIMER

View File

@ -382,7 +382,7 @@ THERMISTORS SETTINGS
#define DEFAULT_PID_TEMP 210
#define END_FILE_SECTION 20000 //number of bytes from end of file used for checking if file is complete
#define END_FILE_SECTION 30720 //number of bytes from end of file used for checking if file is complete
// Safety timer
#define SAFETYTIMER