Corrected active_extruder when autotemp is used.
This commit is contained in:
		| @@ -153,8 +153,8 @@ FORCE_INLINE void autotempShutdown(){ | ||||
|  if(autotemp_enabled) | ||||
|  { | ||||
|   autotemp_enabled=false; | ||||
|   if(degTargetHotend(ACTIVE_EXTRUDER)>autotemp_min) | ||||
|     setTargetHotend(0,ACTIVE_EXTRUDER); | ||||
|   if(degTargetHotend(active_extruder)>autotemp_min) | ||||
|     setTargetHotend(0,active_extruder); | ||||
|  } | ||||
|  #endif | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user