mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
SliceInfo doesn't need to be aware of brim for prime tower only. [CURA-5864]
This commit is contained in:
parent
4065c83188
commit
03bed3462c
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ class SliceInfo(QObject, Extension):
|
|||
|
||||
# Prime tower settings
|
||||
print_settings["prime_tower_enable"] = global_stack.getProperty("prime_tower_enable", "value")
|
||||
print_settings["prime_tower_brim_enable"] = global_stack.getProperty("prime_tower_brim_enable", "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