mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
Fixed n00bsauce
This commit is contained in:
parent
a507431400
commit
5bb3933b21
1 changed files with 4 additions and 4 deletions
|
@ -254,10 +254,10 @@ Here are some standard links for getting your machine calibrated:
|
||||||
#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
|
#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
|
||||||
|
|
||||||
|
|
||||||
+//===========================================================================
|
//===========================================================================
|
||||||
+//============================= Thermal Runaway Protection ==================
|
//============================= Thermal Runaway Protection ==================
|
||||||
+//===========================================================================
|
//===========================================================================
|
||||||
+/*
|
/*
|
||||||
This is a feature to protect your printer from burn up in flames if it has
|
This is a feature to protect your printer from burn up in flames if it has
|
||||||
a thermistor coming off place (this happened to a friend of mine recently and
|
a thermistor coming off place (this happened to a friend of mine recently and
|
||||||
motivated me writing this feature).
|
motivated me writing this feature).
|
||||||
|
|
Loading…
Reference in a new issue