Enforce sensor range for temperature target (#18465)
* Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range
This commit is contained in:
		@@ -164,6 +164,8 @@
 | 
			
		||||
 */
 | 
			
		||||
G29_TYPE GcodeSuite::G29() {
 | 
			
		||||
 | 
			
		||||
  reset_stepper_timeout();
 | 
			
		||||
 | 
			
		||||
  const bool seenQ = EITHER(DEBUG_LEVELING_FEATURE, PROBE_MANUALLY) && parser.seen('Q');
 | 
			
		||||
 | 
			
		||||
  // G29 Q is also available if debugging
 | 
			
		||||
@@ -675,7 +677,7 @@ G29_TYPE GcodeSuite::G29() {
 | 
			
		||||
          #endif
 | 
			
		||||
 | 
			
		||||
          abl_should_enable = false;
 | 
			
		||||
          idle();
 | 
			
		||||
          idle_no_sleep();
 | 
			
		||||
 | 
			
		||||
        } // inner
 | 
			
		||||
      } // outer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user