mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
This name wasn't the same as in the complete settings list.
Even worse, support type there already means something else. Done in main for supposedly 5.11 instead of 5.10 since the translations might not work since they have a different context/label here. resolution of CURA-12485
This commit is contained in:
parent
2bfb2fd6ad
commit
ce4c18a60c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RecommendedSettingSection
|
|||
contents: [
|
||||
RecommendedSettingItem
|
||||
{
|
||||
settingName: catalog.i18nc("@action:label", "Support Type")
|
||||
settingName: catalog.i18nc("@action:label", "Support Structure")
|
||||
tooltipText: catalog.i18nc("@label", "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"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.")
|
||||
isCompressed: enableSupportRow.isCompressed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue