set support spacing option if support is off

This commit is contained in:
Joseph Lenox 2016-04-09 12:54:32 -05:00 committed by bubnikv
parent 07dd06c53c
commit 4b2bc29b14

View File

@ -914,7 +914,7 @@ sub _update {
for qw(support_material_threshold support_material_pattern support_material_with_sheath
support_material_spacing support_material_synchronize_layers support_material_angle
support_material_interface_layers dont_support_bridges
support_material_extrusion_width support_material_contact_distance);
support_material_extrusion_width support_material_contact_distance support_material_xy_spacing);
$self->get_field($_)->toggle($have_support_material && $have_support_interface)
for qw(support_material_interface_spacing support_material_interface_extruder
support_material_interface_speed support_material_interface_contact_loops);