mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:56:05 +08: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
@ -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…
x
Reference in New Issue
Block a user