Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
5 years ago
Scott Lahteine
bab37dcfae
Add templated j_move_axis
5 years ago
Scott Lahteine
38d1587091
Malyan M200 V2 ( #17840 )
5 years ago
mojocorp
1c32f10039
Fix Malyan LCD crash bug ( #17855 )
5 years ago
mojocorp
93946c2868
Fix ExtUI compile ( #17834 )
5 years ago
Scott Lahteine
2e21c72542
Add ExtUI mesh items for Malyan LCD
Fixes #17429
5 years ago
Scott Lahteine
d5b791a26a
Fix Malyan ExtUI parse_lcd_byte
See https://community.platformio.org/t/marlin-compile-fail-board-board-h-no-such-file-or-directory/11843/43
5 years ago
Marcio T
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
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
nick-diel
7070ea0b49
Add OnPidTuning event to Malyan LCD ( #17143 )
All ExtUI LCDs need to keep up with ExtUI API changes.
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
10f7bbee32
Use MYSERIAL0 (not SerialUSB) for Malyan LCD
5 years ago
Scott Lahteine
ca6d00b862
Save some string flash
6 years ago
Francois Rainville
dd0c5de4c7
Provide LONG_FILENAME_LENGTH for headers ( #15582 )
6 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
6 years ago
Me No Dev
fc6a0937b8
Improve Malyan M200 integration ( #15462 )
6 years ago
Scott Lahteine
2277c6dffc
Optimize SD card reader, sorting ( #15395 )
6 years ago
Scott Lahteine
b73744f9e7
Update ExtUI, add test under DUE ( #15298 )
6 years ago
Scott Lahteine
d5f5203880
Use "mount" as card verb
6 years ago
J.C. Nelson
fecf808d80
Fix lambda missing capture ( #14969 )
6 years ago
J.C. Nelson
1bcc5c98a9
MalyanLCD: Pause, resume, more ExtUI ( #14852 )
6 years ago
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f ( #14869 )
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
6 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI ( #14748 )
6 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
ff55088491
Fix Malyan LCD warnings
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
J.C. Nelson
30a3db4f22
Fix Malyan M200 config and protocol ( #14394 )
6 years ago
Tobias Frost
eeaef2410a
Support DGUS Display with DWIN OS ( #13253 )
6 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
Scott Lahteine
23ec650410
Consolidate Malyan LCD and ExtUI
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup ( #13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection ( #12853 )
6 years ago
InsanityAutomation
a403d9a50c
Improve menu pause / resume ( #12876 )
6 years ago
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI ( #12439 )
6 years ago
Scott Lahteine
66580f32c2
Make CardReader class static ( #12451 )
* Make CardReader a static class
* Make CardReader flags into bitfields
6 years ago
Scott Lahteine
0ee1a92971
Group status methods, share reset_status with Extensible UI ( #12414 )
* Group status methods, share reset_status with Extensible UI
* Move common DOGM code to headers
6 years ago
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.
6 years ago
Scott Lahteine
488a17b3f5
Use IS_SD_PRINTING() more
7 years ago
Marcio Teixeira
71e19baf69
Fix kill => disable_all_heaters => print_job_timer.stop ( #12146 )
- Remove `print_job_timer.stop()` from `disable_all_heaters`
- Call `print_job_timer.stop()` for relevant `disable_all_heaters()`.
- Split up `kill()` for watchdog interrupt safety
7 years ago
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds ( #12032 )
7 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers ( #11977 )
7 years ago
J.C. Nelson
9c2bfa2ab3
Remove extra parameter to enqueue. ( #11364 )
7 years ago
Scott Lahteine
8c40f0c6c7
Reduce TQ message code size
7 years ago
xC0000005
b04e0c0cbb
Malyan LCD feedrate, better temp handling.
7 years ago
Scott Lahteine
336a022529
Support Malyan LCD without SD
7 years ago
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
7 years ago
Scott Lahteine
11ab017dd0
Creality3D Power-Loss Recovery
7 years ago