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
083ec9963e
Tweaks to heater / lcd conditions
7 years ago
Scott Lahteine
265161ba30
Blink the value for unhomed/unknown axes (#10670 )
7 years ago
Scott Lahteine
a90d99c27c
Rename float32 => float52, etc.
7 years ago
Scott Lahteine
9e0d99c0c6
Round all floats in string conversion functions (#10566 )
7 years ago
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional (#10495 )
7 years ago
Yunhui Fu
c96412a78f
[2.0.x] UTF-8 language translation support (#10213 )
7 years ago
Scott Lahteine
31df43212c
Use lcd_printPGM_utf in more places
Fix #10256
7 years ago
Bob-the-Kuhn
04dedc7ed8
always completely initialize display (#9981 )
7 years ago
Scott Lahteine
35ec67885a
Add support for BACK button (RADDS) (#9835 )
7 years ago
Zachary Hill
4d588b2d6a
Further fix of LCD_PROGRESS_BAR (#9783 )
7 years ago
Scott Lahteine
2c9775313a
Fix Z position on HD44780
Fix #9732
7 years ago
Scott Lahteine
f6cc89ec7c
LCD_PROGRESS_BAR w/out SDSUPPORT for character LCD
7 years ago
Scott Lahteine
6339b506c0
Make sure binary.h is included as needed
7 years ago
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
7 years ago
Scott Lahteine
2526ac6500
Display up to 3 extruders on char LCD
…and show bed level indicator at the position of the [H] icon, when a heated bed exists.
7 years ago
Scott Lahteine
cf2193c07f
Comment, fix filament width sensor
7 years ago
Scott Lahteine
f0dd4e3fa0
Bootscreen parity with 1.1.x
7 years ago
Scott Lahteine
1685cd193b
Tweak char_mode init
7 years ago
Scott Lahteine
9406c87a97
Fix up LCD init / charset
7 years ago
Scott Lahteine
3994d3b935
General cosmetic LCD
7 years ago
Scott Lahteine
60adc6ff02
Display filwidth ratio in terms of E mm
7 years ago
Scott Lahteine
b2dda096fe
Fix FILAMENT_LCD_DISPLAY for disabled state
7 years ago
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7 years ago
Scott Lahteine
272f9f65dc
Fix some typos
7 years ago
Scott Lahteine
783ddf9691
Add SCROLL_LONG_FILENAMES option
7 years ago
Scott Lahteine
5c4f3e0107
Add LCD_SET_PROGRESS_MANUALLY
7 years ago
Scott Lahteine
3e3911fb81
Use planner.leveling_active for all leveling systems
7 years ago
Scott Lahteine
9a930ebec2
Make leveling_is_active a macro
7 years ago
Scott Lahteine
deeea98d22
LCD filename already concatenated
7 years ago
Dave Johnson
9d0e4ea3d5
[2.0.x] Auto-enable DISABLE_REDUCED_ACCURACY_WARNING if HOME_AFTER_DEACTIVATE enabled (#7879 )
* Auto-enable DISABLE_REDUCED_ACCURACY_WARNING if HOME_AFTER_DEACTIVATE enabled
If HOME_AFTER_DEACTIVATE, there is no need to warn on LCD since printer will home prior to starting print. Saves 60 bytes PROGMEM on AVR with U8g panel.
* Reduce lines used
* Reduce lines used
7 years ago
Scott Lahteine
56c05a7015
Show leveling status on character LCD
7 years ago
Scott Lahteine
71d63fcafb
Apply LCD changes from 1.1.x
Changes from #7720
7 years ago
Scott Lahteine
a10451ceed
Move Volumetric methods to Planner
7 years ago
Scott Lahteine
551752eac7
Consolidate "bedlevel" code
8 years ago
Scott Lahteine
0fcec02db5
LCD updates
8 years ago
Scott Lahteine
cc92e544a5
Move 'lcd' files
8 years ago
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
8 years ago
Scott Lahteine
0873c667fa
Apply coding standards to recent merges
8 years ago
Tannoo
aaacef9441
Corrections (#7231 )
20x4 map integration. Also some minor changes to the UBL Menu layout. Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
8 years ago
Scott Lahteine
ae5923a3d0
Make lcd_bootscreen common to both
8 years ago
Scott Lahteine
76c92a1fab
Clean up some trailing spaces
8 years ago
Scott Lahteine
4cb45c10dd
Patch ubl lcd mesh map indentation
8 years ago
Scott Lahteine
abd6ba62b4
Some cleanups for ubl lcd mesh map
8 years ago
Scott Lahteine
b492e0878d
Changes to reduce and simplify
8 years ago
Tannoo
80abc872f3
Updated to better support the coming "radar"
8 years ago
Tannoo
e90cbf5c16
UBL Map Cleanup
8 years ago
Scott Lahteine
6c45d0fd81
Apply maths macros and type changes ahead of HAL
8 years ago
Scott Lahteine
725d9d9a56
Fix and improve LCD value editing display
- Fix: When "100.0" changes to "99.0" the LCD shows "199.0"
- Use 2 rows if needed on character LCD, (allowing longer labels…
Germany, et. al.)
- Known issue: A certain length label combined with a certain value
drawing function could, for example, display 99.0 on 1 line, but 100.0
on two lines. Workaround would be to pass a nominal value size argument.
8 years ago
Bob-the-Kuhn
a1c65fd3d5
convert DAC percent to uint8_t
=====================
add test to Travis
8 years ago