Skip to content

Commit c8265d6

Browse files
committed
🚸 Include 'R' in M208 report
Followup to #21335
1 parent eaa836b commit c8265d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Marlin/src/feature/fwretract.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ void FWRetract::M208_report() {
244244
" M208 S", LINEAR_UNIT(settings.retract_recover_extra)
245245
, " W", LINEAR_UNIT(settings.swap_retract_recover_extra)
246246
, " F", LINEAR_UNIT(MMS_TO_MMM(settings.retract_recover_feedrate_mm_s))
247+
, " R", LINEAR_UNIT(MMS_TO_MMM(settings.swap_retract_recover_feedrate_mm_s))
247248
);
248249
}
249250

0 commit comments

Comments
 (0)