Scott Lahteine
fe02241044
NONE on combined options
преди 6 години
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
преди 6 години
Scott Lahteine
ae9232962e
Use heater index defines
преди 6 години
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
преди 6 години
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
преди 6 години
mikeshub
1b1a4677f5
Fix LCD.h compilation error (#14377 )
преди 6 години
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
преди 6 години
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
преди 6 години
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
преди 6 години
Antonio Pérez
bf28ad4b6c
Fix clear of Z position last digit (#13731 )
преди 6 години
Scott Lahteine
9abe9aff56
Confirm before starting SD print (#13616 )
преди 6 години
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
преди 6 години
Scott Lahteine
b376c7e374
Group DISABLED items
преди 6 години
Scott Lahteine
58bca67883
Unify status scrolling further
преди 6 години
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 години
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
преди 6 години
Scott Lahteine
0feeef2604
Update copyright in headers
преди 6 години
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
преди 6 години
Scott Lahteine
2f8e89adc3
Remove extraneous ui. prefixes
преди 6 години
Scott Lahteine
0f07ba4f09
Tweak some comments
преди 6 години
mikeshub
7fde8d9d1e
Add CreatorPro / Makerbot / QIDI / etc and Mightboard RevE support (#12855 )
- Fix a bug in MAXxxxx thermocouple temp reporting.
- Add support for 3-wire HD44780.
- Add support for PCA9533 RGB driver.
- Add configuration examples for FlashForge CreatorPro.
преди 6 години
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types (#12892 )
преди 6 години
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853 )
преди 6 години
Scott Lahteine
4a7c6f7241
NUM_ARRAY => COUNT
преди 6 години
Scott Lahteine
0946cbcdca
Revert some const changes (for now)
преди 6 години
Scott Lahteine
817a37169a
Apply/unapply const here and there
преди 6 години
Ludy
1f93d2bcf7
Fix LCD compile error, etc. (#12472 )
преди 6 години
Scott Lahteine
826d570162
Combine Travis CI option-setting commands (#12474 )
преди 6 години
Scott Lahteine
3e9ffaddb6
Consolidate, optimize some LCD menu code (#12450 )
преди 6 години
Scott Lahteine
d82c350de7
Miscellaneous LCD code renaming, reordering (#12430 )
* Move special characters to language.h
* Apply some naming standards
* Clean up menu item draw functions
* Rename some Temperature methods
* UI => ExtUI
преди 6 години
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 години
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 години
Scott Lahteine
471f403a67
Reduce code size with plain inlines
преди 6 години
Scott Lahteine
4e0c935959
Update HAL and libs formatting
преди 6 години
Scott Lahteine
4ed6397e5d
More comprehensive NO_LCD_MENUS (#12367 )
преди 6 години
tharts
f5e8e8b53d
Fix broken LPC176x build (#12317 )
* Fix broken LPC176x build
* Add UBL+HD44780 test for LPC1768
преди 6 години
Scott Lahteine
2fb2e286ee
Followup to #12256
преди 6 години
MasterPIC
6e041b9c61
Use blink to show more info on LCD (#12256 )
преди 6 години
Scott Lahteine
eb5600acd2
Add parentheses to LCD_CLICKED
преди 6 години
Scott Lahteine
56057bcecd
Fix lcd_impl_status_screen_1
преди 6 години
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
преди 6 години
Scott Lahteine
b063b1b722
Reorganize includes and declarations
преди 6 години
Scott Lahteine
c825c419d4
Convert DOGM / HD44780 impl to CPP files
преди 6 години
Scott Lahteine
2bf18950ab
Refactor LCD menus
преди 6 години