Update Creality_DWIN.cpp

This commit is contained in:
InsanityAutomation
2023-05-08 13:27:58 -04:00
parent 99378bfad4
commit 1e8f6ba749
@@ -170,9 +170,7 @@ void onIdle()
}
reEntryCount = 0;
if(idleThrottling++ < 50){
return;
}
idleThrottling++;
if(idleThrottling == 50) {
rtscheck.RTS_SndData(getActualTemp_celsius(H0), NozzleTemp);