Skip to content

Commit

Permalink
Raise END_FILE_SECTION from 20000 to 30720 to prevent false positiv…
Browse files Browse the repository at this point in the history
…e `File incomplete. Continue Anyway?` messages.
  • Loading branch information
3d-gussner committed Nov 20, 2023
1 parent d3b4bfb commit 8b3373b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Firmware/variants/MK25-RAMBo10a.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK25-RAMBo13a.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK25S-RAMBo10a.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK25S-RAMBo13a.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3-E3DREVO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3-E3DREVO_HF_60W.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3S-E3DREVO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3S-E3DREVO_HF_60W.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3S.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/obsolete/1_75mm_MK2-RAMBo10a-E3Dv6full.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/obsolete/1_75mm_MK2-RAMBo13a-E3Dv6full.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b3373b

Please sign in to comment.