✨ More flexible redundant temp sensor (#22085)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							5d80f7006a
						
					
				
				
					commit
					d322e495b2
				
			@@ -35,11 +35,7 @@ void GcodeSuite::M105() {
 | 
			
		||||
 | 
			
		||||
  #if HAS_TEMP_SENSOR
 | 
			
		||||
 | 
			
		||||
    thermalManager.print_heater_states(target_extruder
 | 
			
		||||
      #if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT)
 | 
			
		||||
        , parser.boolval('R')
 | 
			
		||||
      #endif
 | 
			
		||||
    );
 | 
			
		||||
    thermalManager.print_heater_states(target_extruder OPTARG(HAS_TEMP_REDUNDANT, parser.boolval('R')));
 | 
			
		||||
 | 
			
		||||
    SERIAL_EOL();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user