From 81b0e61845a23f1d26e17c483faa731094d271a9 Mon Sep 17 00:00:00 2001 From: sentientstardust Date: Sun, 3 May 2026 14:10:57 +0100 Subject: [PATCH] Add missing options for texture mapping --- src/libslic3r/Preset.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/Preset.cpp b/src/libslic3r/Preset.cpp index 401480e96a1..084b15fcc69 100644 --- a/src/libslic3r/Preset.cpp +++ b/src/libslic3r/Preset.cpp @@ -950,6 +950,7 @@ static std::vector s_Preset_print_options { "wipe_tower_cone_angle", "wipe_tower_extra_spacing","wipe_tower_max_purge_speed", "wipe_tower_wall_type", "wipe_tower_extra_rib_length", "wipe_tower_rib_width", "wipe_tower_fillet_wall", "wipe_tower_filament", "wiping_volumes_extruders","wipe_tower_bridging", "wipe_tower_extra_flow","single_extruder_multi_material_priming", + "texture_mapping_outer_wall_gradient_global_strength", "texture_mapping_outer_wall_gradient_max_line_width", "texture_mapping_outer_wall_gradient_min_line_width", "wipe_tower_rotation_angle", "tree_support_branch_distance_organic", "tree_support_branch_diameter_organic", "tree_support_branch_angle_organic", "hole_to_polyhole", "hole_to_polyhole_threshold", "hole_to_polyhole_twisted", "mmu_segmented_region_max_width", "mmu_segmented_region_interlocking_depth", "small_area_infill_flow_compensation", "small_area_infill_flow_compensation_model",