Allow user to change
This commit is contained in:
committed by
InsanityAutomation
parent
717b52ff28
commit
433011fd52
@@ -1773,6 +1773,7 @@
|
||||
#define FILAMENT_RUNOUT_SENSOR
|
||||
#endif
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
//#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
|
||||
#define FIL_RUNOUT_ENABLED { true } // Default enabled state for sensors E0[, E1[, E2[, E3...]]]. Override with M591 followed by M500.
|
||||
#if NONE(RAPTOR2, SKRBoard)
|
||||
#define FIL_RUNOUT_PIN 57
|
||||
|
||||
@@ -15,7 +15,7 @@ opt_set MOTHERBOARD BOARD_RAMBO \
|
||||
TEMP_SENSOR_PROBE 1 TEMP_PROBE_PIN 12 \
|
||||
TEMP_SENSOR_CHAMBER 3 TEMP_CHAMBER_PIN 3 HEATER_CHAMBER_PIN 45 \
|
||||
GRID_MAX_POINTS_X 16 AUTO_POWER_E_TEMP 80 \
|
||||
FANMUX0_PIN 53
|
||||
FANMUX0_PIN 53 NUM_RUNOUT_SENSORS 1
|
||||
opt_disable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN USE_WATCHDOG
|
||||
opt_enable USE_ZMAX_PLUG REPRAP_DISCOUNT_SMART_CONTROLLER LCD_PROGRESS_BAR LCD_PROGRESS_BAR_TEST \
|
||||
FIX_MOUNTED_PROBE CODEPENDENT_XY_HOMING PIDTEMPBED PTC_PROBE PTC_BED \
|
||||
|
||||
Reference in New Issue
Block a user