ENH: replace video link for tpu printing

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5e462833ee80d4b3caf1faee7e445ad938fe82e1
This commit is contained in:
xun.zhang 2025-03-24 10:56:04 +08:00 committed by lane.wei
parent a75a33a2c9
commit d097af3fb8
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ bool play_dual_extruder_slice_video()
bool play_dual_extruder_print_tpu_video()
{
// TO be replaced
const wxString video_url = "https://e.bambulab.com/t?c=mOkvsXkJ9pldGYp9";
const wxString video_url = "https://e.bambulab.com/t?c=fwWqpBg37Liel92N";
if (wxLaunchDefaultBrowser(video_url)){
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format("Print Tpu Video is being played using the system's default browser.");
return true;