Skip to content

Commit

Permalink
Comment fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 committed Dec 11, 2023
1 parent bcb30d7 commit 8181401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gcodeExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
/*!
Expand Down

0 comments on commit 8181401

Please sign in to comment.