mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
Slicing object and rasterization generates output zip. Needs testing.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user