1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Fixes for the duplicated layer issues...

This commit is contained in:
tamasmeszaros
2019-03-21 18:01:41 +01:00
parent 63a899b239
commit 5e646562cd
3 changed files with 58 additions and 46 deletions
+1 -1
View File
@@ -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);
}
}
}