Newer
Older
//all property lists for the app, these are "static" variables
allMenuTabs: {
navDesign:{
lattice:"Lattice",
},
navComm:{
setupComm: "Setup",
send: "Send"
},
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)"
// square:"Square",
// xShape:"X"
},
tetra: {vertex: null},
cube: {face: null,
gik: {
legoLowPoly: "Micro LEGO (low res)"
face: null,//{
// 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+)",
163
164
165
166
167
168
169
170
171
172
173
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
},
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: {
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"
}
},
truncatedCube:{
face:{handOfGod: "Hand of God"}
},
kelvin:{
face:{handOfGod: "Hand of God"}
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"}
allMachineDefaults: {
shopbot:null,
handOfGod:null,
oneBitBot:null,
stapler: {
camStrategy: "raster",
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},
feedRate:{xy: 0.1, z: 0.1}
},
staplerDual: null
allScripts: {
loadFile: "Load From File..."
allUnitTypes: {
inches: "Inches",
mm: "mm"
//um: "micron"
}