|
@@ -217,12 +217,13 @@
|
217
|
217
|
* Multiple extruders can be assigned to the same pin in which case
|
218
|
218
|
* the fan will turn on when any selected extruder is above the threshold.
|
219
|
219
|
*/
|
|
220
|
+
|
220
|
221
|
#define E0_AUTO_FAN_PIN -1
|
221
|
222
|
#define E1_AUTO_FAN_PIN -1
|
222
|
223
|
#define E2_AUTO_FAN_PIN -1
|
223
|
224
|
#define E3_AUTO_FAN_PIN -1
|
224
|
225
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
225
|
|
-#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
|
226
|
+#define EXTRUDER_AUTO_FAN_SPEED 255 // 255 == full speed
|
226
|
227
|
|
227
|
228
|
// Define a pin to turn case light on/off
|
228
|
229
|
//#define CASE_LIGHT_PIN 4
|
|
@@ -529,7 +530,7 @@
|
529
|
530
|
// interrupts (without LCD update). By enforcing a minimum time-per-move, the buffer is prevented from
|
530
|
531
|
// draining.
|
531
|
532
|
//
|
532
|
|
-//#define ENSURE_SMOOTH_MOVES
|
|
533
|
+#define ENSURE_SMOOTH_MOVES
|
533
|
534
|
#if ENABLED(ENSURE_SMOOTH_MOVES)
|
534
|
535
|
//#define ALWAYS_ALLOW_MENU // If enabled, the menu will always be responsive.
|
535
|
536
|
// WARNING: Menu navigation during short moves may cause stuttering!
|