mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Slight changes to the defaults
This commit is contained in:
parent
0634437364
commit
3b1e921171
2 changed files with 4 additions and 4 deletions
|
@ -254,7 +254,7 @@ our $Options = {
|
|||
cli => 'external-perimeter-speed=s',
|
||||
type => 'f',
|
||||
ratio_over => 'perimeter_speed',
|
||||
default => '100%',
|
||||
default => '70%',
|
||||
},
|
||||
'infill_speed' => {
|
||||
label => 'Infill',
|
||||
|
@ -808,7 +808,7 @@ END
|
|||
type => 'i',
|
||||
max => 1000,
|
||||
width => 60,
|
||||
default => 15,
|
||||
default => 30,
|
||||
},
|
||||
'min_print_speed' => {
|
||||
label => 'Min print speed',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue