Skip to content
Snippets Groups Projects
Commit 4d9d7ade authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

plist settings for x y axis vector of motion config

parent c7e6327a
No related branches found
No related tags found
No related merge requests found
...@@ -39,13 +39,13 @@ define(['three'], function(THREE){ ...@@ -39,13 +39,13 @@ define(['three'], function(THREE){
scale: 20, scale: 20,
components: { components: {
xAxis: { xAxis: {
name: "Y Axis", name: "X Axis",
rotary: false, rotary: false,
axisOfMotion: null, axisOfMotion: null,
//minBound //minBound
//maxBound //maxBound
parent: "yAxis", parent: "yAxis",
motionVector: {x:0, y:1, z:0}, motionVector: {x:1, y:0, z:0},
stl: { stl: {
filename: "assets/stls/stapler/xAxis.stl" filename: "assets/stls/stapler/xAxis.stl"
// offset: {x:0,y:0,z:0}, // offset: {x:0,y:0,z:0},
...@@ -54,13 +54,13 @@ define(['three'], function(THREE){ ...@@ -54,13 +54,13 @@ define(['three'], function(THREE){
} }
}, },
frame: { frame: {
name: "X Axis", name: "Y Axis",
rotary: false, rotary: false,
axisOfMotion: null, axisOfMotion: null,
//minBound //minBound
//maxBound //maxBound
parent: "substrate", parent: "substrate",
motionVector: {x:1, y:0, z:0}, motionVector: {x:0, y:1, z:0},
stl: { stl: {
filename: "assets/stls/stapler/yAxis.stl" filename: "assets/stls/stapler/yAxis.stl"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment