Merge pull request #13293 from zfox23/MS7224_cubeSnapshots

Fix MS7224: Add dimensions to printed Snapshot entity
This commit is contained in:
Zach Fox 2018-06-07 12:52:20 -07:00 committed by GitHub
commit 93eba5fe5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,