daid303
1a8f54cea1
The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated.
12 years ago
daid303
5ff5cee8ce
Fix the sensitive pin definitions, there where analogue numbers in the digital pin list. Also made M42 without a P function on the LED_PIN (which was otherwise a useless pin definition)
12 years ago
Gege
9b1d2483a0
I hope last changes to french translation
12 years ago
Gege
b1adc567da
Correction to french translation (non-ASCII chars only)
12 years ago
Gege
0807d82af0
Correction to french translation (plain text only)
12 years ago
gege2b
bb119739b0
Added french translation
12 years ago
Martin Lukasik
6a55ca8370
Added Polish translation. Cosmetic changes to English.
12 years ago
YanFM
332344bd43
Update Marlin/language.h
...
Included Portuguese language
12 years ago
Daniele Sdei
695938ba3f
Italian language support
12 years ago
Sergey Taranenko
24bcc9647d
Added Russian translation
12 years ago
elgambitero
df09e2adce
Spanish updated
12 years ago
elgambitero
ddf6603d81
Spanish language updated. Bug fixes on dialogs.
12 years ago
elgambitero
4bf8b1aeee
fesfas
12 years ago
elgambitero
7afd202b89
New dialogs translated to spanish. Bug fixes.
...
Dialogs from M119 translated, and "Set Preheat" dialogs adapted to the
screen size.
12 years ago
elgambitero
ebc4601185
Some new dialogs translated to Spanish
12 years ago
ZetaPhoenix
8ac5b29e02
Changes to M119 response for easier visual comparison
...
Changed to report on individual lines with "TRIGGERED" or "open" instead of "H" or "L" on one line as H&L could be confused with logic levels High and Low which may be wrong if using inverted logic. Added strings to language.h.
Fixed typo "deu" in English language that was fixed in #134 but got added back in via 9f7f7354f5
12 years ago
Erik vd Zalm
0e58ef6805
Some dialogs are corrected
12 years ago
elgambitero
6cd150842f
Update Marlin/language.h
...
Some dialogs corrected and Default language set to 1
12 years ago
elgambitero
299c18596f
Update Marlin/language.h
...
Some dialogs are corrected
12 years ago
stohn
1d224cc031
merged with upstream and FIXED AGAIN bad translation commit
...
PLEASE BE MORE CAREFUL WHEN SUBMITTING NEW TRANSLATIONS
When you add new menu items / messages always copy them to ALL
languages (just use english)
12 years ago
Blair Thompson
aacbebbebe
Added Menu Options to the Main-> Control->Temperature Submenu that allow the user to set new values for the ABS and PLA preheat function. EEPROM updated so that these settings can also be committed to EEPROM memory.
12 years ago
stohn
69961dbba3
fixed incorrect menu messages from last commit...
...
- removed several multiple definitions of same message
- fixed definition of missing messages in german and spanish
- tweaked german translation (a lot)
- added note about changing and testing this file
12 years ago
Blair Thompson
6c050b8440
Fixes error introduced at commit aee475aa55
which caused the sketch not to comile for language option 1. Several defines were removed but still referenced in ultralcd.pde
12 years ago
elgambitero
d38b96fff1
Update Marlin/language.h
12 years ago
Erik vd Zalm
9f7f7354f5
Set default language 1
12 years ago
elgambitero
aee475aa55
Update Marlin/language.h
...
Spanish language included. It features the LCD screen messages and a small part of the Serial messages.
12 years ago
James Adams
e10355500d
Updated Language.h with pause, resume, and retract
12 years ago
kobaan
603a5e25b3
Updated german translations in language.h and eliminated a few double lines.
12 years ago
Bernhard
bf077125b9
added firmware retract. disabled by default
13 years ago
Daid
b59724e42b
Add strigification for extruder amount in M115 report.
13 years ago
Daid
516ec90242
Add M401 - Wait for user on LCD button press
13 years ago
Daid
279d00da9f
Fixed #if for Ultimaker.
13 years ago
Erik de Bruijn
5aa80e6c05
Made language.h more flexible. Automatically do the right defines based on MOTHERBOARD == 7 ? "Ultimaker" : "Mendel"
13 years ago
Daid
8503b78876
Added support for 2nd extruder temperature to UltraLCD
13 years ago
tgiphil
ad8bc71d3e
- Fixed a typo
13 years ago
Erik van der Zalm
63aec3c56e
Replaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart.
...
Moved the PID_dT in the Ki and Kd calculation from the configuration.h to temperature.cpp
13 years ago
Erik van der Zalm
4deeffbc88
Added missing defines to the german section.
...
Translation still needed.
13 years ago
Erik van der Zalm
632528aa95
merging with SCUBA82
13 years ago
Blair Thompson
046a8e0039
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task.
13 years ago
Christian Thalhammer
a92b3afe64
added german translation;Menue should be in english.. sounds better
13 years ago
Christian Thalhammer
9fa586bbed
fixed languages; Preheat_PLA and Preheat_ABS was not defined for non
...
english
13 years ago
Blair Thompson
d9f2f509d5
Added new menu items under the prepare submenu.
...
Instead of a single pre-heat, now there is pre-heat ABS and PLA options
Added defines to the configuration file to adjust preheat temperatures for both
13 years ago
Erik van der Zalm
ae3e7586c6
Added HOME_POS. This adds the posibility to make the center 0
...
Updated the Xsteps ... settings via the LCD menu
13 years ago
Blair Thompson
fe940a142d
Added a structure that will allow easy translations/modifications to the LCD menu.
...
Signed-off-by: Blair Thompson <mail@justblair.co.uk>
13 years ago