Commit Graph

1482 Commits

Author SHA1 Message Date
f263787f07 Fix ExtUI 0<brightness<12 (#17644)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-22 16:47:29 -05:00
6d90d1e1f5 Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
fd453d23b9 Update German language (#17591) 2020-04-22 15:01:19 -05:00
000ec9fc13 Ensure language.h include order
See #17604
2020-04-20 09:43:48 -05:00
875cd4e081 Remove 'Media Released' message (#17272)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-20 09:17:55 -05:00
cba58b1027 Fix "possible buffer overrun" warning (#17513) 2020-04-20 07:16:38 -05:00
90a432279b Update Slovak language (#17588) 2020-04-20 07:13:33 -05:00
9338fb87e9 Update Hungarian language (#17593) 2020-04-20 07:13:04 -05:00
f779d1be3f HD44780 mapping for Czech accents (#17603) 2020-04-20 07:05:58 -05:00
27f0f10590 Ensure brightness > 0 in ExtUI (#17611) 2020-04-20 07:03:00 -05:00
1af6a6d4f9 Update Language fonts (#17620) 2020-04-20 06:55:55 -05:00
15f6f53638 Add HAS_HOTEND, etc. 2020-04-20 00:12:22 -05:00
78fe411c7d Include swt_init in log 2020-04-20 00:12:21 -05:00
1bbd77646e Clean up language files 2020-04-19 02:37:44 -05:00
ad7a6e10a7 Fix no-bed compile error 2020-04-19 00:57:29 -05:00
4a5a3d27ed Option to use raw digipot values (#17536) 2020-04-18 22:56:23 -05:00
cbf349b5eb Fix some DGUS bugs
- No action on first click of the move button
2020-04-17 08:52:41 -05:00
3210155ab7 Update French language (#17577) 2020-04-16 19:04:43 -05:00
f5577b320b Update Italian language (#17467) 2020-04-16 04:39:01 -05:00
78a5079558 Add Hungarian language (#17491)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-16 04:11:42 -05:00
0f0b1aff55 Update GLCD Silvergate display timing (#17518) 2020-04-16 03:41:27 -05:00
0ce532547a Update Polish language (#17525) 2020-04-16 03:40:17 -05:00
2824e67d95 Add ExtUI::onStatusChanged_P (#17543) 2020-04-16 00:33:31 -05:00
e990a98404 FYSETC TFT81050 LCD support (#17568) 2020-04-15 23:34:48 -05:00
791873b10d Fix ExtUI compile errors (#17544)
Fixes #16628
2020-04-15 23:17:01 -05:00
9038278735 Galician language corrections (#17454) 2020-04-13 21:17:01 -05:00
e9c8da35c5 Subcall overflow error message 2020-04-13 14:54:51 -05:00
22da1b2b31 Rename some "kill" messages 2020-04-13 14:54:50 -05:00
e3321920f3 Update Marlin website links to https 2020-04-12 17:21:14 -05:00
7894937737 Update Spanish language (#17505) 2020-04-12 14:12:08 -05:00
4cdd51cd3a Apply TERN to status screen 2020-04-12 13:28:07 -05:00
37752bd8bb Update Spanish language (#17465) 2020-04-12 01:35:30 -05:00
e4903396d4 Fix up pausing / parking display (#17460) 2020-04-11 20:36:17 -05:00
48919c54fb Add SRAM command injection (#17459) 2020-04-09 20:05:58 -05:00
c2bd9dd4f5 Show "Pausing…" during pause 2020-04-09 18:09:54 -05:00
dbdfe61644 Fix and improve FTDI Eve Touch UI (#17426) 2020-04-09 16:00:25 -05:00
5158106c12 Update Spanish translation (#17406) 2020-04-09 13:35:32 -05:00
71a4ab3331 Add "Settings Stored" message 2020-04-09 12:31:33 -05:00
d6badb77a4 Clean up whitespace 2020-04-08 14:04:51 -05:00
c47feb1cfe Update Galician language (#17418) 2020-04-05 18:36:27 -05:00
fad9235cd8 Move MSG_x_LINE to multi_language.h 2020-04-05 18:25:59 -05:00
07b3f38269 First SD status change is silent 2020-04-04 23:51:20 -05:00
86a3efda6f Update Italian language (#17407) 2020-04-04 20:51:05 -05:00
65f6a373b0 Refactor SD detect handler (#17380)
Co-Authored-By: Eric Ptak <trouch@users.noreply.github.com>
2020-04-04 00:08:25 -05:00
Ben
df8b7dfc40 Various Laser / Spindle improvements (#15335) 2020-04-02 19:31:08 -05:00
be0e313c07 Touch UI additions, bug fixes (#17379) 2020-04-02 14:24:55 -05:00
9f86dde195 Clean up UI declarations, apply TERN_ 2020-04-02 01:31:03 -05:00
514afddeb4 Minor code cleanup 2020-04-01 19:48:58 -05:00
d83ad6f321 Improve / fix FTDI EVE Touch UI (#17338)
- Fix timeout and debugging string
- Fix check for whether `LCD_TIMEOUT_TO_STATUS` is valid
- Fix incorrect debugging message
- Make capitalization of callbacks consistent.
- Allow Touch UI to use hardware SPI on Einsy boards
- Move print stats to About Printer page.
- More generic about screen with GPL license.
- Add missing handler for power loss event
- Less code duplication on status screen and main/advanced menu; more legible
- Reorganize advanced and main menu to add more features
- Hide home Z button when using Z_SAFE_HOMING
- Fix compilation errors when certain features enabled
- Fix missing labels in UI
- Improve color scheme
- Add new preheat menus
- Fix incorrect rendering of Marlin logo on boot
- Add Level X Axis and Auto calibrate buttons
2020-03-31 14:22:04 -05:00
96ab16a9dd Pulldown for all FastIO headers
Co-Authored-By: borsegbr <borsegbr@users.noreply.github.com>
2020-03-31 12:37:22 -05:00