mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fixed sending wrong setting for bed adhesion
CURA-3858
This commit is contained in:
parent
1b6152b793
commit
3ee72a5393
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue