CURA-4461 Set active buildplate in the global container stack when is

changed in the UI.

Add a new setting for distinguish between types of build plates.
This commit is contained in:
Diego Prado Gesto 2018-01-10 14:05:38 +01:00
parent fd46f6968b
commit cea9f359cd
3 changed files with 55 additions and 3 deletions

View file

@ -154,6 +154,21 @@
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"machine_buildplate_type":
{
"label": "Build Plate Material",
"description": "The material of the build plate installed on the printer.",
"default_value": "glass",
"type": "enum",
"options":
{
"glass": "Glass",
"aluminium": "Aluminium"
},
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"machine_height":
{
"label": "Machine Height",