From 80fb97c9bc6a3409c0ecd608db4a63a3b780c8d6 Mon Sep 17 00:00:00 2001 From: ThinkAlex Date: Thu, 23 Feb 2023 14:53:03 -0800 Subject: [PATCH] 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 --- docs/printer_objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/printer_objects.md b/docs/printer_objects.md index 5b00338..46c5c9c 100644 --- a/docs/printer_objects.md +++ b/docs/printer_objects.md @@ -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.