From 23f8ad88d10eb0f462b9bf6b60692c020ae0c525 Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Tue, 21 Jul 2026 15:16:07 -0300 Subject: [PATCH] Troubleshoot Center Wiki redirection (#14887) --- src/slic3r/GUI/TroubleshootDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/TroubleshootDialog.cpp b/src/slic3r/GUI/TroubleshootDialog.cpp index 44f35e2335..2ddb136a1c 100644 --- a/src/slic3r/GUI/TroubleshootDialog.cpp +++ b/src/slic3r/GUI/TroubleshootDialog.cpp @@ -186,7 +186,7 @@ TroubleshootDialog::TroubleshootDialog() Fit(); }); - auto link_wiki = new HyperLink(this, _L("Wiki Guide")); + auto link_wiki = new HyperLink(this, _L("Wiki Guide"), "https://www.orcaslicer.com/wiki/troubleshoot_center"); // RIGHT SIZER //////////////////////