mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
Remove duplicated "Generating skirt" status message
This commit is contained in:
parent
90194ee581
commit
fd43ada293
1 changed files with 1 additions and 3 deletions
|
|
@ -477,12 +477,10 @@ sub process {
|
|||
});
|
||||
|
||||
# make skirt
|
||||
$status_cb->(88, "Generating skirt");
|
||||
$status_cb->(88, "Generating skirt/brim");
|
||||
$print_step->(STEP_SKIRT, sub {
|
||||
$self->make_skirt;
|
||||
});
|
||||
|
||||
$status_cb->(88, "Generating skirt");
|
||||
$print_step->(STEP_BRIM, sub {
|
||||
$self->make_brim; # must come after make_skirt
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue