Skip to content

Commit 0c7f49f

Browse files
committed
Update README and improve macOS installer output
Made-with: Cursor
1 parent 0c2c60e commit 0c7f49f

2 files changed

Lines changed: 16 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: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -171,27 +171,22 @@ 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
183+
📦 Environment: ${VENV}
181184
182-
Logs:
183-
${HOME}/.config/slicer-uri-bridge/launcher.log
184-
${HOME}/.config/slicer-uri-bridge/bridge.log
185+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
185186
186-
Test:
187-
slicer-uri-bridge test
187+
⚠️ If "slicer-uri-bridge" is not found, open a new Terminal window.
188+
🔄 To update later, just run this installer again.
188189
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.
195190
EOF
196191
}
197192

0 commit comments

Comments
 (0)