Justin
d70dad6807
Fix permyriad progress bar ( #16460 )
5 years ago
Jason Smith
92ad973729
Fix some DOGM warnings ( #16363 )
5 years ago
Scott Lahteine
6a514a1e8e
Move status screen defines
5 years ago
Luu Lac
01e4b0c067
Add Laser / Spindle bitmap for LCD ( #16068 )
5 years ago
Scott Lahteine
3dc49fd1c6
Split up hotend / bed drawing
5 years ago
Robby Candra
fc9f8d27eb
Fix Progress / Remaining display on DOGM ( #16005 )
5 years ago
Scott Lahteine
602ca5dea6
No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY
5 years ago
Roman Moravčík
e110f5abce
M73 R : Set Remaining Time ( #15549 )
5 years ago
Robby Candra
7360e9343a
Minor DOGM status screen fix ( #15746 )
5 years ago
Robby Candra
bdb452ed81
Fix missing % on DOGM Status Screen ( #15748 )
5 years ago
Scott Lahteine
78899fc241
Followup to E Total
5 years ago
Scott Lahteine
7a342ecb93
Show Total E during print ( #15703 )
5 years ago
Evgeny Zyatkov
12a244f24f
Fix #endif typo ( #15661 )
5 years ago
Scott Lahteine
464d98d178
Short time prefixes, no percent prefix
5 years ago
Scott Lahteine
ff4301a422
Update status_screen_DOGM.cpp
5 years ago
Scott Lahteine
326d5b84e7
Update status_screen_DOGM.cpp
5 years ago
Scott Lahteine
5edd5d1e1f
Clean up
5 years ago
Robby Candra
2c42526763
FIx Estimation String Pos
5 years ago
Robby Candra
d64ab63026
Fix Estimation String Macro
5 years ago
Robby Candra
52a8bbefcf
Make sure estimate time = 0 not displayed
5 years ago
Robby Candra
6241bcf0c8
Fix Progress at the end of print.
5 years ago
Robby Candra
9b88c3e79b
DOGM Progress Display, option to disable display rotation
5 years ago
Robby Candra
7af99d03d3
Don't show prefix if no elapsed time
5 years ago
Robby Candra
bf850827f7
Fix Progress Display
5 years ago
Tanguy Pruvot
a988f9304d
reduce the required size with uint16_t modifiers
5 years ago
Tanguy Pruvot
21867c7fef
elapsed time overflow warning fix
tried to fix it with snprintf in libs/duration_t.h but its worst... :/
5 years ago
LinFor
b20d5a7cc6
Estimate Remaining Time (graphical display) ( #15497 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
75927e17dd
Filament Width Sensor singleton ( #15191 )
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
5 years ago
Ludy
3c3a956a17
Fix compiling error BIGTREE_SKR_MINI ( #15197 )
Let's get STM32F1 working again!
5 years ago
Luu Lac
8bca3fcf2c
Display chamber with HAS_TEMP_CHAMBER ( #15194 )
5 years ago
Ludy
6172cd2528
CHAMBER integration to GLCD ( #14981 )
5 years ago
Scott Lahteine
7924e0d819
Add print at position shortcuts
5 years ago
Robby Candra
33d54c0d5a
Remove extra defines ( #14983 )
5 years ago
Scott Lahteine
80c6f98d2f
Fix nested _draw_chamber_status
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com>
5 years ago
Scott Lahteine
b0d8ba3894
Fix ANIM_CHAMBER
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com>
5 years ago
Scott Lahteine
fe02241044
NONE on combined options
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
ae9232962e
Use heater index defines
5 years ago
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 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