General cleanup
This commit is contained in:
parent
81d7bd8f41
commit
e83b7edefc
@ -1878,7 +1878,7 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
|
|||||||
#error "TEMP_SENSOR_PROBE requires TEMP_PROBE_PIN."
|
#error "TEMP_SENSOR_PROBE requires TEMP_PROBE_PIN."
|
||||||
#elif !HAS_TEMP_ADC_PROBE
|
#elif !HAS_TEMP_ADC_PROBE
|
||||||
#error "TEMP_PROBE_PIN must be an ADC pin."
|
#error "TEMP_PROBE_PIN must be an ADC pin."
|
||||||
#elif !ENABLED(FIX_MOUNTED_PROBE)
|
#elif DISABLED(FIX_MOUNTED_PROBE)
|
||||||
#error "TEMP_SENSOR_PROBE shouldn't be set without FIX_MOUNTED_PROBE."
|
#error "TEMP_SENSOR_PROBE shouldn't be set without FIX_MOUNTED_PROBE."
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -280,7 +280,7 @@
|
|||||||
* ----- -----
|
* ----- -----
|
||||||
* LCD LCD
|
* LCD LCD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LCD_PINS_RS EXPA1_07_PIN
|
#define LCD_PINS_RS EXPA1_07_PIN
|
||||||
|
|
||||||
#define BTN_EN1 EXPA1_05_PIN
|
#define BTN_EN1 EXPA1_05_PIN
|
||||||
|
Loading…
Reference in New Issue
Block a user