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
Scott Lahteine
be0e100fed
Fix sd subdirectory encoder position
Followup to 7e386c7
7 years ago
Bob-the-Kuhn
04dedc7ed8
always completely initialize display ( #9981 )
7 years ago
Scott Lahteine
0149680f54
Fix compile error with char LCD
7 years ago
Scott Lahteine
7e386c7e98
Fix encoder position for sddirectory
7 years ago
Scott Lahteine
22a017a856
Rebuild SD file sort array on Stop SD Print ( #9976 )
Thanks Chuck Hellebuyck.
7 years ago
Marcio Teixeira
fd883c909a
Improvements to Lightweight ST7920 status screen. ( #9952 )
- Show units on lightweight status screen.
- Fixed progress bar so it works with M73
7 years ago
Scott Lahteine
f9cafc4001
Fix menu highlight glitch, tweak scrolling code ( #9957 )
7 years ago
Scott Lahteine
2d1233b86c
Fix lcd_quick_feedback call for BTN_BACK
7 years ago
AnHardt
eb8b758226
Fix some mapper, charsize problems ( #9866 )
7 years ago
Scott Lahteine
8bffb26c23
Fix manual move position display
Manual moves now correctly include the workspace offset.
7 years ago
Scott Lahteine
bd0967ad87
Fix BTN_BACK
Followup to #9835
7 years ago
Scott Lahteine
d9a98b5814
Russian language update
From #9849
7 years ago
Scott Lahteine
35ec67885a
Add support for BACK button (RADDS) ( #9835 )
7 years ago
geigerg
4817c78a65
Add files via upload ( #9828 )
7 years ago
TheSFReader
eb079959fb
Report sd card progress [FR] #9751 ( #9832 )
* SD Status auto-report feature
Feature Request #9751
7 years ago
Scott Lahteine
19ba91f77a
Fix lcd_custom_bootscreen compiler warning
7 years ago
Scott Lahteine
2024775e07
Spanish (UTF8) Language ( #9786 )
From #7314 by @MrAmericanMike
7 years ago
Scott Lahteine
43ff15244d
Fix a progress bar condition
7 years ago
Zachary Hill
4d588b2d6a
Further fix of LCD_PROGRESS_BAR ( #9783 )
7 years ago
Scott Lahteine
e749945317
Un-pause print on cancel ( #9780 )
7 years ago
Scott Lahteine
8f9262f3fe
Fix path to _Statusscreen.h
7 years ago
Scott Lahteine
0542b03750
Fix bootscreen include path
Fix #9759
7 years ago
Scott Lahteine
2bd252b501
[2.0.x] LIN_ADVANCE v1.5 ( #9712 )
7 years ago
Scott Lahteine
a6b7e721cf
Slovak language update
7 years ago
Scott Lahteine
2c9775313a
Fix Z position on HD44780
Fix #9732
7 years ago
Studiodyne
9c9cd54ef3
Add Z Fade Height edit to UBL and Tune submenus ( #9738 )
7 years ago
Scott Lahteine
424b9a83cd
Slovak language update
From @rmoravcik at #9760
7 years ago
Marcio Teixeira
532bb3aaa1
Lightweight status screen for ST7920
- This status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 years ago
Scott Lahteine
72f63a4980
Fix DOGM progress bar with LCD_SET_PROGRESS_MANUALLY
7 years ago
Marcio Teixeira
e7f329edb2
Added bed corners to bed icon.
- This makes it look less like a dash (idea stolen from cjsoong).
7 years ago