mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-29 20:30:51 -07:00
New OrcaSlicer wiki URL (#11800)
This commit is contained in:
parent
263b592885
commit
d1f4e8abe1
6 changed files with 25 additions and 25 deletions
|
|
@ -123,7 +123,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line
|
|||
tips->SetForegroundColour(StateColor::darkModeColorFor(wxColour(0, 151, 137)));
|
||||
tips->SetFont(font);
|
||||
tips->Bind(wxEVT_LEFT_DOWN, [this](wxMouseEvent& e) {
|
||||
wxLaunchDefaultBrowser("https://github.com/OrcaSlicer/OrcaSlicer/wiki/stl-transformation");
|
||||
wxLaunchDefaultBrowser("https://www.orcaslicer.com/wiki/stl-transformation");
|
||||
});
|
||||
info->Wrap(FromDIP(400));
|
||||
tips_sizer->Add(info, 0, wxALIGN_LEFT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue