End file section for searching M84 in gcode file were enlarged (compatibility with mmu Slic3r)

This commit is contained in:
PavelSindler 2018-07-25 18:26:22 +02:00
parent 9b4f786325
commit da82062d41
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

@ -112,7 +112,7 @@
//#define SIMPLE_ACCEL_LIMIT //new limitation method for normal/silent
//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