mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Add tooltips
CURA-9793
This commit is contained in:
parent
487bf41a7b
commit
574b1000f6
5 changed files with 24 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ RecommendedSettingSection
|
|||
enableSectionSwitchVisible: supportEnabled.properties.enabled == "True"
|
||||
enableSectionSwitchChecked: supportEnabled.properties.value == "True"
|
||||
enableSectionSwitchEnabled: recommendedPrintSetup.settingsEnabled
|
||||
toolTipText: catalog.i18nc("@label", "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.")
|
||||
tooltipText: catalog.i18nc("@label", "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.")
|
||||
|
||||
function onEnableSectionChanged(state) {
|
||||
supportEnabled.setPropertyValue("value", state)
|
||||
|
|
@ -53,6 +53,7 @@ RecommendedSettingSection
|
|||
RecommendedSettingItem
|
||||
{
|
||||
settingName: catalog.i18nc("@action:label", "Support Type")
|
||||
tooltipText: catalog.i18nc("support_structure description", "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible.")
|
||||
|
||||
settingControl: Cura.SingleSettingComboBox
|
||||
{
|
||||
|
|
@ -64,11 +65,13 @@ RecommendedSettingSection
|
|||
{
|
||||
Layout.preferredHeight: childrenRect.height
|
||||
settingName: catalog.i18nc("@action:label", "Print with")
|
||||
tooltipText: catalog.i18nc("support_extruder_nr description", "The extruder train to use for printing the support. This is used in multi-extrusion.")
|
||||
settingControl: Cura.SingleSettingExtruderSelectorBar { extruderSettingName: "support_extruder_nr" }
|
||||
},
|
||||
RecommendedSettingItem
|
||||
{
|
||||
settingName: catalog.i18nc("@action:label", "Placement")
|
||||
tooltipText: catalog.i18nc("support_type description", "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model.")
|
||||
|
||||
settingControl: Cura.SingleSettingComboBox
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue