Browse Source

Default EXTRUDE_MAXLENGTH to 200mm

Scott Lahteine 8 years ago
parent
commit
723e983073

+ 2
- 1
Marlin/Configuration.h View File

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

337
 #define EXTRUDE_MINTEMP 170
337
 #define EXTRUDE_MINTEMP 170
338
 
338
 
339
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
345
 //======================== Thermal Runaway Protection =======================

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

335
 #define EXTRUDE_MINTEMP 170
335
 #define EXTRUDE_MINTEMP 170
336
 
336
 
337
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
343
 //======================== Thermal Runaway Protection =======================

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

347
 #define EXTRUDE_MINTEMP 170
347
 #define EXTRUDE_MINTEMP 170
348
 
348
 
349
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
355
 //======================== Thermal Runaway Protection =======================

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

349
 #define EXTRUDE_MINTEMP 170
349
 #define EXTRUDE_MINTEMP 170
350
 
350
 
351
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
357
 //======================== Thermal Runaway Protection =======================

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

372
 #define EXTRUDE_MINTEMP 170
372
 #define EXTRUDE_MINTEMP 170
373
 
373
 
374
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
380
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

352
 #define EXTRUDE_MINTEMP 170
352
 #define EXTRUDE_MINTEMP 170
353
 
353
 
354
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
360
 //======================== Thermal Runaway Protection =======================

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

365
 #define EXTRUDE_MINTEMP 170
365
 #define EXTRUDE_MINTEMP 170
366
 
366
 
367
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
373
 //======================== Thermal Runaway Protection =======================

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

376
 #define EXTRUDE_MINTEMP 170
376
 #define EXTRUDE_MINTEMP 170
377
 
377
 
378
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
384
 //======================== Thermal Runaway Protection =======================

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

347
 #define EXTRUDE_MINTEMP 170
347
 #define EXTRUDE_MINTEMP 170
348
 
348
 
349
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
355
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

355
 #define EXTRUDE_MINTEMP 170
355
 #define EXTRUDE_MINTEMP 170
356
 
356
 
357
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
363
 //======================== Thermal Runaway Protection =======================

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

344
 #define EXTRUDE_MINTEMP 170
344
 #define EXTRUDE_MINTEMP 170
345
 
345
 
346
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
352
 //======================== Thermal Runaway Protection =======================

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

353
 #define EXTRUDE_MINTEMP 170
353
 #define EXTRUDE_MINTEMP 170
354
 
354
 
355
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
361
 //======================== Thermal Runaway Protection =======================

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

358
 #define EXTRUDE_MINTEMP 170
358
 #define EXTRUDE_MINTEMP 170
359
 
359
 
360
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
366
 //======================== Thermal Runaway Protection =======================

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

345
 #define EXTRUDE_MINTEMP 170
345
 #define EXTRUDE_MINTEMP 170
346
 
346
 
347
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
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
 #define PREVENT_LENGTHY_EXTRUDE
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
 //======================== Thermal Runaway Protection =======================
353
 //======================== Thermal Runaway Protection =======================

Loading…
Cancel
Save