mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
material_guid is now also a setting in fdmprinter
CURA-1836
This commit is contained in:
parent
a17cf59699
commit
48d39ce387
2 changed files with 16 additions and 7 deletions
|
@ -57,6 +57,14 @@
|
|||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"material_guid":
|
||||
{
|
||||
"label": "Material GUID",
|
||||
"description": "GUID of the material. This is set automatically. ",
|
||||
"default_value": "",
|
||||
"type": "str",
|
||||
"enabled": false
|
||||
},
|
||||
"material_bed_temp_wait":
|
||||
{
|
||||
"label": "Wait for bed heatup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue