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

small chages

parent bc2acf02
No related branches found
No related tags found
No related merge requests found
...@@ -392,6 +392,7 @@ label { ...@@ -392,6 +392,7 @@ label {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
border-radius: 3px; border-radius: 3px;
border: 1px solid #ddd;
} }
.materialColorSwatch>span{ .materialColorSwatch>span{
......
...@@ -90,12 +90,11 @@ define(['underscore', 'three', 'backbone', 'appState', 'latticeCAM', 'threeModel ...@@ -90,12 +90,11 @@ define(['underscore', 'three', 'backbone', 'appState', 'latticeCAM', 'threeModel
_calculateNumMaterials: function(){ _calculateNumMaterials: function(){//todo calc length of gik cells as separate material types
this.set("allCAMMaterialTypes", materials.getChildCellTypes(lattice.sparseCells, true)); this.set("allCAMMaterialTypes", materials.getChildCellTypes(lattice.sparseCells, true));
}, },
selectMachine: function(){ selectMachine: function(){
var machineName = this.get("machineName"); var machineName = this.get("machineName");
if (this.get("assembler")) this.get("assembler").destroy(); if (this.get("assembler")) this.get("assembler").destroy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment