FIX: Open provided file at startup#11419
Conversation
|
Confirmed: error reproduced! |
601a908 to
15b30b7
Compare
|
I think what's better option is to cherrypick this change instead: Otherwise when you opening files the unsaved previous project will vanish silently. |
|
Just tested and the project is not overwritten, the opened object is added to the existing one or existing ones, just as it was before, just as it feels natural. Anyway it feels awkward to try to restore a previous project when you explicitly open Orca with a specific file in mind... |
But that gives the user the last chance to restore an unsaved project if he/she accidentally double clicked a 3mf file instead of the orca app shortcut after an app crash/power lost etc. |
|
I’m having the same problem—when I open a 3MF file or stl from Windows Explorer, it appears for a split second and then disappears. it disappeared when the bed zooms in and centers |
Done |
b77077d to
751615b
Compare
751615b to
6b2e423
Compare
* main: (272 commits) Delete validate-documentation.yml (OrcaSlicer#11477) Update printer profiles for Artillery (OrcaSlicer#11284) Fix emulated spiral Z-hop XY offset on multi-plate slicing (OrcaSlicer#11468) Move WIKI to new repo Validate invalid fields for hidden system profiles (OrcaSlicer#11455) ci: Increase timeout for dedupe-issues workflow from 10 to 30 minutes Fix CICD AI dedupe Change runner from self-hosted to ubuntu-latest Check duplicated issues. ported from Claude code repo (OrcaSlicer#11454) UI fixes / improvements (OrcaSlicer#11413) Fix Spiral Z-Hop arc handling (OrcaSlicer#11430) FIX: Open provided file at startup (OrcaSlicer#11419) Re-include BBS's Clipperutils2 (OrcaSlicer#11415) Fix filament profile import if inherit from vendor generic (OrcaSlicer#11398) Fix crash after syncing printer (OrcaSlicer#11428) Wiki 16 (MiniUpdate): Updated by Stable cmake 4.2 release + VS2026 First (OrcaSlicer#11423) Revert "fix GITHUB_TOKEN permissions in workflows (OrcaSlicer#11392)" correct oversight in OrcaSlicer#11392 (OrcaSlicer#11404) Profiles for Creality K2 Pro printer (OrcaSlicer#11315) Reduce artifacts from short travel moves before external perimeters (OrcaSlicer#10722) ...
* upd-eigen-5.0.0: (273 commits) Delete validate-documentation.yml (OrcaSlicer#11477) Update printer profiles for Artillery (OrcaSlicer#11284) Fix emulated spiral Z-hop XY offset on multi-plate slicing (OrcaSlicer#11468) Move WIKI to new repo Validate invalid fields for hidden system profiles (OrcaSlicer#11455) ci: Increase timeout for dedupe-issues workflow from 10 to 30 minutes Fix CICD AI dedupe Change runner from self-hosted to ubuntu-latest Check duplicated issues. ported from Claude code repo (OrcaSlicer#11454) UI fixes / improvements (OrcaSlicer#11413) Fix Spiral Z-Hop arc handling (OrcaSlicer#11430) FIX: Open provided file at startup (OrcaSlicer#11419) Re-include BBS's Clipperutils2 (OrcaSlicer#11415) Fix filament profile import if inherit from vendor generic (OrcaSlicer#11398) Fix crash after syncing printer (OrcaSlicer#11428) Wiki 16 (MiniUpdate): Updated by Stable cmake 4.2 release + VS2026 First (OrcaSlicer#11423) Revert "fix GITHUB_TOKEN permissions in workflows (OrcaSlicer#11392)" correct oversight in OrcaSlicer#11392 (OrcaSlicer#11404) Profiles for Creality K2 Pro printer (OrcaSlicer#11315) Reduce artifacts from short travel moves before external perimeters (OrcaSlicer#10722) ...
Opening OrcaSlicer by double-clicking an STL/3MF (or sending a model from Fusion360) caused the model to appear for a split second and then vanish, leaving an empty build plate.
This regression came from porting a change from Bambu Studio. The fix was correct for their codebase, but since OrcaSlicer doesn't have that issue, bringing it over ended up causing startup files to be ignored.
This PR restores the correct behavior:
This makes file-based launching reliable again.
Fixes #11438