FIX: update send print state after load gcode

jira: [STUDIO-11512]
Change-Id: I6853a30055e3e3e6e5445d201e959b8c8487d7b6
(cherry picked from commit b01702cadb4cbcb49accf549dea01b52920eb326)
This commit is contained in:
xin.zhang 2025-04-15 09:55:50 +08:00 committed by Noisyfox
parent 9546743347
commit 174f225849

View file

@ -12175,6 +12175,8 @@ void Plater::load_gcode(const wxString& filename)
if (m_only_gcode) {
p->view3D->get_canvas3d()->remove_raycasters_for_picking(SceneRaycaster::EType::Bed);
}
p->main_frame->update_slice_print_status(MainFrame::eEventPlateUpdate, false, true);//STUDIO-11512
}
void Plater::reload_gcode_from_disk()