Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-06-14 19:20:35 +0300
committerGhostkeeper <rubend@tutanota.com>2022-06-14 19:20:35 +0300
commit3acc7bcb1c522cb9dcbec243af9c414fd95f7847 (patch)
treef585f5ee48c30ca042b0bea524a97b73e78621db /resources/qml
parentb18cb1f649db96090e4cd4c8e78504d435618a36 (diff)
Add actual link to help page for when a profile is not supportedCURA-8849
Doesn't have UTM tags though. Maybe that's not important here. Contributes to issue CURA-8849.
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml b/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml
index 86852de4a0..6d1511d526 100644
--- a/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml
+++ b/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml
@@ -49,6 +49,6 @@ Column
iconSource: UM.Theme.getIcon("LinkExternal")
isIconOnRightSide: true
- onClicked: Qt.openUrlExternally("https://ultimaker.com/") //TODO: Fill in the actual link.
+ onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012909099-How-to-check-why-a-profile-is-Not-supported") //TODO: Add tags?
}
} \ No newline at end of file