Update the Ender-4 example config (#12131)
- Enable filament change menu - Enable bed-PID - Enable s-curve acceleration - Enable some menu items - Update from Skorpi's new version - Fix extruder steps, deactivate nozzle clean feature
This commit is contained in:
committed by
Scott Lahteine
parent
9c71bff5e8
commit
c36773bffb
@ -1234,6 +1234,13 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Test case light not using the same pin as the fan
|
||||
*/
|
||||
#if ENABLED(CASE_LIGHT_ENABLE) && CASE_LIGHT_PIN == FAN_PIN
|
||||
#error "You cannot set CASE_LIGHT_PIN equal to FAN_PIN."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Test Heater, Temp Sensor, and Extruder Pins; Sensor Type must also be set.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user