commit
eec869b73a
1 changed files with 3 additions and 2 deletions
|
@ -587,9 +587,10 @@ void checkExtruderAutoFans()
|
||||||
|
|
||||||
#endif // any extruder auto fan pins set
|
#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()
|
void manage_heater()
|
||||||
|
|
Loading…
Reference in a new issue