Fix compile error with watch_bed_next_ms
This commit is contained in:
		
							parent
							
								
									71534dc11f
								
							
						
					
					
						commit
						dcb8ec32ee
					
				| @ -101,7 +101,7 @@ unsigned char Temperature::soft_pwm_bed; | ||||
|   millis_t Temperature::watch_heater_next_ms[HOTENDS] = { 0 }; | ||||
| #endif | ||||
| 
 | ||||
| #if ENABLED(THERMAL_PROTECTION_HOTENDS) && WATCH_BED_TEMP_PERIOD > 0 | ||||
| #if ENABLED(THERMAL_PROTECTION_BED) && WATCH_BED_TEMP_PERIOD > 0 | ||||
|   int Temperature::watch_target_bed_temp = 0; | ||||
|   millis_t Temperature::watch_bed_next_ms = 0; | ||||
| #endif | ||||
|  | ||||
| @ -105,7 +105,7 @@ class Temperature { | ||||
|       static millis_t watch_heater_next_ms[HOTENDS]; | ||||
|     #endif | ||||
| 
 | ||||
|     #if ENABLED(THERMAL_PROTECTION_HOTENDS) && WATCH_BED_TEMP_PERIOD > 0 | ||||
|     #if ENABLED(THERMAL_PROTECTION_BED) && WATCH_BED_TEMP_PERIOD > 0 | ||||
|       static int watch_target_bed_temp; | ||||
|       static millis_t watch_bed_next_ms; | ||||
|     #endif | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user