Scott Lahteine
78ea4871f9
Fix up enqueue now functions
…and apply to MALYAN_LCD.
7 years ago
Scott Lahteine
8ca3c43d73
Updated language_data spacing, headers
7 years ago
Scott Lahteine
184c077c58
Correct includes (u8g.h) and spelling
7 years ago
Yunhui Fu
627348b46c
move the TALL_FONT_CORRECTION to language files
7 years ago
Yunhui Fu
77bc653524
Use X windows 6x12 bitmap font to support western languages.
7 years ago
Yunhui Fu
d81649b365
Update language data for sk.
7 years ago
Yunhui Fu
41839746a2
Removed unused macros
7 years ago
Scott Lahteine
df2f24617b
Use 0 as the bed position (not Z_MIN_POS)
7 years ago
Chris Pepper
744bcaee61
[2.0.x] Fix problems compiling with Arduino IDE ( #10441 )
* Fix problems compiling u8glib utf8 support on Arduino
* Change header in auto-generated font data
* Change include in font gen scripts
7 years ago
Scott Lahteine
e4acd2c40e
One fewer compare in _lcd_move_xyz
7 years ago
Scott Lahteine
6cb83758d7
Fix Brazilian Portuguese language duplicates
7 years ago
Scott Lahteine
6c7a17dba6
Abort SD printing more safely ( #10407 )
Allow the current command to complete when aborting an SD print, otherwise some commands (G28, G29, etc.) will cause trouble.
7 years ago
Scott Lahteine
9f8a96fb8a
Brazilian Portuguese update ( #10409 )
7 years ago
Yunhui Fu
93273a4c9e
Fix u8g.h search path error ( #10419 )
Support env MARLIN_LANGS for user select generated language, and update doc; update script to generate dogm_font_data_ISO10646_1.h automatically.
7 years ago
Scott Lahteine
584735c994
u8g.h => clib/u8g.h
7 years ago
KangDroid
6c535081ec
[2.0.x] Add optional menu item to toggle software endstops ( #10389 )
7 years ago
Scott Lahteine
0535ebc4d2
MESH_BED_LEVELING before PROBE_MANUALLY
7 years ago
Luc Van Daele
12785583d0
[2.0.x] G33 MIN_STEPS_PER_SEGMENT ( #10386 )
7 years ago
Yunhui Fu
c96412a78f
[2.0.x] UTF-8 language translation support ( #10213 )
7 years ago
Luc Van Daele
646aa20b43
Overhaul of G33 Delta Calibration ( #8822 )
7 years ago
Scott Lahteine
a6485456df
Fix LIGHTWEIGHT_UI with UBL
See https://github.com/MarlinFirmware/Marlin/issues/10317#issuecomment-379100702
7 years ago
Scott Lahteine
4dc7e64789
Update Slovak language
Based on #10313 by @rmoravcik
7 years ago
GMagician
6ce060cfe0
[2.0.x] Update language_it.h ( #10322 )
Updated to #10296
7 years ago
Scott Lahteine
051303ad42
Russian language updates
From #10311 by @anton-piliugin
7 years ago
Sean
2fa0a73c2c
Implement filament change continuous purge
7 years ago
Marcio Teixeira
8bc93c6f2b
Improve heating/cooling LCD messages ( #10293 )
7 years ago
Yunhui Fu
a019eebdd6
support utf8 unicode for test language ( #10220 )
7 years ago
Scott Lahteine
adcb87f0db
Z Endstop Servo => Z Probe Servo
7 years ago
Scott Lahteine
31df43212c
Use lcd_printPGM_utf in more places
Fix #10256
7 years ago
Scott Lahteine
6098efcc59
Use float62 for LCD edit of Z Fade
7 years ago
Scott Lahteine
f04be05a14
"G28 Z Forbidden" => "Home XY first"
Some languages will need to be updated for proper phrasing
7 years ago
Scott Lahteine
9d2ea5d64b
Undo German changes
See 941e9bd329 (commitcomment-28262166)
7 years ago
xC0000005
7dc256432f
Restore STM32F1 series to working order. ( #10229 )
The `_O2` attribute is no longer needed on the malyanlcd function, and the macros have broken timer numbers - reset this to a function to return the right device. Also fix the bit order cast in SPI.
7 years ago
Scott Lahteine
aa6dacbbdf
German update
Based on #10216
7 years ago
Yunhui Fu
8322a79bb9
update the UTF-8 C strings for Chinsee languages, for Simplified and Traditional Chinese ( #10211 )
7 years ago
Scott Lahteine
1cb810ff1c
[2.0.x] Automatically reset stepper timeout ( #10179 )
* Automatically reset stepper timeout in manage_inactivity
Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.
* blocks_queued => has_blocks_queued
7 years ago
Bob-the-Kuhn
7308ef7809
Add conditional, give DUE SPI a unique name, fix compiler warnings ( #10168 )
7 years ago
Scott Lahteine
fbdc5ad962
Prevent lcd_update stack overflow on SD Card change
7 years ago
Marcio Teixeira
c24dbcbfe1
When STATUS_EXPIRE_SECONDS is 0, hide the position. ( #10081 )
Some users may prefer to hide the position updates on the `LIGHTWEIGHT_UI` altogether. This leads to an even less cluttered display (it also saves on SPI traffic and one byte of RAM).
7 years ago
Scott Lahteine
f1327fd5f9
Use lcd_goto_previous_menu_no_defer more
7 years ago
Scott Lahteine
65ce0303f8
Fix MKS_12864_OLED blank issue
Fixes #10071
7 years ago
Scott Lahteine
5dec828abc
Add MKS_12864OLED to lcd_implementation_init
Followup to #7914
7 years ago
Scott Lahteine
51ebdf3b7d
Finish scroll_screen with menu direction/multiplier
Fixes #10041
7 years ago
Bob-the-Kuhn
0d8c15c01f
restore PR 9661 files & V1 fix
7 years ago
Bob-the-Kuhn
bf59a4a6df
Revert "[2.0.x] DUE compatibility with shared SPI LCDs, USB mass storage, add pin defs & update examples\MakerParts\Configuration.h"
7 years ago
Bob-the-Kuhn
914bb80bde
removed SDSS init
added device & comm drivers for shared SPI LCDs
mistyped some updates in ultralcd_impl_DOGM.h
remove unwanted changes in onfiguration.h
still can't type
Update HAL_LCD_class_defines.h
include USB mass storage & misc
7 years ago
Scott Lahteine
3c2bfa5e53
Update powersupply_on in power_on/off ( #10015 )
Fix #10004
7 years ago
Scott Lahteine
1913c37a91
Tweak to manual move eindex arg
7 years ago
Scott Lahteine
03e3011332
Fix compile error with MAX_MESSAGE_LENGTH
Fix #9988
7 years ago
Scott Lahteine
ca577c1638
Fix up various spacing, comments, and typos
7 years ago