mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 15:45:56 +08:00
Don't disable bridge_speed in GUI when no infill configured.
Bridge speed is still used when overhang perimeters are present, which means that it cannot be disabled if there is no infill. Fixes #4842
This commit is contained in:
parent
8adf792539
commit
66af505d5d
@ -919,7 +919,7 @@ sub _update {
|
|||||||
|
|
||||||
if (any { /$opt_key/ } qw(all_keys top_solid_layers bottom_solid_layers fill_density)) {
|
if (any { /$opt_key/ } qw(all_keys top_solid_layers bottom_solid_layers fill_density)) {
|
||||||
$self->get_field($_)->toggle($have_infill || $have_solid_infill)
|
$self->get_field($_)->toggle($have_infill || $have_solid_infill)
|
||||||
for qw(fill_angle infill_extrusion_width infill_speed bridge_speed);
|
for qw(fill_angle infill_extrusion_width infill_speed);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (any { /$opt_key/ } qw(all_keys fill_density perimeters)) {
|
if (any { /$opt_key/ } qw(all_keys fill_density perimeters)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user