forked from grbl/grbl
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firmware now reports status on each line it received. It's in the format of one line with capital letters used as flags/markers. When used as markers they have an alpha-numeric (non-uppercase) parameter following them. Also '!' is a special marker that may occur at the first pos and indicates that the hardware is in stop mode. Typically stop made is caused by limits being hit, power being turned off, or requested with a '!'. The machine can be reactivated only by sending a '~' char or reestablishing the serial connection). The following characters are used as flags: ! ... hardware is in stop mode P ... stop: power off L ... stop: limit hit L1 ... stop: limit x1 hit L2 ... stop: limit x2 hit L3 ... stop: limit y1 hit L4 ... stop: limit y2 hit R ... stop requested by serial O ... stop: other reason D ... warning: door open C ... warning: chiller off N ... warning: bad number format E ... warning: expected command letter U ... warning: unsupported statement W ... warning: other reason The following are used as markers for values (only returned when queried with the '?' command): Xx.xxx ... current x pos Yy.yyy ... current y pos Vvv.vvv ... version number BUGFIX: SENSE_DOOR_OPEN had to be reversed
- Loading branch information
Stefan Hechenberger
committed
Aug 5, 2012
1 parent
c84097a
commit 9d27676
Showing
5 changed files
with
77 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters