mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 14:19:13 +08:00
ENH: add raft contact distance
For github issue #975 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I3b2c4f105374fccf4fb0cdbfba5bb6181da6dd93 (cherry picked from commit c7225c6c961ea2d8d5217c2b8e610cc661a2d227)
This commit is contained in:
parent
74263a6df8
commit
2c3038af5c
@ -601,9 +601,9 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
|
||||
toggle_field("inner_wall_line_width", have_perimeters || have_skirt || have_brim);
|
||||
toggle_field("support_filament", have_support_material || have_skirt);
|
||||
|
||||
toggle_field("raft_contact_distance", have_raft && !have_support_soluble);
|
||||
for (auto el : { "raft_expansion" })
|
||||
toggle_field(el, have_raft);
|
||||
toggle_line("raft_contact_distance", have_raft && !have_support_soluble);
|
||||
for (auto el : { "raft_first_layer_expansion", "raft_first_layer_density"})
|
||||
toggle_line(el, have_raft);
|
||||
|
||||
bool has_ironing = (config->opt_enum<IroningType>("ironing_type") != IroningType::NoIroning);
|
||||
for (auto el : { "ironing_flow", "ironing_spacing", "ironing_speed" })
|
||||
|
@ -1941,6 +1941,7 @@ void TabPrint::build()
|
||||
|
||||
optgroup = page->new_optgroup(L("Raft"), L"param_raft");
|
||||
optgroup->append_single_option_line("raft_layers");
|
||||
optgroup->append_single_option_line("raft_contact_distance");
|
||||
optgroup->append_single_option_line("raft_first_layer_density");
|
||||
optgroup->append_single_option_line("raft_first_layer_expansion");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user