mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4461 Add dropdown menu in the UI for selecting the buildplate if
the printer has different buildplates.
This commit is contained in:
parent
342bdda641
commit
becb0cf7b9
4 changed files with 149 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue