MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
370 stars 779 forks source link

Add R parameter to M600 #371

Closed ssendev closed 3 years ago

ssendev commented 3 years ago

Turns out https://github.com/MarlinFirmware/Marlin/issues/20910 is already implemented but not documented

ssendev commented 3 years ago

@thinkyhead why revert to int it seems to be a float?

https://github.com/MarlinFirmware/Marlin/blob/a7f334387c98a0209433d98c44269fdb0356ab54/Marlin/src/gcode/feature/pause/M600.cpp#L162

https://github.com/MarlinFirmware/Marlin/blob/787c0f84aa5c8c5cc62c58fd04a08e02d6215161/Marlin/src/gcode/parser.h#L363