Scott Lahteine
6c2ffe9d34
🔥 Remove JyersUI ( #24459 )
2022-07-15 18:48:14 -05:00
Meilleur Gars
e93a1dd2fa
🚸 JyersUI updates ( #24451 )
2022-07-15 18:48:14 -05:00
Scott Lahteine
b669aa49cc
🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI
...
Followup to #23624
2022-05-07 15:58:31 -05:00
Scott Lahteine
1b2715ccf2
🚸 Enhanced UI => Professional UI - with updates ( #23624 )
2022-05-07 15:58:30 -05:00
Scott Lahteine
2dcc3ddeed
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
2022-05-07 15:38:55 -05:00
Miguel Risco-Castillo
06c2ed3c99
🚸 DWIN Enhanced improve, fix, and extend ( #23240 )
...
- Offset icon change to show mesh leveling status
- Reset extruder position when enter to Move menu
- New live end-stop diagnostic page
- Editable firmware retracts settings for Tune and filament settings menu
- Print Statistics page accessible from the Advanced Settings menu
- Reset printer draws the boot image
- Adds individual axes homing menu
- Adds probe deploy/stow to Probe Settings menu
- Updates lock screen
- Rebuilds main buttons to support text caption in other languages
- Increases probe offset limits to 60 mm
- Fix M303 PID variable update
- Fix Resume/Pause button update
- Fix redraw of print done
- Fix very large file name bug
- Fix bug in bed manual leveling
2022-01-09 04:33:24 -06:00
Scott Lahteine
f80bcdcc5c
🎨 Refactor Host Actions as singleton
2021-12-25 00:45:05 -06:00
Scott Lahteine
3d102a77ca
🎨 Apply F() to kill / sendinfoscreen
2021-12-25 00:45:04 -06:00
Scott Lahteine
c3ae221a10
🎨 Apply F() to some ExtUI functions
2021-12-25 00:31:06 -06:00
Scott Lahteine
7626d859a6
🎨 Apply F() to Host Actions strings
2021-12-25 00:20:45 -06:00
Scott Lahteine
360311f232
🎨 Apply F() to status message
2021-12-25 00:20:45 -06:00
Scott Lahteine
59503c6bbb
🎨 Apply F() to E3V2 titles, popups
2021-10-26 16:00:40 -05:00
Scott Lahteine
64acb9fe78
🩹 Warn about user feedback requirement
2021-10-02 22:31:15 -05:00
Miguel Risco-Castillo
6cf2cf7bd4
✨ Ender-3 V2 CrealityUI Enhanced ( #21942 , #22728 , #22733 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-02 22:31:15 -05:00
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
2020-10-16 19:55:18 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
747b964295
Clean up user-wait, SD completion ( #17315 )
2020-03-28 03:18:53 -05:00
InsanityAutomation
3655e240f5
Fix SD finished ExtUI / host action ( #17285 )
2020-03-27 16:06:39 -05:00
Scott Lahteine
5ec1a8bb2b
Fix M0 unused var warning
2020-03-25 20:27:21 -05:00
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
2020-03-13 16:29:29 -05:00
Scott Lahteine
ad980a72f7
M0 Q preserve status
2020-03-13 14:42:42 -05:00
Scott Lahteine
7ec45f4382
Fix end of short (auto0.g) prints
2020-03-13 13:59:17 -05:00
Jason Smith
9c759e5f74
Fix BAUD_RATE_GCODE, etc. ( #17135 )
2020-03-12 19:26:09 -05:00
Scott Lahteine
e7004550c4
Tweaks to finishSDPrinting ( #17082 )
2020-03-10 19:42:57 -05:00
Scott Lahteine
6d18f715e4
Fix M0/M1 message string
2020-03-06 13:14:22 -06:00
Scott Lahteine
bafe8d920a
Handle print completed LED event in M0
2020-02-26 12:02:54 -06:00
Scott Lahteine
454cbcce51
Fix the wait loop in M0 / M1
2020-02-25 12:20:54 -06:00
ellensp
7bf3581b02
Fix M0/M1 broken wait loop ( #16921 )
2020-02-22 18:37:39 -06:00
Scott Lahteine
0ce83dee95
Show print time with PRINTER_EVENT_LEDS
2020-02-09 11:37:43 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Scott Lahteine
e8ed4329ea
Cleanup of old includes, add comments
2020-01-29 22:41:18 -06:00
Scott Lahteine
f83bc0aa13
Optimize common strings
...
Saves 128 bytes in testing with `mftest mega 1 -y`
2019-11-29 22:54:42 -06:00
Scott Lahteine
b11551c767
Touch UI updates for Cocoa Press ( #15986 )
2019-11-24 06:08:05 -06:00
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
2019-10-09 19:46:10 -05:00
InsanityAutomation
f218405c36
Fix ExtUI invalid speed, timer ( #15031 )
2019-08-25 04:46:02 -05:00
InsanityAutomation
af5a7a2925
Add missing ExtUI user confirmation ( #14992 )
2019-08-18 21:03:26 -05:00
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
2019-06-29 22:49:50 -05:00
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
2019-06-27 23:58:16 -05:00
Tobias Frost
60e82e3929
Send notifications to ExtUI for M0/M1 ( #13344 )
...
- Send notifications to ExtUI for M0/M1
- wait_for_user can be non-volatile (not changed by interrupt)
C / C++ compilers don't optimize away reads of non-volatile variables when a function call is used between accesses, because *any* variable could be changed by the function call. Since `wait_for_user` can't be changed without a function call, it should be non-volatile so the compiler can optimize away cases where it is read more than once without an intervening function call.
2019-03-09 14:20:37 -06:00
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT ( #13039 )
2019-02-12 15:55:47 -06:00
Scott Lahteine
0feeef2604
Update copyright in headers
2019-02-12 15:30:11 -06:00
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI ( #12439 )
2018-11-17 22:21:44 -06:00
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton ( #12395 )
...
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
2018-11-11 12:16:24 -06:00
Scott Lahteine
3583e2b449
Followup to Menu Refactor ( #12275 )
2018-10-30 16:34:45 -05:00
Giuliano Zaro
d43d4e4219
Refactor PRINTER_EVENT_LEDS, apply to M303 ( #12038 )
...
Co-Authored-By: Giuliano Zaro <gmagician@users.noreply.github.com>
2018-10-10 21:25:43 -05:00
Scott Lahteine
306f0f2135
Move Stepper::synchronize to Planner ( #10713 )
...
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-05-12 01:38:02 -05:00
Scott Lahteine
bfe223e120
Adjust usage of stepper.synchronize
2018-05-06 01:24:14 -05:00
Scott Lahteine
f06c3c38b9
Fix M0_M1 with no LCD
2018-04-24 09:22:05 -05:00
Scott Lahteine
3396671011
[2.0.x] Reset LCD status to fallbacks ( #10470 )
...
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
2018-04-22 00:16:30 -05:00