mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Integrate prime tower mode setting
This commit is contained in:
parent
f619dd41fc
commit
39db261b4b
2 changed files with 3 additions and 3 deletions
|
@ -263,7 +263,7 @@ class SliceInfo(QObject, Extension):
|
|||
print_settings["retraction_enable"] = global_stack.getProperty("retraction_enable", "value")
|
||||
|
||||
# Prime tower settings
|
||||
print_settings["prime_tower_enable"] = global_stack.getProperty("prime_tower_enable", "value")
|
||||
print_settings["prime_tower_mode"] = global_stack.getProperty("prime_tower_mode", "value")
|
||||
|
||||
# Infill settings
|
||||
print_settings["infill_sparse_density"] = global_stack.getProperty("infill_sparse_density", "value")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue