0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-13 01:40:09 +00:00

📝 mm/m => mm/min

This commit is contained in:
Scott Lahteine 2023-07-01 18:56:53 -05:00
parent 7f5b0b4008
commit 38e92b522b
2 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@
* B - Y offset to the return position
* F - Override the XY movement feedrate
* R - Retract/recover length (current units)
* S - Retract/recover feedrate (mm/m)
* S - Retract/recover feedrate (mm/min)
* X - Move to X before triggering the shutter
* Y - Move to Y before triggering the shutter
* Z - Raise Z by a distance before triggering the shutter

View file

@ -34,8 +34,8 @@
float extra_resume; // M217 B
int16_t prime_speed; // M217 P
int16_t wipe_retract; // M217 G
int16_t retract_speed; // M217 R (mm/m)
int16_t unretract_speed; // M217 U (mm/m)
int16_t retract_speed; // M217 R (mm/min)
int16_t unretract_speed; // M217 U (mm/min)
uint8_t fan_speed; // M217 F
uint8_t fan_time; // M217 D
#endif