From f02c2dfd97499c93114377d8ab51a55dd4740e36 Mon Sep 17 00:00:00 2001 From: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:06:24 -0400 Subject: [PATCH] Update comments temperature.h --- Marlin/src/module/temperature.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Marlin/src/module/temperature.h b/Marlin/src/module/temperature.h index 9850050716..444bd98a4b 100644 --- a/Marlin/src/module/temperature.h +++ b/Marlin/src/module/temperature.h @@ -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);