Default EXTRUDE_MAXLENGTH to 200mm
This commit is contained in:
parent
4ca837b6cf
commit
723e983073
22 changed files with 44 additions and 22 deletions
|
|
@ -352,8 +352,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 =======================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue