E1+ Autotemp and Planner comments
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							e0711d87a0
						
					
				
				
					commit
					7973b954b4
				
			| @@ -587,13 +587,11 @@ namespace ExtUI { | ||||
|  | ||||
|   void setAxisMaxAcceleration_mm_s2(const float &value, const axis_t axis) { | ||||
|     planner.set_max_acceleration(axis, value); | ||||
|     planner.reset_acceleration_rates(); | ||||
|   } | ||||
|  | ||||
|   void setAxisMaxAcceleration_mm_s2(const float &value, const extruder_t extruder) { | ||||
|     UNUSED_E(extruder); | ||||
|     planner.set_max_acceleration(E_AXIS_N(extruder - E0), value); | ||||
|     planner.reset_acceleration_rates(); | ||||
|   } | ||||
|  | ||||
|   #if HAS_FILAMENT_SENSOR | ||||
|   | ||||
		Reference in New Issue
	
	Block a user