mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-27 19:30:57 -07:00
FIX: update send print state after load gcode
jira: [STUDIO-11512] Change-Id: I6853a30055e3e3e6e5445d201e959b8c8487d7b6 (cherry picked from commit b01702cadb4cbcb49accf549dea01b52920eb326)
This commit is contained in:
parent
9546743347
commit
174f225849
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue