mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-29 10:50:36 -07:00
Update comments temperature.h
This commit is contained in:
parent
00b8fc76a9
commit
f02c2dfd97
1 changed files with 5 additions and 3 deletions
|
|
@ -977,9 +977,11 @@ class Temperature {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// High level conversion routines, for use outside of temperature.cpp
|
||||
// inline so that there is no performance decrease.
|
||||
// deg=degreeCelsius
|
||||
/**
|
||||
* High level conversion routines, for use outside of temperature.cpp
|
||||
* inline so that there is no performance decrease.
|
||||
* deg=degreeCelsius
|
||||
*/
|
||||
|
||||
static celsius_float_t degHotend(const uint8_t E_NAME) {
|
||||
return TERN0(HAS_HOTEND, temp_hotend[HOTEND_INDEX].celsius);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue