|
|
|
|
68
|
|
68
|
|
69
|
void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
|
69
|
void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
|
70
|
report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
|
70
|
report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
|
71
|
- SERIAL_ECHOLNPGM(
|
|
|
|
|
71
|
+ SERIAL_ECHOPGM(
|
72
|
" M412 S", runout.enabled
|
72
|
" M412 S", runout.enabled
|
73
|
#if HAS_FILAMENT_RUNOUT_DISTANCE
|
73
|
#if HAS_FILAMENT_RUNOUT_DISTANCE
|
74
|
, " D", LINEAR_UNIT(runout.runout_distance())
|
74
|
, " D", LINEAR_UNIT(runout.runout_distance())
|