mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 00:48:43 +03:00
Revert change "make_overhang_printable "
This commit is contained in:
@@ -380,10 +380,6 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig* config)
|
||||
bool is_top_one_wall = config->opt_enum<TopOneWallType>("top_one_wall_type") != TopOneWallType::Disable;
|
||||
toggle_field("top_area_threshold", is_top_one_wall);
|
||||
|
||||
//w31
|
||||
bool have_make_overhang_printable = config->opt_bool("make_overhang_printable");
|
||||
toggle_field("make_overhang_printable_angle", have_make_overhang_printable);
|
||||
toggle_field("make_overhang_printable_hole_size", have_make_overhang_printable);
|
||||
}
|
||||
|
||||
void ConfigManipulation::toggle_print_sla_options(DynamicPrintConfig* config)
|
||||
|
||||
@@ -1474,10 +1474,6 @@ void TabPrint::build()
|
||||
optgroup->append_single_option_line("top_area_threshold");
|
||||
//w23
|
||||
optgroup->append_single_option_line("only_one_wall_first_layer");
|
||||
//w31
|
||||
optgroup->append_single_option_line("make_overhang_printable");
|
||||
optgroup->append_single_option_line("make_overhang_printable_angle");
|
||||
optgroup->append_single_option_line("make_overhang_printable_hole_size");
|
||||
|
||||
optgroup = page->new_optgroup(L("Fuzzy skin (experimental)"));
|
||||
category_path = "fuzzy-skin_246186/#";
|
||||
|
||||
Reference in New Issue
Block a user