mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 03:37:29 +08:00
dialog shows independantly from additional part/mod status
This commit is contained in:
parent
cf4900f5c8
commit
23e141b1d7
@ -2548,15 +2548,6 @@ sub reload_from_disk {
|
||||
return;
|
||||
}
|
||||
|
||||
# check if the object is dependant of more than one file
|
||||
my $org_obj_has_modifiers=0;
|
||||
for my $i (0..($org_obj->volumes_count-1)) {
|
||||
if ($org_obj->input_file ne $org_obj->get_volume($i)->input_file) {
|
||||
$org_obj_has_modifiers=1;
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
||||
my $reload_behavior = $Slic3r::GUI::Settings->{_}{reload_behavior};
|
||||
my $reload_preserve = $Slic3r::GUI::Settings->{_}{reload_preserve};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user