Allow user to adjust top solid infill flowrate

This commit is contained in:
SoftFever 2022-09-12 00:22:38 +08:00
parent a189784c16
commit bc545cf90e
5 changed files with 18 additions and 2 deletions

View file

@ -683,7 +683,9 @@ static std::vector<std::string> s_Preset_print_options {
"gcode_add_line_number", "enable_arc_fitting", "infill_combination", "adaptive_layer_height",
"support_bottom_interface_spacing", "enable_overhang_speed", "overhang_1_4_speed", "overhang_2_4_speed", "overhang_3_4_speed", "overhang_4_4_speed",
"initial_layer_infill_speed", "only_one_wall_top", "only_one_wall_first_layer",
"timelapse_type"
"timelapse_type",
//SoftFever
"top_solid_infill_flow_ratio"
};