End file section for searching M84 in gcode file enlarged
@@ -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
@@ -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
@@ -96,7 +96,7 @@
@@ -107,7 +107,7 @@
#define NORMAL_MAX_FEEDRATE_XY 200 // max feedrate in mm/s
@@ -108,7 +108,7 @@