AnHardt
1883e1bb60
Applied thinkyheads corrections from 2015-03-17
10 years ago
AnHardt
2f374f1465
Removed Kanji.
10 years ago
AnHardt
96f8d20f2f
Change selection logic another time
Automatic selection was to unflexible.
Updated documentation
Updated language files to new logic and documentation.
Updated bdf2u8g.exe
10 years ago
AnHardt
2d5134b0ed
Introduce - clean - prepae language files
10 years ago
Scott Lahteine
9eed8c8cf0
Make sure a ROM is selected for ULTRA_LCD
10 years ago
AnHardt
3024f6c706
Undubble MSG_MIN &MSG MAX
10 years ago
Scott Lahteine
dfb38874f8
Some suggested changes for #1555
10 years ago
Scott Lahteine
fd1ea9d56f
Move literal strings to language files
10 years ago
AnHardt
3aac2df057
Now the oter way around.
Include of language_en.h now behind national language.
All "#define MSG_STR_*" now surrounded by #ifndef and #endif.
10 years ago
AnHardt
488633bf44
#include "language_en.h" before the national language in language.h
+ May decrease the workload for feature developers. They may omit to
update all the language files but "language_en.h". When loading _en
first, all new features give some display, but the new in English.
- May throw some additional warnings about redefinition during compile.
10 years ago
Scott Lahteine
b3973ed224
Fix HD44780 misspelled as HD44870
10 years ago
AnHardt
2dd43a82b1
Ups. #else added
10 years ago
AnHardt
8dce5a6644
Improve new charset featur.
Select DOGM-displays automaticly.
Give hint where to find charsets.
Add '²' and '³' characters.
10 years ago
Scott Lahteine
c009c81e65
make marlin-main the default
10 years ago
Scott Lahteine
f4ebc02555
marlin url
10 years ago
Scott Lahteine
0af9a0bf57
url to firmware downloads
10 years ago
Scott Lahteine
3f3ad9b3ad
typo
10 years ago
Scott Lahteine
07639053fb
Add support for BQ Prusa i3 "Hephestos"
10 years ago
AnHardt
76bf93efcb
Revert "get STR_THERMOMETER from ultralcd_implementation_hitachi_HD44780.h"
This reverts commit 4d5b0e2037
.
10 years ago
AnHardt
4d5b0e2037
get STR_THERMOMETER from ultralcd_implementation_hitachi_HD44780.h
10 years ago
AnHardt
e045034c3f
Included Configuration.h to read the defined charsets.
Defined the charsets plus a default.
10 years ago
Scott Lahteine
073c59c50a
Clean up some formatting
- Also partial cleanup of Marlin_main.cpp with a smidgen of Doxygen.
10 years ago
Victor Andueza
766762a4dc
Change url link
10 years ago
Scott Lahteine
9bc9051405
Flag EEPROM write errors on serial output
- Also adds a language string for the error.
- Also adds SERIAL_EOL as an alias for SERIAL_ECHOLN(“”)
10 years ago
Victor Andueza
13118cde33
Add bq Witbox 3D printer
10 years ago
Scott Lahteine
0a21727c0a
Portuguese (pt) and Brazilian Portuguese (pt-br)
10 years ago
CONSULitAS
3b50a5e2e6
Add: Board for Vellemann K8200 (derived from 3Drag)
## Add: Board for Vellemann K8200 (derived from 3Drag)
* Boards.h: updated comment for board 3Drag - K8200 removed
* Boards.h: added `BOARD_K8200` with ID 78
* language.h.: machine name and firmware URL for new board
* pins.h: added `K8200` to any `#if` with `3Drag` and corresponding
comments
10 years ago
Luis E Alvarado
7ae548cf34
Update Marlin Firmware URL
10 years ago
Caleb Anderson
236db44669
Fix spacing
10 years ago
Caleb Anderson
e6774fb7d2
Using the new language implementation wasn't behaving as expected.
No matter what LANGUAGE_CHOICE was set to it would always take the en branch.
I revamped it a bit to use a macro to create the language include file name. This required a slight tweak to the RU declaration since it's special-cased in a couple places in code.
This is an attempt to pull my changes from #1222 over.
10 years ago
fmalpartida
ec33df0554
Merge branch 'SAV-MkI_merge' into Development
Tested for SAV MKI and SAV 3D LCD on lewihe.
10 years ago
Caleb Anderson
d254651146
Fix spacing
10 years ago
Caleb Anderson
7db943b147
Language change implementation revamped. Didn't work as intended with Arduino IDE.
10 years ago
Scott Lahteine
f83d0f2a68
Defines for electronics boards
Added boards.h which contains defines for all the board numbers, plus
some shorthand macros for less typing.
10 years ago
Scott Lahteine
0e23105e1e
Defines for electronics boards
Added boards.h which contains defines for all the board numbers, plus
some shorthand macros for less typing.
10 years ago
Scott Lahteine
e970461adb
Clean up, move unused to the bottom, add headings
10 years ago
Scott Lahteine
0c06e97e98
Split up languages.h, use ISO codes
Breaking up languages.h makes it easier to translate. Using language
codes makes it easier to select a language and sets the naming standard.
10 years ago
Scott Lahteine
3ebfd29312
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
10 years ago
Scott Lahteine
181e487f13
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
10 years ago
Scott Lahteine
ff38d7c293
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
10 years ago
elgambitero
433ac29d31
Updated a bit of spanish language
10 years ago
Scott Lahteine
5714f64927
get latest Marlin_v1 changes
10 years ago
Scott Lahteine
2f6c57eadc
Proposed feature: Set Home Offsets
Add an item to the LCD menu that applies the current axis position to
the “add_homeing” offset.
10 years ago
Scott Lahteine
f989bd5435
Simple code cleanup. Rename "homeing" to homing.
10 years ago
Gina Häußge
1e9dc85148
Do not use translations for the serial console messages
The serial protocol has to stay machine readable, without having
to cope with a ton of different human language variants. So
just leave it at the original english version.
Should fix ErikZalm/Marlin#1052
10 years ago
Dim3nsioneer
3c927901a4
Implementation of FW extruder change retract
FW retraction is extended onto swap retraction invoked by 'G10 S1'.
Bookkeeping of the retract state of all extruders allows for having one
extruder fw standard retracted while another extruder is swap retracted.
An LCD menu item for the swap retract and recover length was added.
11 years ago
Cameron Lai
1cbcbb0971
Add makibox machine information
11 years ago
koldo artola
e5b70237c7
Added new language (Basque-Euskera)
Added:
* new language (Basque-Euskera)
* some minor corrections for Spanish
* added 2 new constants for every language (required for a minor change
I am preparing to ultralcd.cpp)
11 years ago
pixatintes
a3530d1141
Update language.h
Updated to latest version.
11 years ago
pixatintes
990e770e15
Update language.h
Added catalan language
11 years ago