mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Hotfix for crash with support disabled and pad enabled.
This commit is contained in:
parent
39b07e7b94
commit
52702769d4
2 changed files with 186 additions and 174 deletions
|
@ -761,7 +761,7 @@ void SLAPrint::process()
|
|||
for(coord_t h = minZs + ilhs + lhs; h <= maxZs; h += lhs)
|
||||
po.m_slice_index.emplace_back(h, unscaled<float>(h) - lh / 2.f, lh);
|
||||
|
||||
// Just get the first record that is form the model:
|
||||
// Just get the first record that is from the model:
|
||||
auto slindex_it =
|
||||
po.closest_slice_record(po.m_slice_index, float(bb3d.min(Z)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue