Browse Source

Fixed n00bsauce

DocDawning 9 years ago
parent
commit
5bb3933b21
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

+ 4
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -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).

Loading…
Cancel
Save