mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 13:25:53 +08:00
#215 bridge_speed always available.
This commit is contained in:
parent
d812ae91d3
commit
3c8e84dd47
@ -335,7 +335,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig* config)
|
|||||||
toggle_field(el, has_solid_infill);
|
toggle_field(el, has_solid_infill);
|
||||||
|
|
||||||
for (auto el : { "fill_angle", "bridge_angle", "infill_extrusion_width",
|
for (auto el : { "fill_angle", "bridge_angle", "infill_extrusion_width",
|
||||||
"infill_speed", "bridge_speed" })
|
"infill_speed" })
|
||||||
toggle_field(el, have_infill || has_solid_infill);
|
toggle_field(el, have_infill || has_solid_infill);
|
||||||
|
|
||||||
toggle_field("top_solid_min_thickness", ! has_spiral_vase && has_top_solid_infill);
|
toggle_field("top_solid_min_thickness", ! has_spiral_vase && has_top_solid_infill);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user