Fixed sending wrong setting for bed adhesion

CURA-3858
This commit is contained in:
Jaime van Kessel 2017-07-04 10:19:11 +02:00
parent 1b6152b793
commit 3ee72a5393

View file

@ -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")