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
Branches
No related tags found
No related merge requests found
......@@ -39,13 +39,13 @@ define(['three'], function(THREE){
scale: 20,
components: {
xAxis: {
name: "Y Axis",
name: "X Axis",
rotary: false,
axisOfMotion: null,
//minBound
//maxBound
parent: "yAxis",
motionVector: {x:0, y:1, z:0},
motionVector: {x:1, y:0, z:0},
stl: {
filename: "assets/stls/stapler/xAxis.stl"
// offset: {x:0,y:0,z:0},
......@@ -54,13 +54,13 @@ define(['three'], function(THREE){
}
},
frame: {
name: "X Axis",
name: "Y Axis",
rotary: false,
axisOfMotion: null,
//minBound
//maxBound
parent: "substrate",
motionVector: {x:1, y:0, z:0},
motionVector: {x:0, y:1, z:0},
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