From f18854fb14bd4f1c0393bc29e0de0d149d88cb32 Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Tue, 13 Jan 2026 12:55:26 -0300 Subject: [PATCH] Update Wiki Guide hyperlink in StepMeshDialog (#11945) Changed the URL for the Wiki Guide hyperlink to point to the updated 'prepare_stl_transformation' page instead of 'stl-transformation'. --- src/slic3r/GUI/StepMeshDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/StepMeshDialog.cpp b/src/slic3r/GUI/StepMeshDialog.cpp index 196c0ff8e0..4347309954 100644 --- a/src/slic3r/GUI/StepMeshDialog.cpp +++ b/src/slic3r/GUI/StepMeshDialog.cpp @@ -119,7 +119,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line info->SetForegroundColour(StateColor::darkModeColorFor(FONT_COLOR)); // ORCA standardized HyperLink - HyperLink *tips = new HyperLink(this, _L("Wiki Guide"), "https://www.orcaslicer.com/wiki/stl-transformation"); + HyperLink *tips = new HyperLink(this, _L("Wiki Guide"), "https://www.orcaslicer.com/wiki/prepare_stl_transformation"); tips->SetFont(::Label::Body_12); info->Wrap(FromDIP(400));