Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ startPIDTune
Function
startPIDTune
Marlin/src/lcd/extui/ui_api.cpp:938–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
936
}
937
938
void startPIDTune(const celsius_t temp, extruder_t tool) {
939
thermalManager.PID_autotune(temp, heater_id_t(tool), 8, true);
940
}
941
#endif
942
943
#if ENABLED(PIDTEMPBED)
Callers
1
handleData
Method · 0.85
Calls
1
PID_autotune
Method · 0.80
Tested by
no test coverage detected