Cooler (for Laser) - M143, M193 (#21255)
This commit is contained in:
		@@ -185,6 +185,7 @@ void HAL_adc_init() {
 | 
			
		||||
  TERN_(HAS_TEMP_ADC_7, adc3_set_attenuation(get_channel(TEMP_7_PIN), ADC_ATTEN_11db));
 | 
			
		||||
  TERN_(HAS_HEATED_BED, adc1_set_attenuation(get_channel(TEMP_BED_PIN), ADC_ATTEN_11db));
 | 
			
		||||
  TERN_(HAS_TEMP_CHAMBER, adc1_set_attenuation(get_channel(TEMP_CHAMBER_PIN), ADC_ATTEN_11db));
 | 
			
		||||
  TERN_(HAS_TEMP_COOLER, adc1_set_attenuation(get_channel(TEMP_COOLER_PIN), ADC_ATTEN_11db));
 | 
			
		||||
  TERN_(FILAMENT_WIDTH_SENSOR, adc1_set_attenuation(get_channel(FILWIDTH_PIN), ADC_ATTEN_11db));
 | 
			
		||||
 | 
			
		||||
  // Note that adc2 is shared with the WiFi module, which has higher priority, so the conversion may fail.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user