mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 02:35:54 +08:00
FIX: infill pattern changes by accident
jira: STUDIO-12461 Change-Id: I14edbdcd11587d7d8bd2bdad8605064698764563
This commit is contained in:
parent
9cf87d94e2
commit
ab6cb4275d
@ -1719,7 +1719,7 @@ void TreeSupport::generate_toolpaths()
|
||||
filler_interface->angle = Geometry::deg2rad(object_config.support_angle.value);
|
||||
fill_params.dont_sort = true;
|
||||
}
|
||||
if (m_support_params.contact_fill_pattern = ipRectilinear) {
|
||||
if (m_support_params.contact_fill_pattern == ipRectilinear) {
|
||||
bool bridge_found = false;
|
||||
for (size_t i = 0; i < m_support_params.num_top_interface_layers; i++) {
|
||||
auto cur_ts_layer = m_object->get_support_layer(layer_id + i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user