mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 23:43:14 +08:00
FIX: show circle compensation parameter on tab
Change-Id: Id3177912473c7001de745bd545d5d6435c6232fc
This commit is contained in:
parent
6869abceda
commit
164d3875d1
@ -3296,6 +3296,19 @@ void TabFilament::build()
|
||||
optgroup->append_single_option_line("filament_scarf_gap");
|
||||
optgroup->append_single_option_line("filament_scarf_length");
|
||||
|
||||
optgroup = page->new_optgroup(L("Filament circle compensation setting"), L"param_volumetric_speed");
|
||||
optgroup->append_single_option_line("circle_compensation_speed");
|
||||
optgroup->append_single_option_line("counter_coef_1");
|
||||
optgroup->append_single_option_line("counter_coef_2");
|
||||
optgroup->append_single_option_line("counter_coef_3");
|
||||
optgroup->append_single_option_line("hole_coef_1");
|
||||
optgroup->append_single_option_line("hole_coef_2");
|
||||
optgroup->append_single_option_line("hole_coef_3");
|
||||
optgroup->append_single_option_line("counter_limit_min");
|
||||
optgroup->append_single_option_line("counter_limit_max");
|
||||
optgroup->append_single_option_line("hole_limit_min");
|
||||
optgroup->append_single_option_line("hole_limit_max");
|
||||
optgroup->append_single_option_line("diameter_limit");
|
||||
//line = { "", "" };
|
||||
//line.full_width = 1;
|
||||
//line.widget = [this](wxWindow* parent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user