Hotfix for inconsistent slice index

This commit is contained in:
tamasmeszaros 2019-06-26 14:59:39 +02:00
parent 070c9f03fe
commit dd108f4513
2 changed files with 5 additions and 4 deletions

View file

@ -720,8 +720,9 @@ void SLAPrint::process()
if(slindex_it == po.m_slice_index.end())
//TRN To be shown at the status bar on SLA slicing error.
throw std::runtime_error(L("Slicing had to be stopped "
"due to an internal error."));
throw std::runtime_error(
L("Slicing had to be stopped due to an internal error: "
"Inconsistent slice index."));
po.m_model_height_levels.clear();
po.m_model_height_levels.reserve(po.m_slice_index.size());