Commit Graph

88 Commits

Author SHA1 Message Date
ad30383b46 Fix up STATIC_ITEM (#18962) 2021-04-29 08:44:56 -05:00
42fbd527f3 Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
6027055695 Optimize LCD, Wifi, etc. libraries (#18730) 2020-07-21 04:00:39 -05:00
4a55bdb165 Only download & compile required libraries (#18699) 2020-07-19 21:42:30 -05:00
0e1cb10909 Fix / improve menu items (#18644) 2020-07-13 19:59:32 -05:00
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
f445bc26e5 Minor LCD cleanup, improvement 2020-06-25 22:23:22 -05:00
8982756b40 Misc tweaks 2020-06-21 22:17:48 -05:00
8b3c7dda75 Add HAS_FAN and others 2020-04-27 05:07:08 -05:00
ab2b98e425 Apply composite tests 2020-04-23 21:53:52 -05:00
6d90d1e1f5 Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
f779d1be3f HD44780 mapping for Czech accents (#17603) 2020-04-20 07:05:58 -05:00
15f6f53638 Add HAS_HOTEND, etc. 2020-04-20 00:12:22 -05:00
514afddeb4 Minor code cleanup 2020-04-01 19:48:58 -05:00
118bd2f8b2 Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
13118dbd8d Additional numtostr functions 2020-03-09 17:46:49 -05:00
3473b21710 Move millis_t includes 2020-03-01 09:50:53 -06:00
5e9a10dbae Use PSTR for common labels 2020-03-01 08:39:47 -06:00
bfad23d3e2 (c) 2020 2020-02-03 08:00:57 -06:00
248b7dfa59 BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595) 2020-01-25 02:13:39 -06:00
1c042bbaea Convert chars only for enabled languages 2020-01-24 15:12:04 -06:00
d0e1166cce Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
27cb4db80e Reduced string storage using tokens (#15593) 2019-11-14 20:30:30 -06:00
786617e375 Fix RAMPS + VIKI i2c (#15811) 2019-11-06 16:52:28 -06:00
e6dfc991ae Patch tabs, heater led tests 2019-11-06 16:28:36 -06:00
15f94e5ee5 Add NUL_STR global 2019-11-02 07:31:07 -05:00
ea3217cd46 Move 'draw' methods into Menu Item classes (#15760) 2019-11-02 07:28:20 -05:00
7a342ecb93 Show Total E during print (#15703) 2019-10-27 17:49:27 -05:00
b20d5a7cc6 Estimate Remaining Time (graphical display) (#15497) 2019-10-10 21:03:33 -05:00
6a865a6146 Multi-language support (#15453) 2019-10-09 19:46:10 -05:00
dc14d4a13c Improvements and fixes to Lulzbot UI (#15490) 2019-10-09 19:44:49 -05:00
50e4545255 Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
4c16661153 Use named styles in draw_menu_item_static 2019-09-27 04:45:01 -05:00
c353eaa146 Misc changes from struct refactor (#15289) 2019-09-17 18:16:28 -05:00
f01f0d1956 Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
75927e17dd Filament Width Sensor singleton (#15191) 2019-09-10 18:48:58 -05:00
584c86bed1 More "zero extruders" changes (#15213) 2019-09-10 02:20:49 -05:00
6b05d5d65d Allow TOUCH_BUTTONS to be swapped (#15100) 2019-09-04 13:13:05 -05:00
3ac76f0489 Invariant Marlin bootscreen (#15057) 2019-08-28 07:40:18 -05:00
7924e0d819 Add print at position shortcuts 2019-08-22 19:37:04 -05:00
05995d1fd6 Unify buzz methods as MarlinUI::buzz (#14803) 2019-08-20 02:01:37 -05:00
823178c272 Use u8g int type for screen coordinates (#14965) 2019-08-17 19:58:38 -05:00
d7172a4558 Cleanup and conditions (#14886) 2019-08-10 19:22:18 -05:00
eb7840dabb Match select item to encoder direction (#14673) 2019-07-29 00:02:42 -05:00
fe02241044 NONE on combined options 2019-07-05 18:20:24 -05:00
750a16ad38 Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
ae9232962e Use heater index defines 2019-07-02 23:29:43 -05:00
a8d68b7c8a Common method for scaled fan speed 2019-06-28 15:34:17 -05:00
93cd66ac11 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
1b1a4677f5 Fix LCD.h compilation error (#14377) 2019-06-22 21:08:30 -05:00