From cf7a3d1af6f07e2d396495c05d2fd524c74f7584 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 4 Jun 2018 11:30:29 -0700 Subject: [PATCH] Fix MS7224: Add dimensions to printed Snapshot entity --- scripts/system/snapshot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index 29089e6597..f7e590c6f9 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -295,6 +295,7 @@ function printToPolaroid(image_url) { "description": "Printed from Snaps", "modelURL": POLAROID_MODEL_URL, + "dimensions": { "x": 0.5667, "y": 0.0212, "z": 0.4176 }, "position": model_pos, "rotation": model_rot,