Simple ui to send gcode commands to a 3d printer / cnc
You need python 3.7 or later
pip install -r requirements- Add / delete the list of "built-in" commands by updating the `config.yaml`` file. Below is an example:
commands:
- title: pos
command: M114
color: "#008000"
- title: status
command: M503
- title: Init54
command:
- G54
- G92 X0 Y0
- M211 S0
- M117 CNC readypython gcodeui.py- 2023-10-14 - Created