Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Andy Shaw
064177154c
Update SD card connection / sharing options (#14325 )
6 years ago
thisiskeithb
a4aa3621c0
MKS Robin Mini Board Support (#14366 )
6 years ago
Marcio Teixeira
49ea1c635a
Fix missing dependencies (#14339 )
6 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection (#14236 )
6 years ago
Scott Lahteine
eb1c9113c2
Try to init SD with no detect pin
6 years ago
Scott Lahteine
24c23b60fa
Use lambda, fix wrap pointer
6 years ago
Scott Lahteine
a17f057daa
Fix word wrapping on select screens
6 years ago
MastS
18904c42f6
Fysetc LCD backlight timeout (#14265 )
6 years ago
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config (#14131 )
Plus other BLTouch and menu enhancements.
6 years ago
Robby Candra
5ca8d51e12
Ability to insert G-code in front of queue (#14229 )
6 years ago
InsanityAutomation
66e22d9f5a
ExtUI Heated Chamber support (#14198 )
6 years ago
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs (#14172 )
6 years ago
Pavel4e5
3cd19a8ec0
Improve Zonestar keypad responsiveness (#14056 )
6 years ago
Marcio Teixeira
7ccbcf2eaa
Fix TMC EEPROM regression (#14008 )
Partially undo 15357af to ensure TMC code is initialized in the proper order.
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
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
e7682eea42
Use Arduino.h include wrapper (#13877 )
6 years ago
InsanityAutomation
610fb46683
Fix some ExtUI issues (#13799 )
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
6 years ago
Bob Kuhn
81ca5a4cd4
Fix and improve FYSETC LCD support (#13767 )
6 years ago
Scott Lahteine
321a5e6580
Fix SD card reselect when scrolled (#13624 )
- Change encoder position to 16-bit integer.
- Fix `SD_REPRINT_LAST_SELECTED_FILE` when the screen is scrolled.
6 years ago
Scott Lahteine
9abe9aff56
Confirm before starting SD print (#13616 )
6 years ago
Robby Candra
81c2c3ec11
Continuous filename scrolling (#13609 )
6 years ago
Scott Lahteine
58bca67883
Unify status scrolling further
6 years ago
Scott Lahteine
c4443f885e
finishstatus => finish_status
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
7eggert
10c8c034bd
Allow both encoder and ADC keypad (#13355 )
6 years ago
Marcio Teixeira
00fc43144a
Follow up fixes to various PRs. (#13334 )
- Ensure `MarlinUI:get_progress` is defined for `ExtUI`.
- Fix for `BACKLASH_SMOOTHING` with small segments.
`BACKLASH_SMOOTHING` with extremely small segments failed to fully correct due to the correction factor being rounded down. Rounding up ensures the entire backlash will converge to zero even for small segments.
- Add pinout for the beta revision `EINSY_RETRO`.
- Update soft endstops with tool offsets (for toolchange et. al. move clamping) (#12568 )
6 years ago
revilor
e56c13670d
Service interval watchdog (#13105 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Jiri
24fffb8d93
Fix undefined lcd_tmpfan_speed on NO_LCD_MENUS (#13006 )
6 years ago
lanserge
c2cf8ffa82
Add support for Arduino DUE Shield Kit (#12950 )
6 years ago
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
6 years ago
Scott Lahteine
e6484d9dab
Return to status when SD card is removed
6 years ago
Kaushik Vemparala
ba7e35cbab
Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12774 )
6 years ago
Marcio Teixeira
902d5b0f8b
Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628 )
6 years ago
Scott Lahteine
2224a4d61a
Remove AVR-only MARLIN_DEV_MODE code
6 years ago
Scott Lahteine
03ef2d6c82
Fix "paused" message and M125 called by M25 (#12551 )
6 years ago
Scott Lahteine
4f9ec9ab45
Add heating progress bars (#12543 )
6 years ago
Scott Lahteine
fd2998efd5
Revert ADC_KEYPAD direction behavior (#12508 )
6 years ago
Scott Lahteine
c5642a894f
Fix ADC_KEYPAD middle button (#12493 )
6 years ago
Scott Lahteine
4def8b3b5e
Expanded options for _Statusscreen.h (#12455 )
See the PR for full details. The updated system will be documented on the website in the near future.
6 years ago
Scott Lahteine
817a37169a
Apply/unapply const here and there
6 years ago
Marcio Teixeira
50ee747787
Fix compilation errors. Followup to #12439 (#12481 )
6 years ago
Ludy
1f93d2bcf7
Fix LCD compile error, etc. (#12472 )
6 years ago
Scott Lahteine
7f225b9421
Fix MAX_MESSAGE_LENGTH
6 years ago
Scott Lahteine
06674a321a
Remove extra include
6 years ago
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
6 years ago