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:
Gina Häußge 2016-06-06 16:20:47 +02:00
parent a0697f8bad
commit 4f3e4f7f38

View file

@ -102,6 +102,7 @@ $(function() {
if (selectedSlicer != undefined) {
self.slicer(selectedSlicer);
self.profilesForSlicer(selectedSlicer);
}
self.defaultSlicer = selectedSlicer;