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'.
This commit is contained in:
Ian Bassi
2026-01-13 12:55:26 -03:00
committed by GitHub
parent 3410d38475
commit f18854fb14

View File

@@ -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));