|
@@ -1382,7 +1382,7 @@ void Planner::check_axes_activity() {
|
1382
|
1382
|
sync_fan_speeds(tail_fan_speed);
|
1383
|
1383
|
#endif
|
1384
|
1384
|
|
1385
|
|
- TERN_(AUTOTEMP, getHighESpeed());
|
|
1385
|
+ TERN_(AUTOTEMP, autotemp_task());
|
1386
|
1386
|
|
1387
|
1387
|
#if ENABLED(BARICUDA)
|
1388
|
1388
|
TERN_(HAS_HEATER_1, analogWrite(pin_t(HEATER_1_PIN), tail_valve_pressure));
|
|
@@ -1432,7 +1432,7 @@ void Planner::check_axes_activity() {
|
1432
|
1432
|
* based on the extrusion speed, which is calculated from the blocks
|
1433
|
1433
|
* currently in the planner.
|
1434
|
1434
|
*/
|
1435
|
|
- void Planner::getHighESpeed() {
|
|
1435
|
+ void Planner::autotemp_task() {
|
1436
|
1436
|
static float oldt = 0;
|
1437
|
1437
|
|
1438
|
1438
|
if (!autotemp_enabled) return;
|