mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 00:48:43 +03:00
add "overhang_reverse_internal_only"
This commit is contained in:
@@ -385,6 +385,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig* config)
|
||||
bool has_overhang_reverse = config->opt_bool("overhang_reverse");
|
||||
bool allow_overhang_reverse = has_detect_overhang_wall && !has_spiral_vase;
|
||||
toggle_field("overhang_reverse", allow_overhang_reverse);
|
||||
toggle_field("overhang_reverse_internal_only", allow_overhang_reverse && has_overhang_reverse);
|
||||
toggle_field("overhang_reverse_threshold", allow_overhang_reverse && has_overhang_reverse);
|
||||
}
|
||||
|
||||
|
||||
@@ -1462,6 +1462,7 @@ void TabPrint::build()
|
||||
|
||||
//w38
|
||||
optgroup->append_single_option_line("overhang_reverse");
|
||||
optgroup->append_single_option_line("overhang_reverse_internal_only");
|
||||
optgroup->append_single_option_line("overhang_reverse_threshold");
|
||||
|
||||
optgroup = page->new_optgroup(L("Advanced"));
|
||||
|
||||
Reference in New Issue
Block a user