mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49:00 +08:00
Limit layer processing to 99% to indicate more stuff needs to happen
Fixes CURA-1644
This commit is contained in:
parent
49e5b1938a
commit
5873f1d4d0
@ -96,7 +96,7 @@ class ProcessSlicedLayersJob(Job):
|
||||
Job.yieldThread()
|
||||
Job.yieldThread()
|
||||
current_layer += 1
|
||||
progress = (current_layer / layer_count) * 100
|
||||
progress = (current_layer / layer_count) * 99
|
||||
# TODO: Rebuild the layer data mesh once the layer has been processed.
|
||||
# This needs some work in LayerData so we can add the new layers instead of recreating the entire mesh.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user