all axis -> all axes

This commit is contained in:
Alex Voinea 2020-01-16 09:15:44 +02:00
parent ccd3885d84
commit 1d17a37250
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 7 additions and 7 deletions

View File

@ -3429,7 +3429,7 @@ extern uint8_t st_backlash_y;
//!@n G4 - Dwell S<seconds> or P<milliseconds> //!@n G4 - Dwell S<seconds> or P<milliseconds>
//!@n G10 - retract filament according to settings of M207 //!@n G10 - retract filament according to settings of M207
//!@n G11 - retract recover filament according to settings of M208 //!@n G11 - retract recover filament according to settings of M208
//!@n G28 - Home all Axis //!@n G28 - Home all Axes
//!@n G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet. //!@n G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
//!@n G30 - Single Z Probe, probes bed at current XY location. //!@n G30 - Single Z Probe, probes bed at current XY location.
//!@n G31 - Dock sled (Z_PROBE_SLED only) //!@n G31 - Dock sled (Z_PROBE_SLED only)
@ -4261,8 +4261,8 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
/*! /*!
### G28 - Home all Axis one at a time <a href="https://reprap.org/wiki/G-code#G28:_Move_to_Origin_.28Home.29">G28: Move to Origin (Home)</a> ### G28 - Home all Axes one at a time <a href="https://reprap.org/wiki/G-code#G28:_Move_to_Origin_.28Home.29">G28: Move to Origin (Home)</a>
Using `G28` without any parameters will perfom homing of all axis AND mesh bed leveling, while `G28 W` will just home all axis (no mesh bed leveling). Using `G28` without any parameters will perfom homing of all axes AND mesh bed leveling, while `G28 W` will just home all axes (no mesh bed leveling).
#### Usage #### Usage
G28 [ X | Y | Z | W | C ] G28 [ X | Y | Z | W | C ]
@ -5525,7 +5525,7 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
break; break;
/*! /*!
### M17 - Enable all axis <a href="https://reprap.org/wiki/G-code#M17:_Enable.2FPower_all_stepper_motors">M17: Enable/Power all stepper motors</a> ### M17 - Enable all axes <a href="https://reprap.org/wiki/G-code#M17:_Enable.2FPower_all_stepper_motors">M17: Enable/Power all stepper motors</a>
*/ */
case 17: case 17:
LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE
@ -6572,7 +6572,7 @@ Sigma_Exit:
M84 [ S | X | Y | Z | E ] M84 [ S | X | Y | Z | E ]
- `S` - Seconds - `S` - Seconds
- `X` - X axsis - `X` - X axis
- `Y` - Y axis - `Y` - Y axis
- `Z` - Z axis - `Z` - Z axis
- `E` - Exruder - `E` - Exruder
@ -6865,7 +6865,7 @@ Sigma_Exit:
SERIAL_PROTOCOLLN(""); SERIAL_PROTOCOLLN("");
#endif #endif
break; break;
//TODO: update for all axis, use for loop //!@todo update for all axes, use for loop
#ifdef BLINKM #ifdef BLINKM
@ -8401,7 +8401,7 @@ Sigma_Exit:
Only valid for MK2.5(S) or printers without TMC2130 drivers Only valid for MK2.5(S) or printers without TMC2130 drivers
- `B` - Second extruder new resolution - `B` - Second extruder new resolution
- `S` - All axis new resolution - `S` - All axes new resolution
*/ */
case 350: case 350:
{ {