mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
Fixed #303
This commit is contained in:
parent
8f20562f49
commit
a2032afa3a
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ void MainMenu::showControlTemp()
|
|||
}
|
||||
else
|
||||
{
|
||||
setTargetHotend1(encoderpos);
|
||||
setTargetHotend2(encoderpos);
|
||||
encoderpos=activeline*lcdslow;
|
||||
beepshort();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue