Updated Marlin G Code (markdown)

Scott Lahteine 2015-03-05 04:16:24 -08:00
parent e7c2e63e17
commit 73bc87d9e2

@ -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