mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
Misc bugfixes.
This commit is contained in:
parent
790b640521
commit
403329db49
4 changed files with 11 additions and 2 deletions
|
@ -123,6 +123,7 @@ sub load_print {
|
|||
foreach my $object (@{$self->print->objects}) {
|
||||
$self->canvas->load_print_object_toolpaths($object);
|
||||
|
||||
# Show the objects in very transparent color.
|
||||
#my @volume_ids = $self->canvas->load_object($object->model_object);
|
||||
#$self->canvas->volumes->[$_]->color->[3] = 0.2 for @volume_ids;
|
||||
}
|
||||
|
|
|
@ -775,7 +775,8 @@ sub _update {
|
|||
|
||||
my $new_conf = Slic3r::Config->new;
|
||||
if ($dialog->ShowModal() == wxID_YES) {
|
||||
$new_conf->set("fill_pattern", 1);
|
||||
$new_conf->set("fill_pattern", 'rectilinear');
|
||||
$new_conf->set("fill_density", 100);
|
||||
} else {
|
||||
$new_conf->set("fill_density", 40);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue