www/gcode_viewer_card.js

This commit is contained in:
Home Assistant Version Control
2026-08-10 05:33:54 +00:00
parent f423db5dcd
commit ee97db87fe
-6
View File
@@ -71,12 +71,6 @@ class GcodeViewerCard extends HTMLElement {
}
async _initThree() {
try {
await import("./three.module.js");
} catch (err) {
this._setStatus(`Failed to load three.js: ${err.message}`, true);
return;
}
this._threeReady = true;
if (this._attached) {
this._ensureBuilt();