Skip to content

Grbl #23 Integer Expected (pause) occurs often in my first job.... #91

Answered by synman
garyzz asked this question in Q&A
Discussion options

You must be logged in to vote

See the lines that don't start with a G or M command? This "short hand" is not the most well formed is my guess. Typically all axes that are part of the same move command go on the same line... let's take a look here:

G1 Z2 F500
Z-1

Should be written as:

G1 Z2 F500
G1 Z-1 F500

Because technically it is two separate moves.

I see similar oddities throughout.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@garyzz
Comment options

Answer selected by garyzz
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