Skip to content

shacharf/gcodeui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcodeui

Simple ui to send gcode commands to a 3d printer / cnc

Setup:

You need python 3.7 or later

pip install -r requirements

Configuration

  • 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 ready

Run

python gcodeui.py

Changelog

  • 2023-10-14 - Created

About

Simple ui to send gcode commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages