-
-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Creality Print support #6928
Add Creality Print support #6928
Conversation
Thanks @robertduplock |
@SoftFever For reference, I used this is a basis for the API traffic, which is based on the K1, and it looks the same as the KE. However, I do not have an actual K1 to test this. |
Tested on a non-rooted K1C and it works perfectly @SoftFever ! |
I tested it on a stock K1 Max and it work great. |
Will the Creality K1 SE be added? |
The system is the same so K1, K1C, K1 Max, SE, and probably K2 will be compatible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Thank you!
Thank you everyone. |
I know at least 5 people that have been waiting for this. Any hint on what release/pre-release it'll be available in? EDIT: This landed in https://github.com/SoftFever/OrcaSlicer/releases/tag/v2.2.0 |
Thank you to everyone who helped test! |
Verified on Windows with V3 KE. The Device view suffers from the same "bug" as the browser: It seems like the WebSocket dies (idles out), and the UI freezes. A refresh fixes this in the browser but it seems like only closing and reopening Orca fixes it in app. |
@hdevlaam, There should now be a CrealityPrint option in the dropdown. |
o_O i solved the problem. |
I hadn't noticed that. Thanks, now everything works fine. |
Does anyone know if it means that we can trigger a print from OrcaSlicer to K1 Max that will enable LiDAR-based calibration? I guess I need to try out on my own, but maybe someone tried on their own already :) EDIT: There were some investigations done how to invoke LiDAR using curl when invoking the print using curl: #3125 Would it be possible to include the lidar support in the future @robertduplock ? I could help with the testing by contributing with rooted K1 Max, but all other printers would need to be tested by other users. It would probably need a little bit more work to replicate the behavior of Creality Print slicer, where you have the option to select the checkbox to calibrate the print, but it doesn't seem to be a rocket science :) |
@robertduplock any chance you'd be able to get Lidar working? opened FR from a year ago ... |
@robertduplock |
Description
Added support for Creality Print (E.g. Orca can upload and print directly to Ender 3 V3 KE)
Screenshots/Recordings/Graphs
Video: https://www.youtube.com/watch?v=ONzaMJhj_Hk
Tests
Tested in the video above on a Macbook Pro, Ender 3 V3 KE.
It should also be tested on Windows but I don't have a windows computer.