If variable spindle is defined print S value via $G command.
This commit is contained in:
parent
5edf078065
commit
fd0db24199
1 changed files with 5 additions and 0 deletions
5
report.c
5
report.c
|
|
@ -330,6 +330,11 @@ void report_gcode_modes()
|
|||
|
||||
printPgmString(PSTR(" F"));
|
||||
printFloat_RateValue(gc_state.feed_rate);
|
||||
|
||||
#ifdef VARIABLE_SPINDLE
|
||||
printPgmString(PSTR(" S"));
|
||||
printFloat_RateValue(gc_state.spindle_speed);
|
||||
#endif
|
||||
|
||||
printPgmString(PSTR("]\r\n"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue