Giuliano Zaro
b0c6cfb051
MarlinUI support for up to 5 Material Presets ( #18488 )
...
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-07-09 03:11:57 -05:00
Scott Lahteine
f6a2b64091
Clean up LCD Manual Move / UBL Mesh Edit ( #18373 )
2020-07-03 09:53:22 -05:00
Scott Lahteine
f445bc26e5
Minor LCD cleanup, improvement
2020-06-25 22:23:22 -05:00
Scott Lahteine
4275466f49
Fix issues with no hotend / bed / fan ( #18395 )
2020-06-24 19:44:50 -05:00
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
2020-06-16 01:45:27 -05:00
Victor
1d504e596d
Touch-to-jog on edit screens ( #18266 )
2020-06-11 21:21:18 -05:00
Victor
c6f3511d84
Touch-select MarlinUI menu items ( #18239 )
2020-06-11 16:13:52 -05:00
Scott Lahteine
4724af1011
Better home for 'chirp'
2020-05-27 13:40:22 -05:00
Scott Lahteine
3bf0d8d161
Allow disable of LCD click
2020-05-27 13:17:30 -05:00
Scott Lahteine
52aa459a2d
Improved EEPROM boot error ( #17916 )
2020-05-10 00:12:56 -05:00
Scott Lahteine
7c26a54d3f
Fix, clarify LCD_TIMEOUT_TO_STATUS
...
Replaces #17887
Co-Authored-By: Daniel Callander <knifa@users.noreply.github.com>
2020-05-06 03:34:39 -05:00
Scott Lahteine
c536b8de62
Apply ternary macros
2020-04-27 06:30:28 -05:00
Scott Lahteine
ab2b98e425
Apply composite tests
2020-04-23 21:53:52 -05:00
Scott Lahteine
69f211cf78
Add empty ui.completion_feedback
2020-04-23 15:17:25 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
e4903396d4
Fix up pausing / parking display ( #17460 )
2020-04-11 20:36:17 -05:00
Scott Lahteine
65f6a373b0
Refactor SD detect handler ( #17380 )
...
Co-Authored-By: Eric Ptak <trouch@users.noreply.github.com>
2020-04-04 00:08:25 -05:00
Scott Lahteine
9f86dde195
Clean up UI declarations, apply TERN_
2020-04-02 01:31:03 -05:00
Scott Lahteine
0f39386d9b
Make BOOTSCREEN_TIMEOUT generally available
2020-03-09 17:46:49 -05:00
Scott Lahteine
64d092935b
More useful ENABLED / DISABLED macros ( #17054 )
2020-03-07 22:20:41 -06:00
InsanityAutomation
cdcd45d651
Set LCD status for EEPROM errors ( #16977 )
2020-02-26 03:04:02 -06:00
Bob Kuhn
0268c1d02c
STM32duino - Use SDIO for onboard SD ( #16756 )
2020-02-04 01:24:11 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Jason Smith
95d5a0c480
Fix DELTA_CALIBRATION_MENU recursive call ( #16656 )
2020-01-26 00:02:06 -06:00
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
2020-01-02 19:01:38 -06:00
Tanguy Pruvot
ab61c09bff
Improve touch buttons behavior ( #16109 )
2019-12-06 00:47:50 -06:00
InsanityAutomation
7126a5e5a7
Add Host Prompt Notification Method ( #15942 )
2019-12-01 17:39:28 -06:00
Scott Lahteine
27cb4db80e
Reduced string storage using tokens ( #15593 )
2019-11-14 20:30:30 -06:00
Scott Lahteine
602ca5dea6
No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY
2019-11-13 02:07:17 -06:00
Roman Moravčík
e110f5abce
M73 R : Set Remaining Time ( #15549 )
2019-11-12 19:36:54 -06:00
Jason Smith
b3f81eead5
Fix/improve TURBO_BACK_MENU_ITEM ( #15856 )
2019-11-09 19:27:30 -06:00
Axel
786617e375
Fix RAMPS + VIKI i2c ( #15811 )
2019-11-06 16:52:28 -06:00
Scott Lahteine
f00b48f9a8
Expand encoder value range
2019-10-21 18:56:24 -05:00
LinFor
b20d5a7cc6
Estimate Remaining Time (graphical display) ( #15497 )
2019-10-10 21:03:33 -05:00
ANMay-ru
b119c14017
Clean up LCD print, align ( #15498 )
2019-10-09 20:41:44 -05:00
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
2019-10-09 19:46:10 -05:00
LinFor
58f81f8e7e
Followup to progress override ( #15488 )
2019-10-08 15:24:14 -05:00
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
2019-09-30 22:56:22 -05:00
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
2019-09-29 04:25:39 -05:00
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
2019-09-26 01:28:09 -05:00
Robby Candra
3f129b6574
Touch Buttons variable repeat delay ( #15236 )
2019-09-12 22:14:24 -05:00
Scott Lahteine
841c8ce0d9
Remove PROMPT_INFO / PROMPT_GCODE_INFO ( #15210 )
2019-09-09 15:43:06 -05:00
Robby Candra
6b05d5d65d
Allow TOUCH_BUTTONS to be swapped ( #15100 )
2019-09-04 13:13:05 -05:00
Ludy
3f77d6a551
Fix expire_status warning ( #15094 )
2019-08-29 16:05:22 -05:00
Robby Candra
38983fdfa9
Add 'Back' Button for Touch TFT 320x240 ( #15060 )
2019-08-29 01:19:07 -05:00
Scott Lahteine
3ac76f0489
Invariant Marlin bootscreen ( #15057 )
2019-08-28 07:40:18 -05:00
Marcio Teixeira
e61e54acfd
Fix TURBO_BACK_MENU_ITEM compile error ( #15019 )
2019-08-23 22:29:00 -05:00
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option ( #14991 )
2019-08-20 19:37:03 -05:00
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz ( #14803 )
2019-08-20 02:01:37 -05:00
Robby Candra
823178c272
Use u8g int type for screen coordinates ( #14965 )
2019-08-17 19:58:38 -05:00