| g092 |
Set Position |
Set the current position of one or more axes. |
thinkyhead |
shitcreek |
1.0.0-beta |
motion |
|
| In earlier versions of Marlin `G92` doesn't update the software endstops, so it was unsupported to set coordinates outside these boundaries. In Marlin 1.1.0 and up, the physical boundaries are maintained. This means you can no longer use `G92` to move below the bed, for example. |
|
| tag |
optional |
description |
values |
| X |
true |
New X axis position |
|
|
| tag |
optional |
description |
values |
| Y |
true |
New Y axis position |
|
|
| tag |
optional |
description |
values |
| Z |
true |
New Z axis position |
|
|
| tag |
optional |
description |
values |
| E |
true |
New extruder position |
|
|
|
| pre |
code |
| Specify that the nozzle's current X position is 10 and the current extruder position is 90. |
|
|
|
| pre |
code |
| Specify that the nozzle's current XYZ position is 0, 0, 0. |
|
|
|
| pre |
code |
| Resets selected workspace is 0, 0, 0. |
|
|
|
|