Lower MSG_ rows
This commit is contained in:
parent
4bbae51912
commit
539cdbfeea
|
|
@ -1791,7 +1791,7 @@ void loop()
|
|||
// The first character in the block is the block type.
|
||||
char *ptr = cmdbuffer + bufindr;
|
||||
if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
|
||||
// To support power panic, move the lenght of the command on the SD card to a planner buffer.
|
||||
// To support power panic, move the length of the command on the SD card to a planner buffer.
|
||||
union {
|
||||
struct {
|
||||
char lo;
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ void get_command()
|
|||
// This is either an empty line, or a line with just a comment.
|
||||
// Continue to the following line, and continue accumulating the number of bytes
|
||||
// read from the sdcard into sd_count,
|
||||
// so that the lenght of the already read empty lines and comments will be added
|
||||
// so that the length of the already read empty lines and comments will be added
|
||||
// to the following non-empty line.
|
||||
return; // prevent cycling indefinitely - let manage_heaters do their job
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ const char MSG_WIZARD_DONE[] PROGMEM_I1 = ISTR("All is done. Happy printing!");
|
|||
const char MSG_WIZARD_HEATING[] PROGMEM_I1 = ISTR("Preheating nozzle. Please wait."); ////MSG_WIZARD_HEATING c=20 r=3
|
||||
const char MSG_WIZARD_QUIT[] PROGMEM_I1 = ISTR("You can always resume the Wizard from Calibration -> Wizard."); ////MSG_WIZARD_QUIT c=20 r=8
|
||||
const char MSG_WIZARD_WELCOME[] PROGMEM_I1 = ISTR("Hi, I am your Original Prusa i3 printer. Would you like me to guide you through the setup process?"); ////MSG_WIZARD_WELCOME c=20 r=7
|
||||
const char MSG_WIZARD_WELCOME_SHIPPING[] PROGMEM_I1 = ISTR("Hi, I am your Original Prusa i3 printer. I will guide you through a short setup process, in which the Z-axis will be calibrated. Then, you will be ready to print."); ////MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
const char MSG_WIZARD_WELCOME_SHIPPING[] PROGMEM_I1 = ISTR("Hi, I am your Original Prusa i3 printer. I will guide you through a short setup process, in which the Z-axis will be calibrated. Then, you will be ready to print."); ////MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
const char MSG_YES[] PROGMEM_I1 = ISTR("Yes"); ////MSG_YES c=4
|
||||
const char MSG_V2_CALIBRATION[] PROGMEM_I1 = ISTR("First layer cal."); ////MSG_V2_CALIBRATION c=18
|
||||
const char MSG_OFF[] PROGMEM_I1 = ISTR("Off"); ////MSG_OFF c=3
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "planner.h"
|
||||
|
||||
constexpr uint8_t TEMP_MODEL_CAL_S = 60; // Maximum recording lenght during calibration (s)
|
||||
constexpr uint8_t TEMP_MODEL_CAL_S = 60; // Maximum recording length during calibration (s)
|
||||
constexpr uint8_t TEMP_MODEL_CAL_R_STEP = 4; // Fan interpolation steps during calibration
|
||||
constexpr float TEMP_MODEL_fS = 0.065; // simulation filter (1st-order IIR factor)
|
||||
constexpr float TEMP_MODEL_fE = 0.05; // error filter (1st-order IIR factor)
|
||||
|
|
|
|||
|
|
@ -832,7 +832,7 @@ msgstr ""
|
|||
msgid "Heating done."
|
||||
msgstr ""
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:123 ../../Firmware/ultralcd.cpp:4008
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -719,7 +719,7 @@ msgstr "Zahrivani preruseno bezpecnostnim casovacem."
|
|||
msgid "Heating done."
|
||||
msgstr "Zahrivani OK."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ msgstr ""
|
|||
msgid "Heating done."
|
||||
msgstr ""
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -862,7 +862,7 @@ msgstr "Heizung durch Sicherheitstimer deaktiviert."
|
|||
msgid "Heating done."
|
||||
msgstr "Aufwärmen OK."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:123 ../../Firmware/ultralcd.cpp:4008
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -719,7 +719,7 @@ msgstr "Calentadores desactivados por el temporizador de seguridad."
|
|||
msgid "Heating done."
|
||||
msgstr "Calentando acabado."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -723,7 +723,7 @@ msgstr "Chauffage desactivee par le compteur de securite."
|
|||
msgid "Heating done."
|
||||
msgstr "Chauffe terminee."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -717,7 +717,7 @@ msgstr "Grijanje je onemoguceno sigurnosnim mjeracem vremena."
|
|||
msgid "Heating done."
|
||||
msgstr "Grijanje obavljeno."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -718,7 +718,7 @@ msgstr "A bizonsagi idozito leallitotta a futest"
|
|||
msgid "Heating done."
|
||||
msgstr "Futes kesz."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -719,7 +719,7 @@ msgstr "Riscaldamento fermato dal timer di sicurezza."
|
|||
msgid "Heating done."
|
||||
msgstr "Riscald. completo"
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ msgstr ""
|
|||
msgid "Heating done."
|
||||
msgstr ""
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ msgstr ""
|
|||
msgid "Heating done."
|
||||
msgstr ""
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -721,7 +721,7 @@ msgstr "Verwarming uitgeschakeld door veiligheidstimer."
|
|||
msgid "Heating done."
|
||||
msgstr "Opwarmen klaar."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -715,7 +715,7 @@ msgstr "Varme skrudd av pga. sikkerhet."
|
|||
msgid "Heating done."
|
||||
msgstr "Oppvarming ferdig."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -717,7 +717,7 @@ msgstr "Grzanie wylaczone przez wyl. czasowy"
|
|||
msgid "Heating done."
|
||||
msgstr "Grzanie zakonczone"
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@ msgstr "Incalzirea dezactivata de timer-ul de siguranta"
|
|||
msgid "Heating done."
|
||||
msgstr "Incalzirea gata."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -717,7 +717,7 @@ msgstr "Zohrievanie prerusene bezpecnostnym casovacom."
|
|||
msgid "Heating done."
|
||||
msgstr "Zahrievanie OK."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ msgstr ""
|
|||
msgid "Heating done."
|
||||
msgstr ""
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
|
|
@ -718,7 +718,7 @@ msgstr "Uppvärmning avaktiverad av säkerhetstimer."
|
|||
msgid "Heating done."
|
||||
msgstr "Uppvärmning klar."
|
||||
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=16
|
||||
#. MSG_WIZARD_WELCOME_SHIPPING c=20 r=12
|
||||
#: ../../Firmware/messages.cpp:119 ../../Firmware/ultralcd.cpp:4050
|
||||
msgid ""
|
||||
"Hi, I am your Original Prusa i3 printer. I will guide you through a short "
|
||||
|
|
|
|||
Loading…
Reference in New Issue