Merge pull request #4607 from 3d-gussner/MK3_3.13.3_4507

Raise `END_FILE_SECTION` from 20000 to 30720
This commit is contained in:
3d-gussner 2024-02-23 07:23:25 +01:00 committed by GitHub
commit 941d3ff8af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -389,7 +389,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

@ -388,7 +388,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