mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch '2.1'
This commit is contained in:
commit
21ad4713a7
15 changed files with 59 additions and 2 deletions
|
@ -103,7 +103,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…
Add table
Add a link
Reference in a new issue