From 9ebda19fd8770dce5d9d6ada09f0ad6b9c6be547 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Thu, 13 Aug 2015 09:49:01 -0400 Subject: [PATCH] small changes --- js/plists/CamPList.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/plists/CamPList.js b/js/plists/CamPList.js index 29f2a11d..5da2da88 100644 --- a/js/plists/CamPList.js +++ b/js/plists/CamPList.js @@ -59,8 +59,8 @@ define([], function(){ axisOfMotion: null, //minBound //maxBound - parent: "frame", - children: [], + parent: "substrate", + children: ["frame"], stl: { filename: "assets/stls/stapler/yAxis.stl", offset: {x:0,y:0,z:0}, @@ -89,8 +89,8 @@ define([], function(){ axisOfMotion: null, //minBound //maxBound - parent: "substrate", - children: ["xAxis", "yAxis"], + parent: "yAxis", + children: ["xAxis"], stl: { filename: "assets/stls/stapler/frame.stl", offset: {x:0,y:0,z:0}, -- GitLab