mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 05:11:59 +08:00
One more fix for #3819
This commit is contained in:
parent
35fc1decfa
commit
4a2eeaf27f
@ -1370,7 +1370,7 @@ sub build {
|
||||
|
||||
$self->{extruder_pages} = [];
|
||||
$self->_build_extruder_pages;
|
||||
$self->_update_serial_ports if (!$params{no_controller});
|
||||
$self->_update_serial_ports unless $Slic3r::GUI::Settings->{_}{no_controller};
|
||||
}
|
||||
|
||||
sub _update_serial_ports {
|
||||
|
Loading…
x
Reference in New Issue
Block a user