mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fixes for the duplicated layer issues...
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user