General cleanup
This commit is contained in:
		| @@ -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." | ||||
|   #elif !HAS_TEMP_ADC_PROBE | ||||
|     #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." | ||||
|   #endif | ||||
| #endif | ||||
|   | ||||
| @@ -280,7 +280,7 @@ | ||||
|      *                -----                      ----- | ||||
|      *                 LCD                        LCD | ||||
|      */ | ||||
|     | ||||
|  | ||||
|     #define LCD_PINS_RS             EXPA1_07_PIN | ||||
|  | ||||
|     #define BTN_EN1                 EXPA1_05_PIN | ||||
|   | ||||
		Reference in New Issue
	
	Block a user