Skip to content

Default WCO setting #216

Answered by fra589
HattonLe asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Ian,

The WCO offset is a combination of global offset (G92) and one of the 6 coordinate systems (G54 to G59).
G54 to 59 coordinates system are persistent after power off, G92 is not...
See http://linuxcnc.org/docs/html/gcode/coordinates.html#cha:coordinate-system for more informations.

At power on or reset, the active coordinate system is G54.
You can automatically reset the current coordinate system at power on by configuring the Grbl startup block with the reset GCode command:
$N0=G10L2P0X0Y0Z0
See : https://github.com/fra589/grbl-Mega-5X/wiki/Grbl-Commands#n---view-startup-blocks

@++;
Gauthier.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fra589
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants