mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:19:02 +08:00
Fixed sending wrong setting for bed adhesion
CURA-3858
This commit is contained in:
parent
1b6152b793
commit
3ee72a5393
@ -161,7 +161,7 @@ class SliceInfo(Extension):
|
||||
print_settings["support_extruder_nr"] = int(global_container_stack.getProperty("support_extruder_nr", "value"))
|
||||
|
||||
# Platform adhesion settings
|
||||
print_settings["platform_adhesion"] = global_container_stack.getProperty("platform_adhesion", "value")
|
||||
print_settings["adhesion_type"] = global_container_stack.getProperty("adhesion_type", "value")
|
||||
|
||||
# Shell settings
|
||||
print_settings["wall_line_count"] = global_container_stack.getProperty("wall_line_count", "value")
|
||||
|
Loading…
x
Reference in New Issue
Block a user