docs: fix typo in print_objects.md
Fixes a minor typo in the `gcode_move` section of `print_objects.md`. `coorinates` becomes `coordinates` Signed-off-by: Alexandre Haddad-Delaveau <ahaddaddelaveau@icloud.com>
This commit is contained in:
parent
ed569a2fdb
commit
80fb97c9bc
|
@ -47,7 +47,7 @@ The `gcode_move` object reports the current gcode state:
|
|||
- `speed_factor`: AKA "feedrate", this is the current speed multiplier
|
||||
- `speed`: The current gcode speed in mm/s.
|
||||
- `extrude_factor`: AKA "extrusion multiplier".
|
||||
- `absolute_coorinates`: true if the machine axes are moved using
|
||||
- `absolute_coordinates`: true if the machine axes are moved using
|
||||
absolute coordinates, false if using relative coordinates.
|
||||
- `absolute_extrude`: true if the extruder is moved using absolute
|
||||
coordinates, false if using relative coordinates.
|
||||
|
|
Loading…
Reference in New Issue