Updated Marlin G Code (markdown)
parent
e7c2e63e17
commit
73bc87d9e2
1 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,9 @@ Move the specified axes to new coordinates at an optional speed, limited to the
|
|||
F = Feedrate in mm/min
|
||||
S = Endstop check. 1=yes 0=no
|
||||
|
||||
###G90: Set to Absolute Positioning
|
||||
|
||||
Set the machine positioning to use Absolute coordinates (the default). In this mode movement coordinates specify the absolute destination. This is the preferred mode because relative positioning is prone to cumulative errors due to imperfect floating point precision.
|
||||
|
||||
Usage: G90
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue