Skip to content

Commit ffab812

Browse files
committed
small fix may_extrude_length
1 parent 3590e81 commit ffab812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/Configuration.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
* Note: For Bowden Extruders make this large enough to allow load/unload.
576576
*/
577577
#define PREVENT_LENGTHY_EXTRUDE
578-
#define EXTRUDE_MAXLENGTH 500 //@ maybe needed for filament loading
578+
#define EXTRUDE_MAXLENGTH 650 //@ maybe needed for filament loading
579579

580580
//===========================================================================
581581
//======================== Thermal Runaway Protection =======================
@@ -748,7 +748,7 @@
748748
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
749749
*/
750750
//@ keep speed reasonable
751-
#define DEFAULT_MAX_FEEDRATE { 200, 200, 4, 70 }
751+
#define DEFAULT_MAX_FEEDRATE { 200, 200, 4, 75 }
752752

753753
/**
754754
* Default Max Acceleration (change/s) change = mm/s
@@ -801,7 +801,7 @@
801801
#define DEFAULT_ZJERK 0.4
802802
#endif
803803

804-
#define DEFAULT_EJERK 1.5 // May be used by Linear Advance
804+
#define DEFAULT_EJERK 1.5 // May be used by Linear Advance @lowered to keep extruder from rattling
805805

806806
/**
807807
* S-Curve Acceleration

0 commit comments

Comments
 (0)