Add experimental OrcaSlicer integration - #112
Open
WeLizard wants to merge 5 commits into
Open
Conversation
WeLizard
marked this pull request as draft
August 2, 2026 01:09
|
This sounds interesting 👀 |
WeLizard
marked this pull request as ready for review
August 17, 2026 17:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds an experimental integration for OrcaSlicer's upcoming Plugin Pages API.
It allows BumpMesh to run as a full-size page inside OrcaSlicer and transfers printable model geometry from the current OrcaSlicer project directly into the existing BumpMesh application.
The normal BumpMesh website remains unchanged. Embedded mode requires both the explicit
?orcaslicer=1parameter and an actual iframe context created by the plugin.BumpMesh.mp4
Included
integrations/orcaslicer;Build
cd integrations/orcaslicer python build_package.pyThe command creates the wheel and a ready-to-review Plugin Hub package under
dist/plugin-hub-0.1.0.Test package
A prebuilt experimental plugin package is attached for testing with the Windows x64 artifact of OrcaSlicer PR #14992 at commit
acb0be6ed90fe7714952a1c4a8decbab4ca82510.bumpmesh-0.1.0-py3-none-any.whl.Test package: bumpmesh-orcaslicer-pr-test-0.1.0-ready.zip
The package by itself verifies installation, activation, the bundled tab icon and page lifecycle. For end-to-end model transfer before these web changes are deployed, serve this PR checkout on a loopback address and start OrcaSlicer with
BUMPMESH_ORCASLICER_DEV_URLpointing to it, as described inintegrations/orcaslicer/README.md.Current OrcaSlicer API constraints
target="_blank"replace the plugin page in the same WebView, and there is currently no host API for opening them in the system browser. External links are therefore blocked only in embedded mode.top_level.txt. The package now uses one top-level module and validates this during the build.These findings are specific to the current draft Plugin Pages API and are kept here rather than presented as permanent BumpMesh limitations.
Validation
Tested against the Windows x64 artifact for OrcaSlicer Plugin Pages PR #14992 at commit
acb0be6ed90fe7714952a1c4a8decbab4ca82510.Verified:
Related OrcaSlicer work