fix missing settings after merging

This commit is contained in:
SoftFever
2026-04-28 17:20:59 +08:00
parent 9bc2eb7476
commit 24172e6898

View File

@@ -1016,6 +1016,7 @@ static std::vector<std::string> s_Preset_print_options{
"internal_bridge_flow",
"elefant_foot_compensation",
"elefant_foot_compensation_layers",
"elefant_foot_layers_density",
"xy_contour_compensation",
"xy_hole_compensation",
"resolution",
@@ -1068,7 +1069,10 @@ static std::vector<std::string> s_Preset_print_options{
"min_feature_size",
"min_bead_width",
"post_process",
"process_change_extrusion_role_gcode",
"min_length_factor",
"wall_maximum_resolution",
"wall_maximum_deviation",
"small_perimeter_speed",
"small_perimeter_threshold",
"bridge_angle",
@@ -1117,6 +1121,8 @@ static std::vector<std::string> s_Preset_print_options{
"gcode_comments",
"gcode_label_objects",
"initial_layer_travel_speed",
"initial_layer_travel_acceleration",
"initial_layer_travel_jerk",
"exclude_object",
"slow_down_layers",
"infill_anchor",