Merge branch 'main' into dev/bbs-measure

This commit is contained in:
SoftFever 2024-12-01 21:33:20 +08:00 committed by GitHub
commit 8ce992b640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
148 changed files with 3634 additions and 977 deletions

View file

@ -590,7 +590,7 @@ void GLCanvas3D::LayersEditing::adjust_layer_height_profile()
{
this->update_slicing_parameters();
PrintObject::update_layer_height_profile(*m_model_object, *m_slicing_parameters, m_layer_height_profile);
Slic3r::adjust_layer_height_profile(*m_slicing_parameters, m_layer_height_profile, this->last_z, this->strength, this->band_width, this->last_action);
Slic3r::adjust_layer_height_profile(*m_model_object, *m_slicing_parameters, m_layer_height_profile, this->last_z, this->strength, this->band_width, this->last_action);
m_layers_texture.valid = false;
}