mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 06:33:13 +08:00
FIX: hide the circle compensation parameters
jira: none Change-Id: I03bffce562eea0498e981d7f6ea95a8ae1ac964b
This commit is contained in:
parent
5b056ee0ae
commit
b2caf60514
@ -3336,19 +3336,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");
|
||||
//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