Merge pull request #972 from PavelSindler/end_file_section

End file section for searching M84 in gcode file enlarged
This commit is contained in:
PavelSindler 2018-07-26 19:59:37 +02:00 committed by GitHub
commit 4fb27866f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -420,7 +420,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
// Safety timer
#define SAFETYTIMER

View file

@ -420,7 +420,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
// Safety timer
#define SAFETYTIMER

View file

@ -95,7 +95,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 10000
#define END_FILE_SECTION 20000
#define Z_AXIS_ALWAYS_ON 1

View file

@ -96,7 +96,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 10000
#define END_FILE_SECTION 20000
#define Z_AXIS_ALWAYS_ON 1

View file

@ -107,7 +107,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 10000
#define END_FILE_SECTION 20000
#define Z_AXIS_ALWAYS_ON 1

View file

@ -108,7 +108,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 10000
#define END_FILE_SECTION 20000
#define Z_AXIS_ALWAYS_ON 1