Skip to content
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

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

Ocraftyone
Copy link

@Ocraftyone Ocraftyone commented Aug 7, 2024

  • Support SimplyPrint as a physical printer host

  • Implement HttpServer

  • Add OAuthJob

  • Add OpenSSL as a target library for slic3r

Noisyfox and others added 20 commits July 27, 2024 10:22
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]>
)

(cherry picked from commit adec6b7ebdd91a71c61505dd4e1cc5ee9e17afcc)
-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
@AlbertMN
Copy link

AlbertMN commented Aug 8, 2024

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
@Ocraftyone
Copy link
Author

Using the service:

Logging into SimplyPrint
image
image
image

After Login
image

Slice model as normal then select print

Send to print dialog has a new option Switch to device tab after upload. This also determines if the next SimplyPrint step is done in you default browser or in the device tab
image

After selecting print, the next step will be opened either in your browser or in the device tab based on previous step. If it is your first time using the device tab with SimplyPrint, you will need to login again. You can then choose what to do with the uploaded file via SimplyPrint's interface
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants