Merge pull request #1477 from MRprusa3d/PFW-723

PID / manage_heater
This commit is contained in:
PavelSindler 2019-01-24 00:31:23 +01:00 committed by GitHub
commit eec869b73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,9 +587,10 @@ void checkExtruderAutoFans()
#endif // any extruder auto fan pins set
void resetPID(uint8_t extruder) // ready for eventually parameters adjusting
// ready for eventually parameters adjusting
void resetPID(uint8_t) // only for compiler-warning elimination (if function do nothing)
//void resetPID(uint8_t extruder)
{
extruder=extruder; // only for compiler-warning elimination (if function do nothing)
}
void manage_heater()