mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Minor fix about raft and support after previous commit
This commit is contained in:
parent
9f41f0279e
commit
6bb425e88d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ sub BUILD {
|
||||||
print_z => $print_z,
|
print_z => $print_z,
|
||||||
slice_z => scale $slice_z,
|
slice_z => scale $slice_z,
|
||||||
);
|
);
|
||||||
if ($id > 0) {
|
if (@{$self->layers} >= 2) {
|
||||||
$self->layers->[-2]->upper_layer($self->layers->[-1]);
|
$self->layers->[-2]->upper_layer($self->layers->[-1]);
|
||||||
}
|
}
|
||||||
$id++;
|
$id++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue