mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge remote-tracking branch 'origin/3.4'
This commit is contained in:
commit
7d8472e588
4 changed files with 9 additions and 2 deletions
|
@ -18,6 +18,8 @@ ScrollView
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
padding: UM.Theme.getSize("wide_margin").height
|
padding: UM.Theme.getSize("wide_margin").height
|
||||||
height: childrenRect.height + 2 * padding
|
height: childrenRect.height + 2 * padding
|
||||||
|
|
||||||
|
/* Hide for 3.4
|
||||||
ToolboxDownloadsShowcase
|
ToolboxDownloadsShowcase
|
||||||
{
|
{
|
||||||
id: showcase
|
id: showcase
|
||||||
|
@ -29,6 +31,8 @@ ScrollView
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: UM.Theme.getSize("default_lining").height
|
height: UM.Theme.getSize("default_lining").height
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
ToolboxDownloadsGrid
|
ToolboxDownloadsGrid
|
||||||
{
|
{
|
||||||
id: allPlugins
|
id: allPlugins
|
||||||
|
|
|
@ -33,6 +33,8 @@ Item
|
||||||
toolbox.viewPage = "overview"
|
toolbox.viewPage = "overview"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide for 3.4
|
||||||
ToolboxTabButton
|
ToolboxTabButton
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@title:tab", "Materials")
|
text: catalog.i18nc("@title:tab", "Materials")
|
||||||
|
@ -45,6 +47,7 @@ Item
|
||||||
toolbox.viewPage = "overview"
|
toolbox.viewPage = "overview"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
ToolboxTabButton
|
ToolboxTabButton
|
||||||
{
|
{
|
||||||
|
|
|
@ -150,7 +150,7 @@ Item
|
||||||
{
|
{
|
||||||
id: loader
|
id: loader
|
||||||
visible: active
|
visible: active
|
||||||
source: "../images/loading.gif"
|
source: visible ? "../images/loading.gif" : ""
|
||||||
width: UM.Theme.getSize("toolbox_loader").width
|
width: UM.Theme.getSize("toolbox_loader").width
|
||||||
height: UM.Theme.getSize("toolbox_loader").height
|
height: UM.Theme.getSize("toolbox_loader").height
|
||||||
anchors.right: button.left
|
anchors.right: button.left
|
||||||
|
|
|
@ -5835,7 +5835,7 @@
|
||||||
"description": "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support.",
|
"description": "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support.",
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"default_value": "",
|
"default_value": "",
|
||||||
"enabled": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
|
"enabled": "support_pattern == 'cross' or support_pattern == 'cross_3d'",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue