CLI for Bambu Lab X1 printers over LAN. No cloud required.
# Check printer status
x1ctl status --ip 192.168.1.x --access-code ABC123
# Send a command
x1ctl echo --ip 192.168.1.x --access-code ABC123 '{"test": true}'
# Read values
x1ctl read --ip 192.168.1.x --access-code ABC123 nozzle_temp
x1ctl update # update to latest
x1ctl version --check # check for updates