diff --git a/src/libslic3r/SLAPrint.cpp b/src/libslic3r/SLAPrint.cpp index 236d4d219f..3a751d7746 100644 --- a/src/libslic3r/SLAPrint.cpp +++ b/src/libslic3r/SLAPrint.cpp @@ -689,7 +689,7 @@ std::string SLAPrint::validate(std::vector*) const || !m_material_config.use_tilt.get_at(1) && m_material_config.tower_hop_height.get_at(1) == 0) return _u8L("Disabling the 'Use tilt' function causes the object to separate away from the film in the " "vertical direction only. Therefore, it is necessary to set the 'Tower hop height' parameter " - " to a reasonable minimum value."); + "to reasonable value. The recommended value is 5 mm."); return ""; } @@ -845,24 +845,6 @@ bool SLAPrint::invalidate_state_by_config_options(const std::vector