You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Prusa Mini+ and am attempting to send API requests through python to move the printhead but, sending a request to the legacy API endpoint (with correct and tested Digest authentication) results in a 404 error. I know it is possible to do this as I can via the Prusa connect control screen:
This is a half-working implementation that I made in python:
This approach works but once the gcode file has finished "printing", it will park the print head which is less than ideal. Any help with this issue or support about an API endpoint would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
The legacy API provided ways to move the printhead in the openapi legacy file but not in the current openapi file.
I have a Prusa Mini+ and am attempting to send API requests through python to move the printhead but, sending a request to the legacy API endpoint (with correct and tested Digest authentication) results in a 404 error. I know it is possible to do this as I can via the Prusa connect control screen:
This is a half-working implementation that I made in python:
This approach works but once the gcode file has finished "printing", it will park the print head which is less than ideal. Any help with this issue or support about an API endpoint would be greatly appreciated!
The text was updated successfully, but these errors were encountered: