mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Reduce number of top layer to increase processing speed
This commit is contained in:
parent
969a1ccc05
commit
49e5b1938a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class LayerView(View):
|
|||
self._top_layers_job = None
|
||||
self._activity = False
|
||||
|
||||
self._solid_layers = 5
|
||||
self._solid_layers = 1
|
||||
|
||||
self._top_layer_timer = QTimer()
|
||||
self._top_layer_timer.setInterval(50)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue