one wall top/bottom for Arachne

#340
#350
This commit is contained in:
SoftFever 2023-02-26 12:07:40 +08:00
parent 113f3d4c26
commit ae6c5be6e9
2 changed files with 5 additions and 1 deletions

View file

@ -659,7 +659,6 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
"min_feature_size", "min_bead_width", "wall_distribution_count" })
toggle_line(el, have_arachne);
toggle_field("detect_thin_wall", !have_arachne);
toggle_field("only_one_wall_top", !have_arachne);
// SoftFever
auto is_role_based_wipe_speed = config->opt_bool("role_based_wipe_speed");