mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:56:04 +08:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
136eb65105
@ -146,7 +146,7 @@ UM.Dialog
|
||||
ComboBox {
|
||||
id: image_color_invert
|
||||
objectName: "Image_Color_Invert"
|
||||
model: [ catalog.i18nc("@action:label","Lighter is higher"), catalog.i18nc("@action:label","Darker is higher") ]
|
||||
model: [ catalog.i18nc("@item:inlistbox","Lighter is higher"), catalog.i18nc("@item:inlistbox","Darker is higher") ]
|
||||
width: 180
|
||||
onCurrentIndexChanged: { manager.onImageColorInvertChanged(currentIndex) }
|
||||
}
|
||||
|
@ -605,7 +605,7 @@
|
||||
},
|
||||
"material_flow_temp_graph": {
|
||||
"label": "Flow Temperature Graph",
|
||||
"description": "Data linking material flow (in mm/s) to temperature (degrees Celsius).",
|
||||
"description": "Data linking material flow (in mm3 per second) to temperature (degrees Celsius).",
|
||||
"unit": "",
|
||||
"type": "string",
|
||||
"default": "[[3.5,200],[7.0,240]]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user