vvuk / cassini

ELEGOO 3D printer network protocol client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch dont work with mars 4 ultra

mahon91 opened this issue · comments

silca@PC:~/cassini$ python3 cassini.py -p 192.168.1.28 status
192.168.1.28: Mars 4 Ultra (ELEGOO Mars 4 Ultra) Status: 1
Print Status: 3 Layers: 671/900 File: key_modified.ctb
File Transfer Status: 0

silca@PC:~/cassini$ python3 cassini.py -p 192.168.1.28 watch
_Duracam_key_generator_modified_3_goupilles.ctb | | ▇▇▅ 0% [0/900] (~0s, 0.0/s)

actually i use this to "watch" :
while true; do python3 ~/cassini/cassini.py -p 192.168.1.28 status; sleep 10; done

That is super weird. Do you maybe have more than one printer on the network? Can you also run watch with --debug and attach some of the output (5-10s should be plenty)