update to v3 raster gpu api

This commit is contained in:
Stewart Allen 2025-11-07 00:06:40 -05:00
commit 8fdd16979b
4 changed files with 19 additions and 19 deletions

View file

@ -54,6 +54,7 @@ self.kiri.load(api => {
return;
}
let ws_url = api.onshape ? `ws://${local_host}/bambu` : "/bambu";
console.log({ bambu_ws_url: ws_url });
let ws = socket.ws = new WebSocket(ws_url);
ws.onerror = (error) => {
socket.open = false;