mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Include the prime tower to the time calculations
Contributes to CURA-6509.
This commit is contained in:
parent
c9e7f3a245
commit
11e86512cb
4 changed files with 5 additions and 3 deletions
|
@ -735,6 +735,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
"support_interface": message.time_support_interface,
|
||||
"support": message.time_support,
|
||||
"skirt": message.time_skirt,
|
||||
"prime_tower": message.time_prime_tower,
|
||||
"travel": message.time_travel,
|
||||
"retract": message.time_retract,
|
||||
"none": message.time_none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue