Import step guide movement (#12235)

This commit is contained in:
Ian Bassi
2026-02-10 11:44:30 -03:00
committed by GitHub
parent 9950662ddf
commit cf31d05d26

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/prepare_stl_transformation");
HyperLink *tips = new HyperLink(this, _L("Wiki Guide"), "https://www.orcaslicer.com/wiki/import_export#step");
tips->SetFont(::Label::Body_12);
info->Wrap(FromDIP(400));