mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
Reduce number of top layer to increase processing speed
This commit is contained in:
parent
969a1ccc05
commit
49e5b1938a
@ -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…
x
Reference in New Issue
Block a user