mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Hypothetical support of different object layer heights.
This commit is contained in:
parent
3f7f8f978e
commit
0d83c7ee9f
3 changed files with 42 additions and 9 deletions
|
@ -158,7 +158,7 @@ private:
|
|||
|
||||
// Search the slice index for a particular level in integer coordinates.
|
||||
// If no such layer is present, it will return m_slice_index.end()
|
||||
// This behavior can be suppressed by the second parameter. If it is true
|
||||
// This behavior can be suppressed by the second parameter. If it is false
|
||||
// the method will return the closest (non-equal) record
|
||||
SliceIndex::iterator search_slice_index(_SliceRecord::Key key, bool exact = false);
|
||||
SliceIndex::const_iterator search_slice_index(_SliceRecord::Key key, bool = false) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue