feature remove the gcode export logic,and remove the Smooth mode entrance.

This commit is contained in:
alves
2026-01-27 10:48:48 +08:00
parent 5add3f99b2
commit 9b43bff570
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -846,7 +846,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
apply(config, &new_conf);
}
toggle_line("overhang_reverse_threshold", has_detect_overhang_wall && allow_overhang_reverse && has_overhang_reverse && !has_overhang_reverse_internal_only);
toggle_line("timelapse_type", true);
toggle_line("timelapse_type", is_BBL_Printer);
bool have_small_area_infill_flow_compensation = config->opt_bool("small_area_infill_flow_compensation");