-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support for SimplyPrint cloud integration #13220
base: master
Are you sure you want to change the base?
Conversation
Ignored obvious BBL specific changes while resolving merge conflicts * Make httpserver more generic and reusable * Add OAuthJob * Fix issue caused by the fact that the backing widget of the `TextCtrl` is no longer `wxTextCtrl` * Implement login and token refresh * Implement file upload * Try fix build error * Support BBL printers * Show error message if user hasn't done OAuth * Fix typo * Update error message * Disable unsupported options when SimplyPrint is selected Co-authored-by: Ocraftyone <[email protected]>
…#4831) Ignored obvious BBL specific changes while resolving merge conflicts * Allow using BBL's device tab when 3rd party print host is used * Add option to open SimplyPrint panel in device tab after uploading * Fix default print host for prusa connect * Do not set api key in device view when SimplyPrint is used * Sending 3mf file to SimplyPrint when using BBL printers * Fix file extension when uploading 3mf * Prepare for large file uploading * Implement chunk upload * Fix file uploading exceeding content size * Fix wrong field type * Add `temp=true` to all chunk upload calls * Add macro to enable test api * Merge branch 'main' into dev/simplyprint-improve * Fix another missing `temp=true` * Add delete token * Try fixing build error on *nix systems * Merge branch 'main' into dev/simplyprint-improve * Merge branch 'main' into dev/simplyprint-improve * Merge remote-tracking branch 'remote/main' into dev/simplyprint-improve # Conflicts: # src/slic3r/GUI/BackgroundSlicingProcess.cpp * Move the `bbl_use_print_host_webui` option to print host dialog. Also make it a derived option of `print_host_webui` instead. * Merge branch 'main' into dev/simplyprint-improve # Conflicts: # src/slic3r/GUI/MainFrame.cpp # src/slic3r/GUI/Plater.cpp * Merge branch 'main' into dev/simplyprint-improve # Conflicts: # src/slic3r/GUI/Plater.cpp * Use a more generic option instead of SimplyPrint specific * Merge branch 'main' into dev/simplyprint-improve * Merge branch 'main' into dev/simplyprint-improve (cherry picked from commit cd6cd0786fc494d2f1e2fd2123e791f65fbcc97a) Co-authored-by: Ocraftyone <[email protected]>
…TextCtrl` is no longer `wxTextCtrl`"
-Remove BBL specific logic -Add check for valid request handler on start. With BBL no longer the default, it is possible for a request handler to not be set during development. There is now a check that will throw a RuntimeException if it is not valid.
PrusaConnectNew doesn't seem to be fully setup, so it is causing issues when implementing SimplyPrint. Moving SimplyPrint ahead of PrusaConnectNew fixes these issues
Calling `update()` (specifically the call to `update_host_type()` within the update method) would cause the print host type selection to advance by 1 whenever called. This fix only updates the layout of the buttons instead of calling the update method
This reverts commit 9282f22.
Albert from SimplyPrint here. Let me know if there are any questions to us as a company about this integration! |
Post upload actions are handled via the web interface and should not be handled via the slicer
Let us know if there's anything we can do on our end to help this get merged :) We have a lot of users eagerly awaiting being able to use this. |
Before we work on resolving conflicts; any news on the mergeability of this? We'd love to join the other cloud services like Prusa Connect and AstroPrint in the list of cloud-integrations. |
Support SimplyPrint as a physical printer host
Implement HttpServer
Add OAuthJob
Add OpenSSL as a target library for slic3r