mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Print first layer at Z = 1 * layer_height instead of zero like it was until now. #17
This commit is contained in:
parent
b4e268efad
commit
0b42139e54
3 changed files with 10 additions and 3 deletions
|
@ -127,7 +127,7 @@ sub _facet {
|
|||
|
||||
for (my $layer_id = $min_layer; $layer_id <= $max_layer; $layer_id++) {
|
||||
my $layer = $print->layer($layer_id);
|
||||
$layer->add_line($_) for $self->intersect_facet(\@vertices, $layer->z);
|
||||
$layer->add_line($_) for $self->intersect_facet(\@vertices, $layer->slice_z);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue