- 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
-
-
AnHardt authored
Improve description in Configuration.h
-
AnHardt authored
-
AnHardt authored
Top -> down - Decide what output function is to use. - Precautions. If non of the DISPLAY_CHARSET_HD44780's is selected fall back to Japanese. - When we are not on the dogms setup a mapping table depending on display type and mapper. - If we are on dogm we use ONE To ONE mapping - except kanji. - select and define one of the mapping functions.
-
AnHardt authored
And made falback to kana work.
-
AnHardt authored
-
- Mar 10, 2015
-
-
AnHardt authored
Top -> down - We don't need the old Marlion_font package any more - we made new. - But we need information about configured fonts and the mappers. - We support Cyrillic now. - LCD_CLASS is not used in this file. LiquidCrystalRus.h is deleted anyway. - define some fonts - BIG_EDIT_FONT works only together with western languages. - Select a matching FONT for the MENUE depending on the defined language. - Number the different font-types. Wanted to avoid to store complete font-structures when changing fonts back and forth. - Marlin special symbols are now at the lower end - like in 'ultralcd_implementation_hitachi_HD44780.h' - insert the new remembering setFont function. - insert the new counting lcd_print functions. - make use of the new setFont and lcd_print functions. - On some places redefined one character long strings with chars to avoid overhead and reduce warnings.
-
AnHardt authored
Top -> down: We don't need LiquidCrystalRus.cpp and LiquidCrystalRus.h any more. Functionality is now in utf_mapper.h Comment on LCD_STR_BEDTEMP about behaviour in strings. Change LCD_STR_ARROW_RIGHT from "\x7E" to ">" because "\x7E" is only ARROW_RIGHT on displays with DISPLAY_CHARSET_HD44780_JAPAN. Introduce the counting UTF8 enabled lcd_print functions. Replace the old lcd.print functions and make use of them. A bit of reformatting around the changes.
-
AnHardt authored
-
AnHardt authored
Will show the compleet utf8 or ASCII charset To se the second half of ASCII click on "01234..."
-
AnHardt authored
-
AnHardt authored
-
AnHardt authored
-
- Mar 06, 2015
-
-
AnHardt authored
This is copied from http://www.thingiverse.com/thing:664397 // Japanese Original font // Version 0.1 by ichibey // // 営利目的で利用する際は、かならず許可を得てください。非営利の場合は、CCライセンスに従い使用ください。 // http://creativecommons.org/licenses/by-nc/2.1/jp/legalcode This font is very special. It uses a mixture of katakana an kanji symbols, uses multi character symbols and is only addressable by '\xxx' sequences.
-
AnHardt authored
The former place of 'dogm_font_data_6x9_marlin.h' was in 'dogm_font_data_m0arlin.h'. Deleted 'dogm_font_data_marlin.h'.
-
AnHardt authored
-
AnHardt authored
Fonts have been created with fony.exe (http://hukka.ncn.fi/?fony) The HD44760_? fonts simulate the fonts of the character based displays. The ISO10646 fonts provide the right size of the standard fonts. Marlin_symbols contains only the the special symbols of the original marlin font.
-
Scott Lahteine authored
Minor typos in the README
-
Scott Lahteine authored
Undubble MSG_MIN & MSG MAX
-
Richard Wackerbarth authored
-
- Mar 05, 2015
-
-
AnHardt authored
-
Scott Lahteine authored
Gcode handlers to inline functions
-
Scott Lahteine authored
-
Scott Lahteine authored
Enhanced G29
-
Scott Lahteine authored
Latest upstream changes
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix autoretract
-
OhmEye authored
Autoretract was broken, looks like it was overlooked when the retracted flag was updated for multi extruders.
-
Scott Lahteine authored
-
OhmEye authored
Sync with upstream
-
Scott Lahteine authored
Add support for solenoid articulated extruders
-
Scott Lahteine authored
- Setting boundaries based on configured limits, contrasting with G28 (which forgets these limits?)
-
- Mar 04, 2015
-
-
Scott Lahteine authored
Cleanup rotary encoder encrot* defines
-
- Mar 03, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Adapted “Enhanced G29” code referred to in #1499 and posted at [3dprintboard.com](http://3dprintboard.com/showthread.php?3105-Auto_Bed_ Leveling-Enhanced-G29-command) - Compatible with current G29 while adding some new arguments - `V` sets the verbose level for serial out - `T` (or `V` > 2) send a Topology report to serial out - `E` works the same way as before - `P` works as before (source used `n` or `U`/`u`) - `L`, `R`, `B`, `F` work as before - Still needs sanity checking for `LRBF`
-
C-o-r-E authored
-
- Mar 02, 2015
-
-
alexborro authored
The X_Axis could not home to min while Y_Max endstop was trigged.
-
Scott Lahteine authored
Cleanup of cardreader.*
-
Scott Lahteine authored
-