mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
support_material_synchronize_layers configuration value
for synchronization of object layers with print layers.
This commit is contained in:
parent
1a1eaa0810
commit
556204fddc
4 changed files with 13 additions and 2 deletions
|
@ -532,7 +532,7 @@ sub build {
|
|||
brim_width
|
||||
support_material support_material_threshold support_material_enforce_layers
|
||||
raft_layers
|
||||
support_material_pattern support_material_with_sheath support_material_spacing support_material_angle
|
||||
support_material_pattern support_material_with_sheath support_material_spacing support_material_synchronize_layers support_material_angle
|
||||
support_material_interface_layers support_material_interface_spacing
|
||||
support_material_contact_distance support_material_buildplate_only dont_support_bridges
|
||||
notes
|
||||
|
@ -648,6 +648,7 @@ sub build {
|
|||
$optgroup->append_single_option_line('support_material_interface_spacing');
|
||||
$optgroup->append_single_option_line('support_material_buildplate_only');
|
||||
$optgroup->append_single_option_line('dont_support_bridges');
|
||||
$optgroup->append_single_option_line('support_material_synchronize_layers');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -910,7 +911,7 @@ sub _update {
|
|||
my $have_support_interface = $config->support_material_interface_layers > 0;
|
||||
$self->get_field($_)->toggle($have_support_material)
|
||||
for qw(support_material_threshold support_material_pattern support_material_with_sheath
|
||||
support_material_spacing support_material_angle
|
||||
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);
|
||||
$self->get_field($_)->toggle($have_support_material && $have_support_interface)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue