Simple command line tool to monitor 3d-printer state.
pip install pxctl
pxctl show --continuous
pxctl show --address=192.168.1.35
pxctl discover --json
Make printer starts to beep
pxctl beep_on --address=192.168.1.35
Make printer stops to beep
pxctl beep_off
Run hooks when printer success
pxctl show --on-success='echo 10'
Get printer status at json format
pxctl show --json
make init
make build