Don't hide exclude_object option for Marlin/RRF firmwares as Orca now support these firmwares
Fixed #3267
This commit is contained in:
parent
665526e4eb
commit
9e4c332df2
1 changed files with 0 additions and 2 deletions
|
@ -712,8 +712,6 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
|
|||
toggle_line("make_overhang_printable_angle", have_make_overhang_printable);
|
||||
toggle_line("make_overhang_printable_hole_size", have_make_overhang_printable);
|
||||
|
||||
toggle_line("exclude_object", gcflavor == gcfKlipper);
|
||||
|
||||
toggle_line("min_width_top_surface",config->opt_bool("only_one_wall_top"));
|
||||
|
||||
for (auto el : { "hole_to_polyhole_threshold", "hole_to_polyhole_twisted" })
|
||||
|
|
Loading…
Reference in a new issue