update to v3 raster gpu api
This commit is contained in:
parent
17e40ceed0
commit
8fdd16979b
4 changed files with 19 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue