FIX: show circle compensation parameter on tab

Change-Id: Id3177912473c7001de745bd545d5d6435c6232fc
This commit is contained in:
zhimin.zeng 2025-03-03 22:04:52 +08:00 committed by lane.wei
parent 6869abceda
commit 164d3875d1
1 changed files with 13 additions and 0 deletions

View File

@ -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) {