diff --git a/www/gcode_viewer_card.js b/www/gcode_viewer_card.js index 6a24397c..7abfb738 100644 --- a/www/gcode_viewer_card.js +++ b/www/gcode_viewer_card.js @@ -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();