mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Add network troubleshooting url
This commit is contained in:
parent
1dd48c5728
commit
6c7ae309a1
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ Item
|
|||
onClicked:
|
||||
{
|
||||
// open the troubleshooting URL with web browser
|
||||
var url = "https://ultimaker.com/incoming-links/cura/material-compatibilty" // TODO
|
||||
const url = "https://ultimaker.com/en/resources/39129-network-troubleshooting-cura"
|
||||
Qt.openUrlExternally(url)
|
||||
}
|
||||
onEntered:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue