Update help link for symmetric_infill_y_axis option (#12034)

Changed the help link for the 'symmetric_infill_y_axis' option from 'strength_settings_patterns#zig-zag' to 'strength_settings_infill#symmetric-infill-y-axis' to provide more accurate documentation.
This commit is contained in:
Ian Bassi 2026-01-21 17:24:44 -03:00 committed by GitHub
parent ecc2c91e32
commit 27f2f2be62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2440,7 +2440,7 @@ void TabPrint::build()
optgroup->append_single_option_line("skin_infill_depth", "strength_settings_patterns#locked-zag");
optgroup->append_single_option_line("skin_infill_line_width", "strength_settings_patterns#locked-zag");
optgroup->append_single_option_line("skeleton_infill_line_width", "strength_settings_patterns#locked-zag");
optgroup->append_single_option_line("symmetric_infill_y_axis", "strength_settings_patterns#zig-zag");
optgroup->append_single_option_line("symmetric_infill_y_axis", "strength_settings_infill#symmetric-infill-y-axis");
optgroup->append_single_option_line("infill_shift_step", "strength_settings_patterns#cross-hatch");
optgroup->append_single_option_line("lateral_lattice_angle_1", "strength_settings_patterns#lateral-lattice");
optgroup->append_single_option_line("lateral_lattice_angle_2", "strength_settings_patterns#lateral-lattice");