Force rescanning of available slicing profiles for slicer on update
Should make newly uploaded profiles available in the slicing dialog without having to first deselect and then reselected the current slicer.
This commit is contained in:
parent
a0697f8bad
commit
4f3e4f7f38
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ $(function() {
|
|||
|
||||
if (selectedSlicer != undefined) {
|
||||
self.slicer(selectedSlicer);
|
||||
self.profilesForSlicer(selectedSlicer);
|
||||
}
|
||||
|
||||
self.defaultSlicer = selectedSlicer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue