mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Never scale TriangleMesh objects
This commit is contained in:
parent
46e3b3180e
commit
e75dbf37fa
6 changed files with 33 additions and 16 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue