mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 12:41:20 -06:00
Removed debugging statement
This commit is contained in:
parent
5ce4d8cfb0
commit
6018dafc46
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ sub support_layers_z {
|
||||||
my $first_layer_height = $self->object_config->get_value('first_layer_height');
|
my $first_layer_height = $self->object_config->get_value('first_layer_height');
|
||||||
shift @z while @z && $z[0] <= $first_layer_height;
|
shift @z while @z && $z[0] <= $first_layer_height;
|
||||||
unshift @z, $first_layer_height;
|
unshift @z, $first_layer_height;
|
||||||
use XXX; YYY \@z;
|
|
||||||
# add raft layers by dividing the space between first layer and
|
# add raft layers by dividing the space between first layer and
|
||||||
# first contact layer evenly
|
# first contact layer evenly
|
||||||
if ($self->object_config->raft_layers > 1 && @z >= 2) {
|
if ($self->object_config->raft_layers > 1 && @z >= 2) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue