Only synchronize intermediate layers if explicitely asked for.

This commit is contained in:
bubnikv 2017-01-11 18:05:03 +01:00
parent f0cf7adf84
commit 41fbec9063

View File

@ -947,7 +947,8 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::raft_and_int
assert(extremes.front().z() > m_slicing_params.raft_interface_top_z && extremes.front().z() >= m_slicing_params.first_print_layer_height);
bool synchronize = m_slicing_params.soluble_interface || this->synchronize_layers();
// bool synchronize = m_slicing_params.soluble_interface || this->synchronize_layers();
bool synchronize = this->synchronize_layers();
// Generate intermediate layers.
// The first intermediate layer is the same as the 1st layer if there is no raft,