|
@@ -254,10 +254,10 @@ Here are some standard links for getting your machine calibrated:
|
254
|
254
|
#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
|
255
|
255
|
|
256
|
256
|
|
257
|
|
-+//===========================================================================
|
258
|
|
-+//============================= Thermal Runaway Protection ==================
|
259
|
|
-+//===========================================================================
|
260
|
|
-+/*
|
|
257
|
+//===========================================================================
|
|
258
|
+//============================= Thermal Runaway Protection ==================
|
|
259
|
+//===========================================================================
|
|
260
|
+/*
|
261
|
261
|
This is a feature to protect your printer from burn up in flames if it has
|
262
|
262
|
a thermistor coming off place (this happened to a friend of mine recently and
|
263
|
263
|
motivated me writing this feature).
|