mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-01 22:37:03 +00:00
ENH:support interface filament not for body option
1. Add a option to prevent support interface filament being used in support body jira:STUDIO-4847 Change-Id: Ic6e9f663b71a7e4d9cd1bca399c0da2ce22bb5b5 Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
This commit is contained in:
@@ -813,7 +813,7 @@ static std::vector<std::string> s_Preset_print_options {
|
||||
"support_top_z_distance", "support_on_build_plate_only","support_critical_regions_only", "support_remove_small_overhang",
|
||||
"bridge_no_support", "thick_bridges", "max_bridge_length", "print_sequence",
|
||||
"filename_format", "wall_filament", "support_bottom_z_distance",
|
||||
"sparse_infill_filament", "solid_infill_filament", "support_filament", "support_interface_filament",
|
||||
"sparse_infill_filament", "solid_infill_filament", "support_filament", "support_interface_filament","support_interface_not_for_body",
|
||||
"ooze_prevention", "standby_temperature_delta", "interface_shells", "line_width", "initial_layer_line_width",
|
||||
"inner_wall_line_width", "outer_wall_line_width", "sparse_infill_line_width", "internal_solid_infill_line_width",
|
||||
"top_surface_line_width", "support_line_width", "infill_wall_overlap", "bridge_flow",
|
||||
|
||||
Reference in New Issue
Block a user