CURA-4461 Add dropdown menu in the UI for selecting the buildplate if

the printer has different buildplates.
This commit is contained in:
Diego Prado Gesto 2018-01-09 15:42:10 +01:00
parent 342bdda641
commit becb0cf7b9
4 changed files with 149 additions and 3 deletions

View file

@ -874,7 +874,7 @@ class XmlMaterialProfile(InstanceContainer):
# Map XML file setting names to internal names
__material_settings_setting_map = {
"print temperature": "default_material_print_temperature",
"heated bed temperature": "material_bed_temperature",
"heated bed temperature": "default_material_bed_temperature",
"standby temperature": "material_standby_temperature",
"processing temperature graph": "material_flow_temp_graph",
"print cooling": "cool_fan_speed",