Optimize some G-code strings

This commit is contained in:
Scott Lahteine
2021-01-16 20:43:24 -06:00
parent 40c8f2001d
commit fb41413b76
11 changed files with 42 additions and 88 deletions

View File

@ -2332,7 +2332,7 @@ void HMI_Prepare() {
case PREPARE_CASE_HOME: // Homing
checkkey = Last_Prepare;
index_prepare = MROWS;
queue.inject_P(PSTR("G28")); // G28 will set home_flag
queue.inject_P(G28_STR); // G28 will set home_flag
Popup_Window_Home();
break;
#if HAS_ZOFFSET_ITEM