diff --git a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp index c62341225c..322f881fd2 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp @@ -3589,7 +3589,8 @@ std::unique_ptr create_emboss_data_base(const std::string DataBase base(volume_name, cancel); base.is_outside = is_outside; - base.text_lines = text_lines.get_lines(); + if (style.prop.per_glyph) // lines are already created when hover checkbox per_glyph + base.text_lines = text_lines.get_lines(); base.from_surface = style.distance; FontFileWithCache &font = style_manager.get_font_file_with_cache();