mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Minor fix about raft and support after previous commit
This commit is contained in:
@@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user