From 818140174347078802673403d1ff15ff7dee20df Mon Sep 17 00:00:00 2001 From: "saumya.jain" Date: Mon, 11 Dec 2023 16:54:18 +0100 Subject: [PATCH] Comment fixing CURA-11392 --- include/gcodeExport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gcodeExport.h b/include/gcodeExport.h index ae04e9dd3b..950fe50824 100644 --- a/include/gcodeExport.h +++ b/include/gcodeExport.h @@ -167,7 +167,7 @@ class GCodeExport : public NoCopy Temperature bed_temperature_; //!< Current build plate temperature. Temperature build_volume_temperature_; //!< build volume temperature bool machine_heated_build_volume_; //!< does the machine have the ability to control/stabilize build-volume-temperature - bool ppr_enable_; //! if the print process reporting is enabled + bool ppr_enable_; //!< if the print process reporting is enabled protected: /*!