mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
Fix merge conflicts
This commit is contained in:
commit
56a3b2dfa7
3 changed files with 8 additions and 7 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