Completely removed Bounded Rectilinear infill
Improved bridge over sparse infill logic - now does not bridge the whole area but only neede part Filtered out tiny regions of ensuring created after bridge_over_sparse infill expanded the regions
This commit is contained in:
parent
b90e8eb6ec
commit
a3430a5b51
6 changed files with 28 additions and 71 deletions
|
@ -463,7 +463,7 @@ static std::vector<std::string> s_Preset_print_options {
|
|||
"wipe_tower_width", "wipe_tower_rotation_angle", "wipe_tower_brim_width", "wipe_tower_bridging", "single_extruder_multi_material_priming", "mmu_segmented_region_max_width",
|
||||
"wipe_tower_no_sparse_layers", "compatible_printers", "compatible_printers_condition", "inherits",
|
||||
"perimeter_generator", "wall_transition_length", "wall_transition_filter_deviation", "wall_transition_angle",
|
||||
"wall_distribution_count", "min_feature_size", "min_bead_width", "ensure_vertical_shell_infill"
|
||||
"wall_distribution_count", "min_feature_size", "min_bead_width"
|
||||
};
|
||||
|
||||
static std::vector<std::string> s_Preset_filament_options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue