mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
minimum layer slider now works
This commit is contained in:
parent
e57de296e7
commit
cd8eaf7759
3 changed files with 14 additions and 6 deletions
|
@ -155,8 +155,6 @@ class LayerView(View):
|
|||
self._minimum_layer_num = value
|
||||
if self._minimum_layer_num < 0:
|
||||
self._minimum_layer_num = 0
|
||||
if self._minimum_layer_num > self._current_layer_num:
|
||||
self._minimum_layer_num = self._current_layer_num
|
||||
|
||||
self._startUpdateTopLayers()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue