mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixes for the duplicated layer issues...
This commit is contained in:
parent
63a899b239
commit
5e646562cd
3 changed files with 58 additions and 46 deletions
|
@ -778,7 +778,7 @@ void Preview::load_print_as_sla()
|
|||
size_t cnt = obj->get_slice_count();
|
||||
for (size_t i = 0; i < cnt; i++)
|
||||
{
|
||||
zs.insert(shift_z + double(obj->get_slice_level(i)));
|
||||
zs.insert(shift_z + obj->get_slice_record(i).key() * SCALING_FACTOR);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue