mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Little test for mixing objects and toolpaths
This commit is contained in:
parent
c264969962
commit
9abcd5816c
2 changed files with 4 additions and 1 deletions
|
@ -835,7 +835,7 @@ sub draw_volumes {
|
|||
|
||||
my @sorted_z = ();
|
||||
my ($min_z, $max_z);
|
||||
if ($volume->range) {
|
||||
if ($volume->range && $volume->offsets) {
|
||||
@sorted_z = sort { $a <=> $b } keys %{$volume->offsets};
|
||||
|
||||
($min_z, $max_z) = @{$volume->range};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue