- bCNC command listed in Command Line
- Gcode (like MDI commands)
- SENDHEX command to send character encoded in hex to grbl
- Python script, by preceding the command with the % symbol
For example in my setup I use some shortcuts to the run-stop buttons. In this way I have some physical button to use:
Response to command is fast, but if you need a more reliable and secure way to stop your machine consider to add some real physical buttons, GRBL is ready to accept them.
本文转载自: https://github.com/vlachoudis/bCNC/wiki/Customize-Shortcuts
