mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-28 04:18:41 +00:00
Fix PLA/PETG warning wiki link (#15172)
This commit is contained in:
@@ -10602,9 +10602,8 @@ void GLCanvas3D::_set_warning_notification(EWarning warning, bool state)
|
|||||||
wxString region = L"en";
|
wxString region = L"en";
|
||||||
if (language.find("zh") == 0)
|
if (language.find("zh") == 0)
|
||||||
region = L"zh";
|
region = L"zh";
|
||||||
// Use the generic dual-nozzle PLA+PETG guide rather than the H2D-specific page
|
// Although this link looks like it's only for the H2D, its guidance is generic.
|
||||||
// so the link is relevant for all dual-extrusion printers, not just Bambu H2D. (#12073)
|
wxGetApp().open_browser_with_warning_dialog(wxString::Format(L"https://wiki.bambulab.com/%s/filament-acc/filament/h2d-pla-and-petg-mutual-support", region));
|
||||||
wxGetApp().open_browser_with_warning_dialog(wxString::Format(L"https://wiki.bambulab.com/%s/filament-acc/filament/pla-and-petg-dual-extrusion", region));
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user