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
From my experience setting up and rooting my friend's K1 Max, I suspect your using stock firmware, in which case that would be a creality limitation due to creality's custom klipper and associated software. The rooted firmware works, although it's best to only slice and upload in orcaslicer and then start it on the printer or in creality print.
Yes, my original post is about supporting unmodified creality firmware, this would benefit a lot of people currently using creality print slicer which is mostly non developers.
I really want this feature on Orca slicer
I tried just setting up as a Octoprint/Klipper and giving it an IP, the device tab works but It doesn't understand the API.
What does the API normally looks like?
This is what uploading a gcode file on the web interface looks like:
It is just a POST on
/upload/filename.gcode
endpointStarting a print is done via websocket, this is where the ws is
And this is the actual message:
Does this looks like something that could be easily implemented? If you need more details on anything including running tests I'll be happy to help
The text was updated successfully, but these errors were encountered: