|
@@ -235,7 +235,7 @@ Here are some standard links for getting your machine calibrated:
|
235
|
235
|
// shouldn't use bed PID until someone else verifies your hardware works.
|
236
|
236
|
// If this is enabled, find your own PID constants below.
|
237
|
237
|
//#define PIDTEMPBED
|
238
|
|
-//
|
|
238
|
+
|
239
|
239
|
//#define BED_LIMIT_SWITCHING
|
240
|
240
|
|
241
|
241
|
// This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
|
|
@@ -404,7 +404,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
|
404
|
404
|
const bool FIL_RUNOUT_INVERTING = true; // Should be uncommented and true or false should assigned
|
405
|
405
|
#define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
|
406
|
406
|
#define FILAMENT_RUNOUT_SCRIPT "M600"
|
407
|
|
-#endif
|
|
407
|
+#endif
|
408
|
408
|
|
409
|
409
|
//===========================================================================
|
410
|
410
|
//=========================== Manual Bed Leveling ===========================
|