Newer
Older
//all property lists for the app, these are "static" variables
return {
allMenuTabs: {
navDesign:{
lattice:"Lattice",
//sketch:"Sketch",
part:"Part",
script:"Script"
},
navSim:{
physics:"Physics",
part:"Part",
material:"Material",
optimize:"Optimize"
},
navAssemble:{
assembler:"Assembler",
cam: "Process",
animate:"Preview",
send: "Send"
}
},
allCellTypes: {
octa:"Octahedron",
tetra: "Tetrahedron (Coming Soon)",
cube:"Cube",
truncatedCube:"Cuboctahedron",
octa: {face:"Face", edgeRot:"Edge", vertex:"Vertex"},//edge:"Edge", freeformFace:"Freeform Face"
tetra: {vertex: "Vertex"},
cube: {face:"Face", gik: "GIK"},
truncatedCube: {face:"Face"},
kelvin: {face: "Face"}
},
allPartTypes:{
octa:{
face: {
triangle:"Triangle"
},
freeformFace: {
trox:"Troxes"
},
edge: null,
edgeRot: {
vox: "Snap Voxel (high res)",
voxLowPoly: "Snap Voxel (low res)"
},
},
tetra: {vertex: null},
cube: {face: null,
gik: {
lego: "Micro LEGO (high res)",
legoLowPoly: "Micro LEGO (low res)"
}
},
truncatedCube: {
face: {
square:"Square",
xShape:"X"
}
},
kelvin: {face: null}
},
allMaterialTypes:{
octa:{
face: null,
freeformFace: null,
edge: null,
edgeRot: null,
},
tetra: {vertex: null},
cube: {face: null,
gik: {
brass:{
name: "Brass",
},
fiberGlass: {
name: "Fiberglass",
altColor: "#9CC9CB"
},
nTypePlus: {
name: "Silicon Heavily Doped N-Type (N+)",
color: "#c6ccbc",
altColor: "#8391AC"
},
pType: {
name: "Silicon P-Type",
color: "#ccbcc6",
altColor: "#F5447B"
},
pTypePlus: {
name: "Silicon Heavily Doped P-Type (P+)",
color: "#ccc2bc",
altColor: "#F99987"
}
},
truncatedCube: {face: null},
kelvin: {face: null}
},
allMachineTypes:{
octa:{
face: {handOfGod: "Hand of God"},
freeformFace: {handOfGod: "Hand of God"},
edgeRot: {
shopbot: "Shopbot",
oneBitBot: "One Bit Bot",
oneBitBotLegs: "One Bit Bot with Legs",
handOfGod: "Hand of God"
},
vertex: {handOfGod: "Hand of God"}
},
tetra: {
vertex:{handOfGod: "Hand of God"}
},
cube:{
face:{handOfGod: "Hand of God"},
gik: {
stapler: "Stapler",
staplerDual: "Dual Head Stapler"
// handOfGod: "Hand of God"
}
},
truncatedCube:{
face:{handOfGod: "Hand of God"}
},
kelvin:{
face:{handOfGod: "Hand of God"}
}
},
allAssemblyStrategies: {
raster: "Raster"
},
allCamProcesses: {
shopbot:{
shopbot: "Shopbot (sbp)",
gcode: "G-Code"
},
handOfGod:{gcode: "G-Code"},
oneBitBot:{
gcode: "G-Code",
tinyG: "TinyG"
},
stapler: {gcode: "G-Code"},
staplerDual: {gcode: "G-Code"}