- Jul 27, 2015
-
-
AnHardt authored
and translate them to German.
-
- Jun 03, 2015
-
-
MagoKimbra authored
-
- Jun 01, 2015
-
-
MagoKimbra authored
-
- May 28, 2015
-
-
AnHardt authored
To avoid double definitions. I prefer to read N for Number not for Nozzle.
-
- May 25, 2015
-
-
AnHardt authored
And call _temp_error() directly for ERR_MAXTEMP_BED to avoid the only one time use of bed_max_temp_error(). Includes #2156.
-
- Apr 27, 2015
-
-
AnHardt authored
Edited the European part of 'ISO10646_CN.fon' to match the existing fonts. Added Chinese font to make_fonts.bat Created 'dogm_font_data_ISO10646_CN.h' Added Chinese to 'language.h' Added 'language_cn.h' with some minor edits. Added Chinese font in 'language_en.h' to not fall back to European font. Added cn to 'Configuration.h' Changed WIDTH to LCD_PIXEL_WIDTH and HEIGHT to LCD_PIXEL_HEIGHT to have more descriptive names. In 'dogm_lcd_implementation.h' Added Chinese Font Made 1 pixel more room for the larger Chinese font on the status line. Changed geometry of the 'select bar' by one pixel. Changed the way the position for values and postcars are set.
-
- Mar 31, 2015
-
-
Ivan Galvez Junquera authored
* Added MSG_END_HOUR and MSG_END_MINUTE labels to all language files. * Available translations: EN, FR, DE, ES, IT, PT, PT-BR.
-
- Mar 15, 2015
-
-
Edward Patel authored
-
AnHardt authored
-
- Mar 13, 2015
-
-
AnHardt authored
Automatic selection was to unflexible. Updated documentation Updated language files to new logic and documentation. Updated bdf2u8g.exe
-
- Mar 11, 2015
-
-
alexborro authored
Added option to set Travel Acceleration (non printing moves). The M204 options was a non sense (S for printing moves and T for retract moves). It has been changed to: P = Printing moves R = Retract only (no X, Y, Z) moves T = Travel (non printing) moves I will add this info o G-Code wiki in reprap.org. I also advise to put this info in Marlin next version changelog.
-
- Mar 10, 2015
-
-
AnHardt authored
-
- Feb 25, 2015
-
-
Scott Lahteine authored
-
- Feb 22, 2015
-
-
Scott Lahteine authored
- Fix bug in lcd_control_temperature_menu - Remove test menu-item left in from multi-line command feature - Replace literals with translatable strings - Reduce lcd_preheat code redundancy - Reduce menu macro redundancy - Clean up formatting
-
- Feb 08, 2015
-
-
AnHardt authored
Include of language_en.h now behind national language. All "#define MSG_STR_*" now surrounded by #ifndef and #endif.
-
- Feb 01, 2015
-
-
AnHardt authored
-
- Jan 28, 2015
-
-
Scott Lahteine authored
This won’t reduce the string storage in the end, but it makes the language files smaller. Also removed remaining unused strings.
-
- Jan 24, 2015
-
-
MagoKimbra authored
-
- Jan 23, 2015
-
-
MagoKimbra authored
-
- Jan 10, 2015
-
-
grob6000 authored
* Depending on extruder count, will add menu items for ultralcd to edit individual PID parameters for each extruder * Added menu items to each language_xx.h * Builds OK, but recommend testing with typical LCD
-
- Jan 05, 2015
-
-
wgm4321 authored
- Jan 02, 2015
-
-
wgm4321 authored
-
- Dec 29, 2014
-
-
http://minow.blogspot.com/index.html#4918805519571907051Caleb Anderson authored
To test/enable, uncomment the #define DELTA_CALIBRATION_MENU in Configuration.h
-
wgm4321 authored
-
- Dec 18, 2014
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Breaking up languages.h makes it easier to translate. Using language codes makes it easier to select a language and sets the naming standard.
-