1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Slicing object and rasterization generates output zip. Needs testing.

This commit is contained in:
tamasmeszaros
2018-11-13 17:33:03 +01:00
parent 95419370e1
commit ffe6862626
5 changed files with 321 additions and 149 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void SpatIndex::insert(const SpatElement &el)
bool SpatIndex::remove(const SpatElement& el)
{
return m_impl->m_store.remove(el);
return m_impl->m_store.remove(el) == 1;
}
std::vector<SpatElement>