mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:28:59 +08:00
Merge branch '4.1'
This commit is contained in:
commit
03d96f3fb5
@ -13,7 +13,6 @@
|
|||||||
"has_machine_materials": false,
|
"has_machine_materials": false,
|
||||||
"has_machine_quality": false,
|
"has_machine_quality": false,
|
||||||
"has_variant_materials": false,
|
"has_variant_materials": false,
|
||||||
"weight": 2,
|
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"icon": "icon_ultimaker.png",
|
"icon": "icon_ultimaker.png",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
|
@ -2064,7 +2064,7 @@
|
|||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 35,
|
"default_value": 35,
|
||||||
"resolve": "max(extruderValues('build_volume_temperature'))",
|
"resolve": "min(extruderValues('build_volume_temperature'))",
|
||||||
"minimum_value": "-273.15",
|
"minimum_value": "-273.15",
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "285",
|
"maximum_value_warning": "285",
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
"author": "Andrew Finkle, CTO",
|
"author": "Andrew Finkle, CTO",
|
||||||
"manufacturer": "Structur3d.io",
|
"manufacturer": "Structur3d.io",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"weight": 1,
|
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||||
|
@ -14,8 +14,6 @@ import Cura 1.0 as Cura
|
|||||||
//
|
//
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
UM.I18nCatalog { id: catalog; name: "cura" }
|
|
||||||
|
|
||||||
id: base
|
id: base
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
||||||
@ -85,7 +83,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: machineList
|
id: machineList
|
||||||
|
|
||||||
cacheBuffer: 0 // Workaround for https://bugreports.qt.io/browse/QTBUG-49224
|
cacheBuffer: 1000000 // Set a large cache to effectively just cache every list item.
|
||||||
|
|
||||||
model: UM.DefinitionContainersModel
|
model: UM.DefinitionContainersModel
|
||||||
{
|
{
|
||||||
|
@ -72,7 +72,7 @@ Item
|
|||||||
section.criteria: ViewSection.FullString
|
section.criteria: ViewSection.FullString
|
||||||
section.delegate: sectionHeading
|
section.delegate: sectionHeading
|
||||||
|
|
||||||
cacheBuffer: 0 // Workaround for https://bugreports.qt.io/browse/QTBUG-49224
|
cacheBuffer: 1000000 // Set a large cache to effectively just cache every list item.
|
||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user