Skip to content

Commit d3d6815

Browse files
committed
Update README and improve macOS installer output
1 parent 0c2c60e commit d3d6815

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Slicer URI Bridge helps open 3D model links from websites in Bambu Studio, including sites that do not provide a native Bambu Studio button or where that integration is not available.
88

9-
https://github.com/user-attachments/assets/efc25540-d784-4924-991c-8720b6bab3eb
9+
https://github.com/user-attachments/assets/c64cba28-f985-4d97-a1d6-0b107dd55ef1
1010

1111
It registers URI handlers for other slicers (PrusaSlicer, OrcaSlicer, Cura, and Creality Print) and routes those links through a small Python bridge that downloads the model safely and opens it in Bambu Studio.
1212

@@ -147,6 +147,10 @@ To verify the default `bambustudioopen` handler, run:
147147
slicer-uri-bridge test
148148
```
149149

150+
## Known Limitations
151+
152+
On Windows, OrcaSlicer re-registers the `orcaslicer://` URI scheme to itself on every launch. Registering this scheme to the bridge only makes sense if you do not use OrcaSlicer.
153+
150154
## Supported URI Formats
151155

152156
Supported URI formats include:

install-macos.sh

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -171,27 +171,21 @@ main() {
171171

172172
cat <<EOF
173173
174-
Done.
174+
Done! Slicer URI Bridge is installed.
175175
176-
Command:
177-
slicer-uri-bridge
176+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
178177
179-
Config:
180-
${HOME}/.config/slicer-uri-bridge/config.toml
178+
📌 Command: slicer-uri-bridge
179+
⚙️ Config: ~/.config/slicer-uri-bridge/config.toml
180+
📂 Logs: ~/.config/slicer-uri-bridge/launcher.log
181+
~/.config/slicer-uri-bridge/bridge.log
182+
🧪 Test: slicer-uri-bridge test
181183
182-
Logs:
183-
${HOME}/.config/slicer-uri-bridge/launcher.log
184-
${HOME}/.config/slicer-uri-bridge/bridge.log
184+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
185185
186-
Test:
187-
slicer-uri-bridge test
186+
⚠️ If "slicer-uri-bridge" is not found, open a new Terminal window.
187+
🔄 To update later, just run this installer again.
188188
189-
Installed environment:
190-
${VENV}
191-
192-
If "slicer-uri-bridge" is not found, open a new Terminal window.
193-
194-
To update later, run this installer again.
195189
EOF
196190
}
197191

0 commit comments

Comments
 (0)