mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Render brim and skirt in 3D toolpaths preview. #2649
This commit is contained in:
parent
36ba2eb5d6
commit
c64308a5e7
4 changed files with 51 additions and 4 deletions
|
@ -116,6 +116,9 @@ sub load_print {
|
|||
}
|
||||
|
||||
if ($self->IsShown) {
|
||||
# load skirt and brim
|
||||
$self->canvas->load_print_toolpaths($self->print);
|
||||
|
||||
foreach my $object (@{$self->print->objects}) {
|
||||
$self->canvas->load_print_object_toolpaths($object);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue