Browse Source

Default EXTRUDE_MAXLENGTH to 200mm

Scott Lahteine 8 years ago
parent
commit
723e983073

+ 2
- 1
Marlin/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/Felix/Configuration.h View File

@@ -337,8 +337,9 @@
337 337
 #define EXTRUDE_MINTEMP 170
338 338
 
339 339
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
340
+// Note that for Bowden Extruders a too-small value here may prevent loading.
340 341
 #define PREVENT_LENGTHY_EXTRUDE
341
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
342
+#define EXTRUDE_MAXLENGTH 200
342 343
 
343 344
 //===========================================================================
344 345
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -335,8 +335,9 @@
335 335
 #define EXTRUDE_MINTEMP 170
336 336
 
337 337
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
338
+// Note that for Bowden Extruders a too-small value here may prevent loading.
338 339
 #define PREVENT_LENGTHY_EXTRUDE
339
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
340
+#define EXTRUDE_MAXLENGTH 200
340 341
 
341 342
 //===========================================================================
342 343
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -347,8 +347,9 @@
347 347
 #define EXTRUDE_MINTEMP 170
348 348
 
349 349
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
350
+// Note that for Bowden Extruders a too-small value here may prevent loading.
350 351
 #define PREVENT_LENGTHY_EXTRUDE
351
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
352
+#define EXTRUDE_MAXLENGTH 200
352 353
 
353 354
 //===========================================================================
354 355
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -349,8 +349,9 @@
349 349
 #define EXTRUDE_MINTEMP 170
350 350
 
351 351
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
352
+// Note that for Bowden Extruders a too-small value here may prevent loading.
352 353
 #define PREVENT_LENGTHY_EXTRUDE
353
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
354
+#define EXTRUDE_MAXLENGTH 200
354 355
 
355 356
 //===========================================================================
356 357
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/K8200/Configuration.h View File

@@ -372,8 +372,9 @@
372 372
 #define EXTRUDE_MINTEMP 170
373 373
 
374 374
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
375
+// Note that for Bowden Extruders a too-small value here may prevent loading.
375 376
 #define PREVENT_LENGTHY_EXTRUDE
376
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
377
+#define EXTRUDE_MAXLENGTH 200
377 378
 
378 379
 //===========================================================================
379 380
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/K8400/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -352,8 +352,9 @@
352 352
 #define EXTRUDE_MINTEMP 170
353 353
 
354 354
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
355
+// Note that for Bowden Extruders a too-small value here may prevent loading.
355 356
 #define PREVENT_LENGTHY_EXTRUDE
356
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
357
+#define EXTRUDE_MAXLENGTH 200
357 358
 
358 359
 //===========================================================================
359 360
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -365,8 +365,9 @@
365 365
 #define EXTRUDE_MINTEMP 170
366 366
 
367 367
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
368
+// Note that for Bowden Extruders a too-small value here may prevent loading.
368 369
 #define PREVENT_LENGTHY_EXTRUDE
369
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
370
+#define EXTRUDE_MAXLENGTH 200
370 371
 
371 372
 //===========================================================================
372 373
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -376,8 +376,9 @@
376 376
 #define EXTRUDE_MINTEMP 170
377 377
 
378 378
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
379
+// Note that for Bowden Extruders a too-small value here may prevent loading.
379 380
 #define PREVENT_LENGTHY_EXTRUDE
380
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
381
+#define EXTRUDE_MAXLENGTH 200
381 382
 
382 383
 //===========================================================================
383 384
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -347,8 +347,9 @@
347 347
 #define EXTRUDE_MINTEMP 170
348 348
 
349 349
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
350
+// Note that for Bowden Extruders a too-small value here may prevent loading.
350 351
 #define PREVENT_LENGTHY_EXTRUDE
351
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
352
+#define EXTRUDE_MAXLENGTH 200
352 353
 
353 354
 //===========================================================================
354 355
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -355,8 +355,9 @@
355 355
 #define EXTRUDE_MINTEMP 170
356 356
 
357 357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
358
+// Note that for Bowden Extruders a too-small value here may prevent loading.
358 359
 #define PREVENT_LENGTHY_EXTRUDE
359
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
360
+#define EXTRUDE_MAXLENGTH 200
360 361
 
361 362
 //===========================================================================
362 363
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -344,8 +344,9 @@
344 344
 #define EXTRUDE_MINTEMP 170
345 345
 
346 346
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
347
+// Note that for Bowden Extruders a too-small value here may prevent loading.
347 348
 #define PREVENT_LENGTHY_EXTRUDE
348
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
349
+#define EXTRUDE_MAXLENGTH 200
349 350
 
350 351
 //===========================================================================
351 352
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -353,8 +353,9 @@
353 353
 #define EXTRUDE_MINTEMP 170
354 354
 
355 355
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
356
+// Note that for Bowden Extruders a too-small value here may prevent loading.
356 357
 #define PREVENT_LENGTHY_EXTRUDE
357
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
358
+#define EXTRUDE_MAXLENGTH 200
358 359
 
359 360
 //===========================================================================
360 361
 //======================== Thermal Runaway Protection =======================

+ 2
- 1
Marlin/example_configurations/makibox/Configuration.h View File

@@ -358,8 +358,9 @@
358 358
 #define EXTRUDE_MINTEMP 170
359 359
 
360 360
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
361
+// Note that for Bowden Extruders a too-small value here may prevent loading.
361 362
 #define PREVENT_LENGTHY_EXTRUDE
362
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
363
+#define EXTRUDE_MAXLENGTH 200
363 364
 
364 365
 //===========================================================================
365 366
 //======================== Thermal Runaway Protection =======================

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

@@ -345,8 +345,9 @@
345 345
 #define EXTRUDE_MINTEMP 170
346 346
 
347 347
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
348
+// Note that for Bowden Extruders a too-small value here may prevent loading.
348 349
 #define PREVENT_LENGTHY_EXTRUDE
349
-#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH)
350
+#define EXTRUDE_MAXLENGTH 200
350 351
 
351 352
 //===========================================================================
352 353
 //======================== Thermal Runaway Protection =======================

Loading…
Cancel
Save