Default EXTRUDE_MAXLENGTH to 200mm

This commit is contained in:
Scott Lahteine
2016-09-13 18:10:18 -05:00
parent 4ca837b6cf
commit 723e983073
22 changed files with 44 additions and 22 deletions

View File

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