Newer
Older
//all property lists for the app, these are "static" variables
allMenuTabs: {
navDesign:{
lattice:"Lattice",
electronicNavSim:{
eSetup:"Connectivity",
eStatic:"Statics",
eDynamic:"Dynamics",
optimize:"Optimize"
},
mechanicalNavSim:{
mSetup:"Setup",
mStatic:"Statics",
//maybe do something different here?
navComposite:{
composite:"Composite Editor"
},
navMaterial:{
materialEditor: "Material Editor"
}
},
allCellTypes: {
octa:"Octahedron",
cube:"Cube",
truncatedCube:"Cuboctahedron",
kelvin:"Kelvin"
octa: {face:"Face", edgeRot:"Edge", vertex:"Vertex"},// freeformFace:"Freeform Face" edge:"Edge", (Rotated)
tetra: {stacked: "Stacked"},//vertex: "Vertex"
cube: {face:"Face", gik: "GIK"},
truncatedCube: {face:"Face"},
kelvin: {face: "Face"}
},
allPartTypes:{
octa:{
face: {
triangle:"Triangle"
},
edge: null,
edgeRot: {
vox: "Snap Voxel (high res)",
voxLowPoly: "Snap Voxel (low res)"
kennyTeq: "Kenny Teq",
kennyTeqHighRes: "Kenny Teq (High Res)",
samTeq: "Square"
},
tetra: {vertex: null},
cube: {face: null,
gik: {
legoLowPoly: "Micro LEGO (low res)"
// square:"Square",
// xShape:"X"
// }
face: 'mechanical',
edge: 'mechanical',
edgeRot: 'mechanical',
vertex: 'mechanical'
tetra: {
stacked: 'mechanical',
vertex: 'mechanical'
},
cube: {
face: 'mechanical',
gik: 'electronic'
},
truncatedCube: {face: 'mechanical'},
kelvin: {face: 'mechanical'}
},
},
fiberGlass: {
name: "Fiberglass",
},
nTypePlus: {
name: "Silicon Heavily Doped N-Type (N+)",
},
pType: {
name: "Silicon P-Type",
},
pTypePlus: {
name: "Silicon Heavily Doped P-Type (P+)",
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
},
space:{
fiberGlass: {
name: "Glass Filled Nylon",
color: "#fef1b5",
// opacity: "0.9",
altColor: "#ecf0f1"
},
carbon: {
name: "Carbon Composite",
color: "#222",
altColor: "#000"
},
nType: {
name: "Aluminum",
color: "#bcc6cc",
altColor: "#8391AC"
},
brass:{
name: "Brass",
color: "#b5a642",
altColor: "#857B64"
},
nTypePlus: {
name: "Power Storage",
color: "#c6ccbc",
altColor: "#9CC9CB"
},
pType: {
name: "Logic",
color: "#ccbcc6",
altColor: "#F5447B"
},
pTypePlus: {
name: "Solar Panel",
color: "#ccc2bc",
altColor: "#F99987"
}
//857B64
//FDE2D9
//D77948
allMachineTypes:{
octa:{
face: {handOfGod: "Hand of God"},
edgeRot: {
oneBitBot: "One Bit Bot",
oneBitBotLegs: "One Bit Bot with Legs",
handOfGod: "Hand of God"
tetra: {
vertex:{handOfGod: "Hand of God"}
},
cube:{
face:{handOfGod: "Hand of God"},
gik: {
}
},
truncatedCube:{
face:{handOfGod: "Hand of God"}
},
kelvin:{
face:{handOfGod: "Hand of God"}
allCamProcesses: {
shopbot:{
shopbot: "Shopbot (sbp)",
},
handOfGod:{gcode: "G-Code"},
oneBitBot:{
gcode: "G-Code",
handOfGod:null,
oneBitBot:null,
stapler: {
placementOrder: "XYZ",//used for raster strategy entry
camProcess: "gcode",
rapidHeight:3,
rapidHeightRelative: true,
safeHeight: 0.05,
originPosition: new THREE.Vector3(0,0,0),
rapidSpeeds:{xy: 3, z: 2},
allScripts: {
loadFile: "Load From File..."