mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
New high_res_perimeters option (like the "Skin" plugin for Skeinforge)
This commit is contained in:
parent
1978a99416
commit
119eb0693f
7 changed files with 28 additions and 4 deletions
|
@ -29,7 +29,7 @@ sub new {
|
|||
),
|
||||
accuracy => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Accuracy',
|
||||
options => [qw(layer_height)],
|
||||
options => [qw(layer_height high_res_perimeters)],
|
||||
),
|
||||
print => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Print settings',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue