Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
ee4ed178
Commit
ee4ed178
authored
Nov 06, 2014
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add LCD meu for Bed Setting
parent
58c4ac4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
155 additions
and
147 deletions
+155
-147
language.h
MarlinKimbra/language.h
+154
-147
ultralcd.cpp
MarlinKimbra/ultralcd.cpp
+1
-0
No files found.
MarlinKimbra/language.h
View file @
ee4ed178
...
@@ -28,26 +28,26 @@
...
@@ -28,26 +28,26 @@
#define PROTOCOL_VERSION "1.0"
#define PROTOCOL_VERSION "1.0"
#if MOTHERBOARD == 7 || MOTHERBOARD == 71 || MOTHERBOARD == 72
#if MOTHERBOARD == 7 || MOTHERBOARD == 71 || MOTHERBOARD == 72
#define MACHINE_NAME "Ultimaker"
#define MACHINE_NAME "Ultimaker"
#define FIRMWARE_URL "http://firmware.ultimaker.com"
#define FIRMWARE_URL "http://firmware.ultimaker.com"
#elif MOTHERBOARD == 80
#elif MOTHERBOARD == 80
#define MACHINE_NAME "Rumba"
#define MACHINE_NAME "Rumba"
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
#elif MOTHERBOARD == 77
#elif MOTHERBOARD == 77
#define MACHINE_NAME "3Drag"
#define MACHINE_NAME "3Drag"
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
#elif MOTHERBOARD == 88
#elif MOTHERBOARD == 88
#define MACHINE_NAME "Makibox"
#define MACHINE_NAME "Makibox"
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
#else
#else
#ifdef CUSTOM_MENDEL_NAME
#ifdef CUSTOM_MENDEL_NAME
#define MACHINE_NAME CUSTOM_MENDEL_NAME
#define MACHINE_NAME CUSTOM_MENDEL_NAME
#else
#else
#define MACHINE_NAME "Mendel"
#define MACHINE_NAME "Mendel"
#endif
#endif
// Default firmware set to Mendel
// Default firmware set to Mendel
#define FIRMWARE_URL "https://github.com/MagoKimbra/MarlinKimbra"
#define FIRMWARE_URL "https://github.com/MagoKimbra/MarlinKimbra"
#endif
#endif
...
@@ -153,14 +153,15 @@
...
@@ -153,14 +153,15 @@
// LCD Menu Messages
// LCD Menu Messages
// Please note these are limited to 17 characters!
// Please note these are limited to 17 characters!
#define WELCOME_MSG MACHINE_NAME " ready."
#define WELCOME_MSG MACHINE_NAME " ready."
#define MSG_SD_INSERTED "Card inserted"
#define MSG_SD_INSERTED "Card inserted"
#define MSG_SD_REMOVED "Card removed"
#define MSG_SD_REMOVED "Card removed"
#define MSG_MAIN "Main"
#define MSG_MAIN "Main"
#define MSG_AUTOSTART "Autostart"
#define MSG_AUTOSTART "Autostart"
#define MSG_DISABLE_STEPPERS "Disable steppers"
#define MSG_DISABLE_STEPPERS "Disable steppers"
#define MSG_AUTO_HOME "Auto home"
#define MSG_AUTO_HOME "Auto home"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Set origin"
#define MSG_SET_ORIGIN "Set origin"
#define MSG_PREHEAT_PLA "Preheat PLA"
#define MSG_PREHEAT_PLA "Preheat PLA"
#define MSG_PREHEAT_PLA0 "Preheat PLA 1"
#define MSG_PREHEAT_PLA0 "Preheat PLA 1"
...
@@ -290,125 +291,126 @@
...
@@ -290,125 +291,126 @@
// LCD Menu Messages
// LCD Menu Messages
// Please note these are limited to 17 characters!
// Please note these are limited to 17 characters!
#define WELCOME_MSG MACHINE_NAME " gotowy."
#define WELCOME_MSG MACHINE_NAME " gotowy."
#define MSG_SD_INSERTED "Karta wlozona"
#define MSG_SD_INSERTED "Karta wlozona"
#define MSG_SD_REMOVED "Karta usunieta"
#define MSG_SD_REMOVED "Karta usunieta"
#define MSG_MAIN "Menu glowne"
#define MSG_MAIN "Menu glowne"
#define MSG_AUTOSTART "Autostart"
#define MSG_AUTOSTART "Autostart"
#define MSG_DISABLE_STEPPERS "Wylacz silniki"
#define MSG_DISABLE_STEPPERS "Wylacz silniki"
#define MSG_AUTO_HOME "Auto. poz. zerowa"
#define MSG_AUTO_HOME "Auto. poz. zerowa"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_ORIGIN "Ustaw punkt zero"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_PREHEAT_PLA "Rozgrzej PLA"
#define MSG_SET_ORIGIN "Ustaw punkt zero"
#define MSG_PREHEAT_PLA0 "Rozgrzej PLA 1"
#define MSG_PREHEAT_PLA "Rozgrzej PLA"
#define MSG_PREHEAT_PLA1 "Rozgrzej PLA 2"
#define MSG_PREHEAT_PLA0 "Rozgrzej PLA 1"
#define MSG_PREHEAT_PLA2 "Rozgrzej PLA 3"
#define MSG_PREHEAT_PLA1 "Rozgrzej PLA 2"
#define MSG_PREHEAT_PLA012 "Roz. PLA Wszystko"
#define MSG_PREHEAT_PLA2 "Rozgrzej PLA 3"
#define MSG_PREHEAT_PLA_BEDONLY "Rozgrzej PLA Loze"
#define MSG_PREHEAT_PLA012 "Roz. PLA Wszystko"
#define MSG_PREHEAT_PLA_SETTINGS "Ustaw. rozg. PLA"
#define MSG_PREHEAT_PLA_BEDONLY "Rozgrzej PLA Loze"
#define MSG_PREHEAT_ABS "Rozgrzej ABS"
#define MSG_PREHEAT_PLA_SETTINGS "Ustaw. rozg. PLA"
#define MSG_PREHEAT_ABS0 "Rozgrzej ABS 1"
#define MSG_PREHEAT_ABS "Rozgrzej ABS"
#define MSG_PREHEAT_ABS1 "Rozgrzej ABS 2"
#define MSG_PREHEAT_ABS0 "Rozgrzej ABS 1"
#define MSG_PREHEAT_ABS2 "Rozgrzej ABS 3"
#define MSG_PREHEAT_ABS1 "Rozgrzej ABS 2"
#define MSG_PREHEAT_ABS012 "Roz. ABS Wszystko"
#define MSG_PREHEAT_ABS2 "Rozgrzej ABS 3"
#define MSG_PREHEAT_ABS_BEDONLY "Rozgrzej ABS Loze"
#define MSG_PREHEAT_ABS012 "Roz. ABS Wszystko"
#define MSG_PREHEAT_ABS_SETTINGS "Ustaw. rozg. ABS"
#define MSG_PREHEAT_ABS_BEDONLY "Rozgrzej ABS Loze"
#define MSG_COOLDOWN "Chlodzenie"
#define MSG_PREHEAT_ABS_SETTINGS "Ustaw. rozg. ABS"
#define MSG_SWITCH_PS_ON "Wlacz zasilacz"
#define MSG_COOLDOWN "Chlodzenie"
#define MSG_SWITCH_PS_OFF "Wylacz zasilacz"
#define MSG_SWITCH_PS_ON "Wlacz zasilacz"
#define MSG_EXTRUDE "Ekstruzja"
#define MSG_SWITCH_PS_OFF "Wylacz zasilacz"
#define MSG_RETRACT "Cofanie"
#define MSG_EXTRUDE "Ekstruzja"
#define MSG_MOVE_AXIS "Ruch osi"
#define MSG_RETRACT "Cofanie"
#define MSG_MOVE_X "Przesun w X"
#define MSG_MOVE_AXIS "Ruch osi"
#define MSG_MOVE_Y "Przesun w Y"
#define MSG_MOVE_X "Przesun w X"
#define MSG_MOVE_Z "Przesun w Z"
#define MSG_MOVE_Y "Przesun w Y"
#define MSG_MOVE_E "Ekstruzja (os E)"
#define MSG_MOVE_Z "Przesun w Z"
#define MSG_MOVE_E1 "Extruder2"
#define MSG_MOVE_E "Ekstruzja (os E)"
#define MSG_MOVE_E2 "Extruder3"
#define MSG_MOVE_E1 "Extruder2"
#define MSG_MOVE_01MM "Przesuwaj co .1mm"
#define MSG_MOVE_E2 "Extruder3"
#define MSG_MOVE_1MM "Przesuwaj co 1mm"
#define MSG_MOVE_01MM "Przesuwaj co .1mm"
#define MSG_MOVE_10MM "Przesuwaj co 10mm"
#define MSG_MOVE_1MM "Przesuwaj co 1mm"
#define MSG_SPEED "Predkosc"
#define MSG_MOVE_10MM "Przesuwaj co 10mm"
#define MSG_NOZZLE "Dysza"
#define MSG_SPEED "Predkosc"
#define MSG_NOZZLE1 "Dysza 2"
#define MSG_NOZZLE "Dysza"
#define MSG_NOZZLE2 "Dysza 3"
#define MSG_NOZZLE1 "Dysza 2"
#define MSG_BED "Loze"
#define MSG_NOZZLE2 "Dysza 3"
#define MSG_FAN_SPEED "Obroty wiatraka"
#define MSG_BED "Loze"
#define MSG_FLOW "Przeplyw"
#define MSG_FAN_SPEED "Obroty wiatraka"
#define MSG_FLOW0 "Przeplyw 0"
#define MSG_FLOW "Przeplyw"
#define MSG_FLOW1 "Przeplyw 1"
#define MSG_FLOW0 "Przeplyw 0"
#define MSG_FLOW2 "Przeplyw 2"
#define MSG_FLOW1 "Przeplyw 1"
#define MSG_CONTROL "Kontrola"
#define MSG_FLOW2 "Przeplyw 2"
#define MSG_MIN " \002 Min"
#define MSG_CONTROL "Kontrola"
#define MSG_MAX " \002 Max"
#define MSG_MIN " \002 Min"
#define MSG_FACTOR " \002 Mnoznik"
#define MSG_MAX " \002 Max"
#define MSG_AUTOTEMP "Auto. temperatura"
#define MSG_FACTOR " \002 Mnoznik"
#define MSG_ON "Wl. "
#define MSG_AUTOTEMP "Auto. temperatura"
#define MSG_OFF "Wyl."
#define MSG_ON "Wl. "
#define MSG_PID_P "PID-P"
#define MSG_OFF "Wyl."
#define MSG_PID_I "PID-I"
#define MSG_PID_P "PID-P"
#define MSG_PID_D "PID-D"
#define MSG_PID_I "PID-I"
#define MSG_PID_C "PID-C"
#define MSG_PID_D "PID-D"
#define MSG_ACC "Przyspieszenie"
#define MSG_PID_C "PID-C"
#define MSG_VXY_JERK "Zryw Vxy"
#define MSG_ACC "Przyspieszenie"
#define MSG_VZ_JERK "Zryw Vz"
#define MSG_VXY_JERK "Zryw Vxy"
#define MSG_VE_JERK "Zryw Ve"
#define MSG_VZ_JERK "Zryw Vz"
#define MSG_VMAX "Vmax"
#define MSG_VE_JERK "Zryw Ve"
#define MSG_X "x"
#define MSG_VMAX "Vmax"
#define MSG_Y "y"
#define MSG_X "x"
#define MSG_Z "z"
#define MSG_Y "y"
#define MSG_E "e"
#define MSG_Z "z"
#define MSG_VMIN "Vmin"
#define MSG_E "e"
#define MSG_VTRAV_MIN "Vskok min"
#define MSG_VMIN "Vmin"
#define MSG_AMAX "Amax"
#define MSG_VTRAV_MIN "Vskok min"
#define MSG_A_RETRACT "A-wycofanie"
#define MSG_AMAX "Amax"
#define MSG_XSTEPS "krokiX/mm"
#define MSG_A_RETRACT "A-wycofanie"
#define MSG_YSTEPS "krokiY/mm"
#define MSG_XSTEPS "krokiX/mm"
#define MSG_ZSTEPS "krokiZ/mm"
#define MSG_YSTEPS "krokiY/mm"
#define MSG_ESTEPS "krokiE/mm"
#define MSG_ZSTEPS "krokiZ/mm"
#define MSG_RECTRACT "Wycofanie"
#define MSG_ESTEPS "krokiE/mm"
#define MSG_TEMPERATURE "Temperatura"
#define MSG_RECTRACT "Wycofanie"
#define MSG_MOTION "Ruch"
#define MSG_TEMPERATURE "Temperatura"
#define MSG_CONTRAST "Kontrast LCD"
#define MSG_MOTION "Ruch"
#define MSG_STORE_EPROM "Zapisz w pamieci"
#define MSG_CONTRAST "Kontrast LCD"
#define MSG_LOAD_EPROM "Wczytaj z pamieci"
#define MSG_STORE_EPROM "Zapisz w pamieci"
#define MSG_RESTORE_FAILSAFE "Ustaw. fabryczne"
#define MSG_LOAD_EPROM "Wczytaj z pamieci"
#define MSG_REFRESH "\004Odswiez"
#define MSG_RESTORE_FAILSAFE "Ustaw. fabryczne"
#define MSG_WATCH "Ekran glowny"
#define MSG_REFRESH "\004Odswiez"
#define MSG_PREPARE "Przygotuj"
#define MSG_WATCH "Ekran glowny"
#define MSG_CONTROL "Ustawienia"
#define MSG_PREPARE "Przygotuj"
#define MSG_TUNE "Strojenie"
#define MSG_CONTROL "Ustawienia"
#define MSG_PAUSE_PRINT "Pauza"
#define MSG_TUNE "Strojenie"
#define MSG_RESUME_PRINT "Wznowienie"
#define MSG_PAUSE_PRINT "Pauza"
#define MSG_STOP_PRINT "Stop"
#define MSG_RESUME_PRINT "Wznowienie"
#define MSG_CARD_MENU "Menu karty SD"
#define MSG_STOP_PRINT "Stop"
#define MSG_NO_CARD "Brak karty"
#define MSG_CARD_MENU "Menu karty SD"
#define MSG_DWELL "Uspij..."
#define MSG_NO_CARD "Brak karty"
#define MSG_USERWAIT "Oczekiwanie..."
#define MSG_DWELL "Uspij..."
#define MSG_RESUMING "Wznawianie druku"
#define MSG_USERWAIT "Oczekiwanie..."
#define MSG_NO_MOVE "Brak ruchu"
#define MSG_RESUMING "Wznawianie druku"
#define MSG_KILLED "Ubity. "
#define MSG_NO_MOVE "Brak ruchu"
#define MSG_STOPPED "Zatrzymany. "
#define MSG_KILLED "Ubity. "
#define MSG_STEPPER_RELEASED "Zwolniony."
#define MSG_STOPPED "Zatrzymany. "
#define MSG_CONTROL_RETRACT "Wycofaj mm"
#define MSG_STEPPER_RELEASED "Zwolniony."
#define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm"
#define MSG_CONTROL_RETRACT "Wycofaj mm"
#define MSG_CONTROL_RETRACTF "Wycofaj V"
#define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm"
#define MSG_CONTROL_RETRACT_ZLIFT "Skok Z mm:"
#define MSG_CONTROL_RETRACTF "Wycofaj V"
#define MSG_CONTROL_RETRACT_RECOVER "Cof. wycof. +mm"
#define MSG_CONTROL_RETRACT_ZLIFT "Skok Z mm:"
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Z Cof. wyc. +mm"
#define MSG_CONTROL_RETRACT_RECOVER "Cof. wycof. +mm"
#define MSG_CONTROL_RETRACT_RECOVERF "Cof. wycof. V"
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Z Cof. wyc. +mm"
#define MSG_AUTORETRACT "Auto. wycofanie"
#define MSG_CONTROL_RETRACT_RECOVERF "Cof. wycof. V"
#define MSG_FILAMENTCHANGE "Zmien filament"
#define MSG_AUTORETRACT "Auto. wycofanie"
#define MSG_INIT_SDCARD "Inicjal. karty SD"
#define MSG_FILAMENTCHANGE "Zmien filament"
#define MSG_CNG_SDCARD "Zmiana karty SD"
#define MSG_INIT_SDCARD "Inicjal. karty SD"
#define MSG_ZPROBE_OUT "Sonda Z za lozem"
#define MSG_CNG_SDCARD "Zmiana karty SD"
#define MSG_POSITION_UNKNOWN "Wroc w XY przed Z"
#define MSG_ZPROBE_OUT "Sonda Z za lozem"
#define MSG_ZPROBE_ZOFFSET "Offset Z"
#define MSG_POSITION_UNKNOWN "Wroc w XY przed Z"
#define MSG_BABYSTEP_X "Babystep X"
#define MSG_ZPROBE_ZOFFSET "Offset Z"
#define MSG_BABYSTEP_Y "Babystep Y"
#define MSG_BABYSTEP_X "Babystep X"
#define MSG_BABYSTEP_Z "Babystep Z"
#define MSG_BABYSTEP_Y "Babystep Y"
#define MSG_ENDSTOP_ABORT "Blad wyl. kranc."
#define MSG_BABYSTEP_Z "Babystep Z"
#define MSG_CONTRAST "Kontrast"
#define MSG_ENDSTOP_ABORT "Blad wyl. kranc."
#define MSG_CONTRAST "Kontrast"
#endif
#endif
...
@@ -425,11 +427,12 @@
...
@@ -425,11 +427,12 @@
#define MSG_AUTOSTART "Demarrage auto"
#define MSG_AUTOSTART "Demarrage auto"
#define MSG_DISABLE_STEPPERS "Arreter moteurs"
#define MSG_DISABLE_STEPPERS "Arreter moteurs"
#define MSG_AUTO_HOME "Home auto."
#define MSG_AUTO_HOME "Home auto."
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Regler origine"
#define MSG_SET_ORIGIN "Regler origine"
#define MSG_PREHEAT_PLA " Prechauffage PLA"
#define MSG_PREHEAT_PLA " Prechauffage PLA"
#define MSG_PREHEAT_PLA0 "Prechauff. PLA 1"
#define MSG_PREHEAT_PLA0 "Prechauff. PLA 1"
#define MSG_PREHEAT_PLA1 "Prechauff. PLA 2"
#define MSG_PREHEAT_PLA1 "Prechauff. PLA 2"
#define MSG_PREHEAT_PLA2 "Prechauff. PLA 3"
#define MSG_PREHEAT_PLA2 "Prechauff. PLA 3"
#define MSG_PREHEAT_PLA012 "Prech. PLA Tout"
#define MSG_PREHEAT_PLA012 "Prech. PLA Tout"
#define MSG_PREHEAT_PLA_BEDONLY "Prech. PLA Plateau"
#define MSG_PREHEAT_PLA_BEDONLY "Prech. PLA Plateau"
...
@@ -554,6 +557,7 @@
...
@@ -554,6 +557,7 @@
#define MSG_AUTOSTART "Autostart"
#define MSG_AUTOSTART "Autostart"
#define MSG_DISABLE_STEPPERS "Stepper abschalt."
#define MSG_DISABLE_STEPPERS "Stepper abschalt."
#define MSG_AUTO_HOME "Auto Nullpunkt"
#define MSG_AUTO_HOME "Auto Nullpunkt"
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Setze Nullpunkt"
#define MSG_SET_ORIGIN "Setze Nullpunkt"
#define MSG_PREHEAT_PLA "Vorwärmen PLA"
#define MSG_PREHEAT_PLA "Vorwärmen PLA"
...
@@ -682,6 +686,7 @@
...
@@ -682,6 +686,7 @@
#define MSG_AUTOSTART " Autostart"
#define MSG_AUTOSTART " Autostart"
#define MSG_DISABLE_STEPPERS "Apagar motores"
#define MSG_DISABLE_STEPPERS "Apagar motores"
#define MSG_AUTO_HOME "Llevar al origen"
#define MSG_AUTO_HOME "Llevar al origen"
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Establecer cero"
#define MSG_SET_ORIGIN "Establecer cero"
#define MSG_PREHEAT_PLA "Precalentar PLA"
#define MSG_PREHEAT_PLA "Precalentar PLA"
...
@@ -816,6 +821,7 @@
...
@@ -816,6 +821,7 @@
#define MSG_AUTOSTART "Автостарт"
#define MSG_AUTOSTART "Автостарт"
#define MSG_DISABLE_STEPPERS "Выкл. двигатели"
#define MSG_DISABLE_STEPPERS "Выкл. двигатели"
#define MSG_AUTO_HOME "Парковка"
#define MSG_AUTO_HOME "Парковка"
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Запомнить ноль"
#define MSG_SET_ORIGIN "Запомнить ноль"
#define MSG_PREHEAT_PLA "Преднагрев PLA"
#define MSG_PREHEAT_PLA "Преднагрев PLA"
...
@@ -942,7 +948,8 @@
...
@@ -942,7 +948,8 @@
#define MSG_AUTOSTART "Autostart"
#define MSG_AUTOSTART "Autostart"
#define MSG_DISABLE_STEPPERS "Disabilita Motori"
#define MSG_DISABLE_STEPPERS "Disabilita Motori"
#define MSG_AUTO_HOME "Auto Home"
#define MSG_AUTO_HOME "Auto Home"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_BED_SETTING "Bed Setting"
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Imposta Origine"
#define MSG_SET_ORIGIN "Imposta Origine"
#define MSG_PREHEAT_PLA "Preriscalda PLA"
#define MSG_PREHEAT_PLA "Preriscalda PLA"
#define MSG_PREHEAT_PLA0 "Preriscalda PLA 1"
#define MSG_PREHEAT_PLA0 "Preriscalda PLA 1"
...
@@ -977,13 +984,13 @@
...
@@ -977,13 +984,13 @@
#define MSG_MOVE_Y "Move Y"
#define MSG_MOVE_Y "Move Y"
#define MSG_MOVE_Z "Move Z"
#define MSG_MOVE_Z "Move Z"
#define MSG_MOVE_E "Extruder"
#define MSG_MOVE_E "Extruder"
#define MSG_MOVE_E1
"Extruder2"
#define MSG_MOVE_E1
"Extruder2"
#define MSG_MOVE_E2
"Extruder3"
#define MSG_MOVE_E2
"Extruder3"
#define MSG_MOVE_E3
"Extruder4"
#define MSG_MOVE_E3
"Extruder4"
#define MSG_MOVE_01MM "Move 0.1mm"
#define MSG_MOVE_01MM "Move 0.1mm"
#define MSG_MOVE_1MM "Move 1mm"
#define MSG_MOVE_1MM "Move 1mm"
#define MSG_MOVE_10MM "Move 10mm"
#define MSG_MOVE_10MM "Move 10mm"
#define MSG_SPEED "Velcit"
#define MSG_SPEED "Velcit
�
"
#define MSG_NOZZLE "Ugello"
#define MSG_NOZZLE "Ugello"
#define MSG_NOZZLE1 "Ugello2"
#define MSG_NOZZLE1 "Ugello2"
#define MSG_NOZZLE2 "Ugello3"
#define MSG_NOZZLE2 "Ugello3"
...
...
MarlinKimbra/ultralcd.cpp
View file @
ee4ed178
...
@@ -713,6 +713,7 @@ static void lcd_prepare_menu()
...
@@ -713,6 +713,7 @@ static void lcd_prepare_menu()
#endif
#endif
MENU_ITEM
(
gcode
,
MSG_DISABLE_STEPPERS
,
PSTR
(
"M84"
));
MENU_ITEM
(
gcode
,
MSG_DISABLE_STEPPERS
,
PSTR
(
"M84"
));
MENU_ITEM
(
gcode
,
MSG_AUTO_HOME
,
PSTR
(
"G28"
));
MENU_ITEM
(
gcode
,
MSG_AUTO_HOME
,
PSTR
(
"G28"
));
MENU_ITEM
(
gcode
,
MSG_BED_SETTING
,
PSTR
(
"G28 M"
));
MENU_ITEM
(
function
,
MSG_SET_HOME_OFFSETS
,
lcd_set_home_offsets
);
MENU_ITEM
(
function
,
MSG_SET_HOME_OFFSETS
,
lcd_set_home_offsets
);
//MENU_ITEM(gcode, MSG_SET_ORIGIN, PSTR("G92 X0 Y0 Z0"));
//MENU_ITEM(gcode, MSG_SET_ORIGIN, PSTR("G92 X0 Y0 Z0"));
#if TEMP_SENSOR_0 != 0
#if TEMP_SENSOR_0 != 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment