mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Bugfix: some bridges were not detected correctly. #57
This commit is contained in:
parent
52270d6b95
commit
b03afc7f1c
6 changed files with 87 additions and 59 deletions
|
@ -45,6 +45,10 @@ sub go {
|
|||
$self->status_cb->(30, "Detecting solid surfaces...");
|
||||
$print->detect_surfaces_type;
|
||||
|
||||
# prepare fill surfaces
|
||||
$self->status_cb->(35, "Preparing infill surfaces...");
|
||||
$_->prepare_fill_surfaces for @{$print->layers};
|
||||
|
||||
# this will remove unprintable surfaces
|
||||
# (those that are too tight for extrusion)
|
||||
$self->status_cb->(40, "Cleaning up...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue