gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
3.98k stars 1.59k forks source link

jog command unavailable #1240

Closed fre010 closed 5 months ago

fre010 commented 5 months ago

hello,

I am using GRBL 1.1 and when I try to use the jog command $J=X100Y0Z0 it returns error 22. what can i do to solve this?

Kind regards

breiler commented 5 months ago

Error 22: https://github.com/gnea/grbl/blob/bfb67f0c7963fe3ce4aaf8a97f9009ea5a8db36e/doc/csv/error_codes_en_US.csv#L21

You need to add a feedrate, ie F1000.

fre010 commented 5 months ago

Error 22:

https://github.com/gnea/grbl/blob/bfb67f0c7963fe3ce4aaf8a97f9009ea5a8db36e/doc/csv/error_codes_en_US.csv#L21

You need to add a feedrate, ie F1000.

oh what a stupid mistake, I thought it would be like the G0 command. just one more question, do you happen to know the 'jog cancel' command? so i can cancel it and start another jog for example?

mar0x commented 5 months ago

See Extended-ASCII Realtime Command Descriptions:

0x85 : Jog Cancel