ENH: fix duplicate setting name

As title.

Test multi-color 3MF loading OK

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I9b2791f8d020a051f934cda3027293a948b07088
This commit is contained in:
salt.wei 2022-10-26 22:41:19 +08:00 committed by Lane.Wei
parent 24ce050a91
commit c61fd447c9
6 changed files with 13 additions and 7 deletions

View file

@ -2421,7 +2421,7 @@ void TabFilament::build()
optgroup->append_single_option_line("filament_soluble");
// BBS
optgroup->append_single_option_line("filament_is_support");
optgroup->append_single_option_line("filament_colour");
optgroup->append_single_option_line("default_filament_colour");
optgroup->append_single_option_line("filament_diameter");
optgroup->append_single_option_line("filament_flow_ratio");
optgroup->append_single_option_line("filament_density");