diff --git a/octoprint_mrbeam/static/js/working_area.js b/octoprint_mrbeam/static/js/working_area.js index c7d9aff19..765f80bdb 100644 --- a/octoprint_mrbeam/static/js/working_area.js +++ b/octoprint_mrbeam/static/js/working_area.js @@ -900,6 +900,7 @@ $(function(){ file.id = id; // list entry id file.previewId = previewId; file.misfit = false; + file.typePath = src.typePath; self.placedDesigns.push(file); self.placeSmart(newSvg);