1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Never scale TriangleMesh objects

This commit is contained in:
Alessandro Ranellucci
2013-11-23 19:25:33 +01:00
parent 46e3b3180e
commit e75dbf37fa
6 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ sub BUILD {
id => $id,
height => $height,
print_z => $print_z,
slice_z => scale $slice_z,
slice_z => $slice_z,
);
if (@{$self->layers} >= 2) {
$self->layers->[-2]->upper_layer($self->layers->[-1]);