Fix finish job

Fix initial position
This commit is contained in:
Filip Sykala 2021-11-23 10:34:04 +01:00
parent 081a398cee
commit d624940b7a
4 changed files with 19 additions and 3 deletions
src/slic3r/GUI/Gizmos

View file

@ -336,6 +336,7 @@ void GLGizmoEmboss::on_set_state()
remove_notification_not_valid_font();
} else if (GLGizmoBase::m_state == GLGizmoBase::On) {
if (!m_is_initialized) initialize();
set_fine_position();
// When add Text on empty plate, Create new object with volume
if (m_parent.get_selection().is_empty()) {