Skip to content

Commit

Permalink
📝 mm/m => mm/min
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 1, 2023
1 parent 7f5b0b4 commit 38e92b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/feature/camera/M240.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/module/tool_change.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38e92b5

Please sign in to comment.