Don't hide exclude_object option for Marlin/RRF firmwares as Orca now support these firmwares

Fixed #3267
This commit is contained in:
SoftFever 2023-12-25 12:00:08 +08:00
parent 665526e4eb
commit 9e4c332df2

View file

@ -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" })