Fixup after rebase onto MK3
This commit is contained in:
parent
d66e2b66c2
commit
ba34661b62
|
|
@ -99,7 +99,7 @@ void thermal_setExtrudeMintemp(int16_t t) {
|
|||
}
|
||||
|
||||
void thermal_setTargetHotend(int16_t t) {
|
||||
setTargetHotend(t, 0);
|
||||
setTargetHotend(t);
|
||||
}
|
||||
|
||||
void safe_delay_keep_alive(uint16_t t) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue