mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
CURA-4525 first multi slice + multi layer data, added filter on build plate, added option arrange on load, visuals like convex hull are now correct
This commit is contained in:
parent
41d5ec86a3
commit
e21acd1a07
18 changed files with 468 additions and 260 deletions
|
@ -112,7 +112,6 @@ class ArrangeObjectsAllBuildPlatesJob(Job):
|
|||
# start_priority = 0
|
||||
|
||||
while try_placement:
|
||||
Logger.log("d", "start_priority %s", start_priority)
|
||||
# make sure that current_build_plate_number is not going crazy or you'll have a lot of arrange objects
|
||||
while current_build_plate_number >= arrange_array.count():
|
||||
arrange_array.add()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue