merged conflicts
This commit is contained in:
commit
5937c0cc39
1 changed files with 2 additions and 3 deletions
|
|
@ -578,13 +578,12 @@ $(function() {
|
|||
self.incrementLayer = function() {
|
||||
var value = self.layerSlider.slider('getValue')+1;
|
||||
self.shiftLayer(value);
|
||||
}
|
||||
};
|
||||
|
||||
self.decrementLayer = function() {
|
||||
var value = self.layerSlider.slider('getValue')-1;
|
||||
self.shiftLayer(value);
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
OCTOPRINT_VIEWMODELS.push([
|
||||
|
|
|
|||
Loading…
Reference in a new issue