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:
Joseph Lenox 2019-07-21 00:29:46 -05:00 committed by Joseph Lenox
parent 8adf792539
commit 66af505d5d

View File

@ -919,7 +919,7 @@ sub _update {
if (any { /$opt_key/ } qw(all_keys top_solid_layers bottom_solid_layers fill_density)) {
$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)) {