Comment section style correction
This commit is contained in:
parent
79e7721b76
commit
30ac0782a9
1 changed files with 1 additions and 1 deletions
|
@ -4427,7 +4427,7 @@ inline void gcode_M76() { print_job_timer.pause(); }
|
||||||
inline void gcode_M77() { print_job_timer.stop(); }
|
inline void gcode_M77() { print_job_timer.stop(); }
|
||||||
|
|
||||||
#if ENABLED(PRINTCOUNTER)
|
#if ENABLED(PRINTCOUNTER)
|
||||||
/*+
|
/**
|
||||||
* M78: Show print statistics
|
* M78: Show print statistics
|
||||||
*/
|
*/
|
||||||
inline void gcode_M78() {
|
inline void gcode_M78() {
|
||||||
|
|
Reference in a new issue