46 Commits (7622973a31bf5b873e9752ba0bba43bee09a5761)

Author SHA1 Message Date
Tanguy Pruvot a988f9304d reduce the required size with uint16_t modifiers 6 years ago
Tanguy Pruvot 21867c7fef elapsed time overflow warning fix
tried to fix it with snprintf in libs/duration_t.h but its worst... :/
6 years ago
LinFor b20d5a7cc6 Estimate Remaining Time (graphical display) (#15497) 6 years ago
Scott Lahteine 50e4545255
Add custom types for position (#15204) 6 years ago
Scott Lahteine 75927e17dd
Filament Width Sensor singleton (#15191) 6 years ago
Scott Lahteine 584c86bed1
More "zero extruders" changes (#15213) 6 years ago
Ludy 3c3a956a17 Fix compiling error BIGTREE_SKR_MINI (#15197)
Let's get STM32F1 working again!
6 years ago
Luu Lac 8bca3fcf2c Display chamber with HAS_TEMP_CHAMBER (#15194) 6 years ago
Ludy 6172cd2528 CHAMBER integration to GLCD (#14981) 6 years ago
Scott Lahteine 7924e0d819 Add print at position shortcuts 6 years ago
Robby Candra 33d54c0d5a Remove extra defines (#14983) 6 years ago
Scott Lahteine 80c6f98d2f Fix nested _draw_chamber_status
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com>
6 years ago
Scott Lahteine b0d8ba3894 Fix ANIM_CHAMBER
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com>
6 years ago
Scott Lahteine fe02241044 NONE on combined options 6 years ago
Scott Lahteine 750a16ad38 Fix MIN/MAX function collision with macros 6 years ago
Scott Lahteine ae9232962e Use heater index defines 6 years ago
Scott Lahteine a8d68b7c8a Common method for scaled fan speed 6 years ago
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 6 years ago
Scott Lahteine 2a96d4e23a Move number-to-string functions to libs 6 years ago
InsanityAutomation 123e58d9c3 Heated Chamber for Graphical LCD (#14190) 6 years ago
Antonio Pérez bf28ad4b6c Fix clear of Z position last digit (#13731) 6 years ago
Scott Lahteine b376c7e374 Group DISABLED items 6 years ago
Scott Lahteine 58bca67883 Unify status scrolling further 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
3dlabsio 645ca7af7a M141 Heated Chamber, Temperature rework (#12201) 6 years ago
Scott Lahteine 4fbbce9a35 Marlin Dev Mode for DOGM status screen 6 years ago
Scott Lahteine 0feeef2604 Update copyright in headers 6 years ago
Scott Lahteine 6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022) 6 years ago
Scott Lahteine eb78aed863
Rename LCD menus according to variable types (#12892) 6 years ago
InsanityAutomation 082f6a27de ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853) 6 years ago
Scott Lahteine 64389acdf1 Print a space after scrolling status 6 years ago
Scott Lahteine 69d869c3d9 Tweak FR icon. Update font data. 6 years ago
Scott Lahteine 61db0b65b6 Followup to heating progress 6 years ago
Scott Lahteine 4f9ec9ab45
Add heating progress bars (#12543) 6 years ago
Scott Lahteine b57343c255 Put status screen options in Configuration_adv.h 6 years ago
Scott Lahteine ee423dcdd0 Invert hotend bitmaps, by default 7 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.
7 years ago
Scott Lahteine ec9d21a234 Shift YZ on graphical display to fit Z+123.45 7 years ago
Scott Lahteine 826d570162
Combine Travis CI option-setting commands (#12474) 7 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
7 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.
7 years ago
Scott Lahteine 9c0e05552e Suppress some compile warnings 7 years ago
Scott Lahteine 56d2dcb184 Use first_page flag in place of page.page == 0 7 years ago
MasterPIC 6e041b9c61 Use blink to show more info on LCD (#12256) 7 years ago
N95JPL b780b69c62 Use font ascent and descent for line positioning (#12224) 7 years ago
Scott Lahteine a964f098b3 Make dogm status screen a CPP 7 years ago