mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Bugfix: certain values of first layer height ratio caused slicing errors
This commit is contained in:
parent
64892c2203
commit
69942d2076
2 changed files with 7 additions and 8 deletions
|
@ -47,7 +47,8 @@ sub new_from_mesh {
|
|||
pop @{$print->layers} if !@{$print->layers->[-1]->surfaces} && !@{$print->layers->[-1]->lines};
|
||||
|
||||
foreach my $layer (@{ $print->layers }) {
|
||||
Slic3r::debugf "Making surfaces for layer %d:\n", $layer->id;
|
||||
Slic3r::debugf "Making surfaces for layer %d (slice z = %f):\n",
|
||||
$layer->id, unscale $layer->slice_z if $Slic3r::debug;
|
||||
|
||||
# layer currently has many lines representing intersections of
|
||||
# model facets with the layer plane. there may also be lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue