Further tweak PID

This commit is contained in:
David Ramiro
2018-11-18 00:40:10 +01:00
parent 3fc5663535
commit dde0d239d3
4 changed files with 6466 additions and 6456 deletions

View File

@@ -203,10 +203,10 @@ void AnycubicTFTClass::HandleSpecialMenu()
SpecialMenu=true;
} else if (strcmp(SelectedDirectory, "<auto tune hotend pid>")==0) {
SERIAL_PROTOCOLLNPGM("Special Menu: Auto Tune Hotend PID");
enqueue_and_echo_commands_P(PSTR("M303 E0 S200 C8 U1"));
enqueue_and_echo_commands_P(PSTR("M303 E0 S230 C8 U1"));
} else if (strcmp(SelectedDirectory, "<auto tune hotbed pid>")==0) {
SERIAL_PROTOCOLLNPGM("Special Menu: Auto Tune Hotbed Pid");
enqueue_and_echo_commands_P(PSTR("M303 E-1 S60 C8 U1"));
enqueue_and_echo_commands_P(PSTR("M303 E-1 S80 C8 U1"));
} else if (strcmp(SelectedDirectory, "<save eeprom>")==0) {
SERIAL_PROTOCOLLNPGM("Special Menu: Save EEPROM");
enqueue_and_echo_commands_P(PSTR("M500"));