Revert use of enqueue_and_echo_command_now
This commit is contained in:
parent
70d1d4de5f
commit
4ed8351e3d
2 changed files with 2 additions and 2 deletions
|
|
@ -1116,7 +1116,7 @@ static void lcd_control_menu() {
|
|||
autotune_temp[e]
|
||||
#endif
|
||||
);
|
||||
enqueue_and_echo_command_now(cmd);
|
||||
enqueue_and_echo_command(cmd);
|
||||
}
|
||||
|
||||
#endif //PID_AUTOTUNE_MENU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue