mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX:filament backup does not interact after clicking
Change-Id: I47086e92e74512661149557434c17a9587232ce6
This commit is contained in:
parent
a476bbd229
commit
c7278dffeb
1 changed files with 1 additions and 1 deletions
|
@ -2871,7 +2871,7 @@ void StatusPanel::on_ams_unload(SimpleEvent &event)
|
|||
|
||||
void StatusPanel::on_ams_filament_backup(SimpleEvent& event)
|
||||
{
|
||||
if (obj && obj->filam_bak.size() > 0) {
|
||||
if (obj) {
|
||||
AmsReplaceMaterialDialog* m_replace_material_popup = new AmsReplaceMaterialDialog(this);
|
||||
m_replace_material_popup->update_machine_obj(obj);
|
||||
m_replace_material_popup->ShowModal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue