Scott Lahteine
05c33833e7
[2.0.x] Add NO_LCD_MENUS option ( #10582 )
7 years ago
xC0000005
24d23ce49b
Fix function definitions for Malyan LCD
7 years ago
Scott Lahteine
3396671011
[2.0.x] Reset LCD status to fallbacks ( #10470 )
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
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
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
bd0967ad87
Fix BTN_BACK
Followup to #9835
7 years ago
Scott Lahteine
35ec67885a
Add support for BACK button (RADDS) ( #9835 )
7 years ago
Scott Lahteine
e5ee0b6f6c
Implement MALYAN_LCD
7 years ago
Roxy-3D
f5f1b069ad
Convert UBL mesh tilting to all use the same algorithm ( #9204 )
A number of regressions were patched also. The UBL G29 P2 and P4 Press and Hold had stopped working. It is very possible this is broken in the bugfix_v1.1.x branch also.
The main purpose of the Pull Request is to get the 3-Point mesh tilting to use the LSF algorithm just like the grid based mesh tilt. This simplifies the logic and reduces the code size some what. But the real reason to do it is the 3-Point case can be solved exactly. And by feeding these numbers into the LSF algorithm it provides a way to check all that code for 'correctness'.
7 years ago
Bob-the-Kuhn
e633ce06c7
LCD contrast type mismatch is back
WORKS!
7 years ago
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
7 years ago
Scott Lahteine
c846388a65
Standardize LCD interface code for UBL a little
7 years ago
Scott Lahteine
3748c28924
Fix MBL G29 without LCD
Addressing https://github.com/MarlinFirmware/Marlin/pull/8575#discussion_r154536617
7 years ago
Scott Lahteine
276271e72f
Make MBL work more like PROBE_MANUALLY
7 years ago
Scott Lahteine
c6b0c104bb
Adapt G26 to work for all meshes
7 years ago
Scott Lahteine
25af9decfe
Remove enum.h include of MarlinConfig.h
7 years ago
Scott Lahteine
6d6c3b1e97
Fix up REPRAPWORLD_KEYPAD defines
7 years ago
Scott Lahteine
82f45c3e6a
Patch G33 misuse of PROBE_MANUALLY
7 years ago
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7 years ago
Scott Lahteine
8949c8c0a5
Move SD_REPRINT_LAST_SELECTED_FILE to ultralcd.cpp
7 years ago
Scott Lahteine
5c4f3e0107
Add LCD_SET_PROGRESS_MANUALLY
7 years ago
Scott Lahteine
a8b8d4e85e
Add a typedef for MENU_ITEM(function,…) functions
7 years ago
Scott Lahteine
381b17e6a9
Move M18_M84, M85 to cpp
7 years ago
Scott Lahteine
e0a189a481
Consolidate Buzzer
7 years ago
Scott Lahteine
0fcec02db5
LCD updates
7 years ago
Scott Lahteine
cc92e544a5
Move 'lcd' files
7 years ago
LVD-AC
3efe4aeef8
Add PROBE_MANUALLY support to G33
7 years ago
Scott Lahteine
ae5923a3d0
Make lcd_bootscreen common to both
7 years ago
Scott Lahteine
f17bae1f70
Changes for ubl_lcd_map_control patch
7 years ago
Bob-the-Kuhn
9651d01e1a
Add Skynet/ANET A10 support
8 years ago
Scott Lahteine
6c45d0fd81
Apply maths macros and type changes ahead of HAL
7 years ago
Bob-the-Kuhn
9657e7d3ee
copied file changes from PR #5685
==============================
Configuration_adv.h changes
==============================
add "live" LCD update
==============================
P & S version
==============================
final (hopefully) tested version
==============================
update M115 capabilities print
==============================
Menu changes portion of the requested changes
==============================
changed USEABLE_HARDWARE_PWM from a function to a series of macros
==============================
changes per review
8 years ago
Scott Lahteine
46b32e4548
Cleanup LCD interface, add lcd_reset_status
8 years ago
Scott Lahteine
b2d3c8aedd
Have G28 do a refresh of the display
8 years ago
Scott Lahteine
6f89db11f0
Allow lcd_setstatusPGM to reset the alert level
8 years ago
Thomas Moore
fb5e0ffe16
Unify M600 and M125 pause features ( #6407 )
* Unify M600 and M125 pause features
* Cleanup per thinkyhead's comments
* Rename filament_change_menu_response to advanced_pause_menu_response
* Include HAS_BED_PROBE in QUIET_PROBING
* Update gMax example file
* is_idle() is out of scope without the braces
* Convert FT-i3-2020 to Advance Pause names...
* Allow pause even if not printing
8 years ago
Scott Lahteine
11fc9564c9
Add live editing option to LCD menu
8 years ago
Scott Lahteine
081bf1f879
Patch #else / #endif comments
8 years ago
Scott Lahteine
7a7a80e6c5
status_printf => lcd_status_printf_P
8 years ago
Remo Kallio
d38b1bc4b1
Show filament width sensor values in LCD constantly if SD card support is not enabled.
8 years ago
Scott Lahteine
e244399766
Additional cleanup of UBL code
8 years ago
Scott Lahteine
b904b5ae8d
Audible feedback for settings store/load/reset
8 years ago
Scott Lahteine
c759c26cca
Make LCD_TIMEOUT_TO_STATUS configurable
As suggested in
https://github.com/MarlinFirmware/Marlin/issues/5570#issuecomment-283059
065
8 years ago
dot-bob
cd68380ce6
Add status_printf to print messages to the lcd status line.
Also add a hotend indicator to the heating message displayed on the lcd status line.
8 years ago
Scott Lahteine
3fb43c11fc
Fix compile error with LCD_I2C_VIKI
8 years ago
Scott Lahteine
71842b6a17
Apply const to LCD arguments and locals
8 years ago
Scott Lahteine
cad792e702
Reduce code for invariant lcd_detected
8 years ago
Scott Lahteine
f418e82b15
Remove redundant definition of EN_C
8 years ago
Scott Lahteine
1a2310c494
Make LCD preheat vars an array to reduce code size
8 years ago