Closed userosos closed 4 years ago
I added a 4.4 branch its not in master yet. Let me know how it goes.
Works for me with Cura 4.4.
I was unable to use it in 4.4. When I creating new connection there is infinite loop:
Me unable to connect. Same as Cagefox.
see this link; this i how it worked for me in cura 4.4 as well: https://github.com/VMaxx/RepetierIntegration/issues/33#issuecomment-554793830 have you tried this procedure?
Response for my http://pi:3344//printer/info/ {"apikey":"0769a27c-9eaf-4008-a912-a7b901408dd9","name":"Repetier-Server Free","printers":[{"active":true,"name":"4MP","online":0,"slug":"C"}],"servername":"C","serveruuid":"e0c95a00-db68-4f60-bd4d-56700d75f58f","version":"0.91.2"}
I expect I will see 4MP printer in list. But I see C in list
May be you take "slug" from response as printer name? I think it better to take "name"
I was able to connect when I specify 4MP as CONTAINER for printers. But this is not right, plugin must read container cura.Settings.ContainerManager.getContainerMetaDataEntry with printer name, not slug
And I changed code a little: for printerinfo in json_data["printers"]: Logger.log("d", "Slug: %s",printerinfo["slug"]) self._printers.append(printerinfo["name"])
No, this patch helps me just make thru configuration interface, plugin then use printer name instean of repetier instance name
Same here. i insert API key. connect to server, search a printer, pick one and the API key is gone. So i cant click to connect. because the auto start ist disabled im guessing.
This problem is still not fixed. Is the plugin dead?
Ah, sorry, i didn't noticed 4.4 branch. With 4.4 I can see printer in monitor it's much better
Add support cura 4.4, please. It have some changes for addons.