mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 17:05:56 +08:00
FIX:filament backup does not interact after clicking
Change-Id: I47086e92e74512661149557434c17a9587232ce6
This commit is contained in:
parent
a476bbd229
commit
c7278dffeb
@ -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…
x
Reference in New Issue
Block a user