diff --git a/Inc/Strings.h b/Inc/Strings.h index af2c92d..5be7b93 100644 --- a/Inc/Strings.h +++ b/Inc/Strings.h @@ -128,7 +128,7 @@ const StringTable LanguageTables[2] = ", layer ", // note space at end "n/a", "Pause", - "Baby step", + "Babystep", "Resume", "Cancel", @@ -157,7 +157,7 @@ const StringTable LanguageTables[2] = "Speed (mm/s)", "Extrude", "Retract", - "Baby stepping", + "Babystep", "Current Z offset: ", "Message", "Messages", @@ -225,7 +225,7 @@ const StringTable LanguageTables[2] = "n/a", "Пауза", "Микрошаг", - "Продолжить", + "Продолж", "Отмена", // Setup page diff --git a/Src/UserInterface.cpp b/Src/UserInterface.cpp index cb7846d..d1e1334 100644 --- a/Src/UserInterface.cpp +++ b/Src/UserInterface.cpp @@ -670,8 +670,8 @@ void CreatePrintingTabFields(const ColourScheme& colours) mgr.Show(printProgressBar, false); DisplayField::SetDefaultColours(colours.labelTextColour, colours.defaultBackColour); - mgr.AddField(timeLeftField = new TextField(row9, margin, DISPLAY_X - 2 * margin, TextAlignment::Left, strings->timeRemaining)); - mgr.Show(timeLeftField, false); + // mgr.AddField(timeLeftField = new TextField(row9, margin, DISPLAY_X - 2 * margin, TextAlignment::Left, strings->timeRemaining)); + // mgr.Show(timeLeftField, false); printRoot = mgr.GetRoot(); } @@ -1013,8 +1013,8 @@ namespace UI timesLeftText.catFrom(strings->layer); AppendTimeLeft(timesLeft[2]); } - timeLeftField->SetValue(timesLeftText.c_str()); - mgr.Show(timeLeftField, true); + // timeLeftField->SetValue(timesLeftText.c_str()); + // mgr.Show(timeLeftField, true); } } @@ -1137,7 +1137,7 @@ namespace UI // Don't enable the time left field when we start printing, instead this will get enabled when we receive a suitable message if (!PrintInProgress()) { - mgr.Show(timeLeftField, false); + // mgr.Show(timeLeftField, false); } statusField->SetValue(strings->statusValues[(unsigned int)GetStatus()]); diff --git a/testing.jpg b/testing.jpg new file mode 100644 index 0000000..c6418e7 Binary files /dev/null and b/testing.jpg differ