mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Merge new-support2
This commit is contained in:
parent
a2cc230bb5
commit
913f401280
13 changed files with 578 additions and 309 deletions
|
@ -204,11 +204,18 @@ our $Options = {
|
|||
},
|
||||
'support_material_extruder' => {
|
||||
label => 'Support material extruder',
|
||||
tooltip => 'The extruder to use when printing support material. This affects brim too.',
|
||||
tooltip => 'The extruder to use when printing support material. This affects brim and raft too.',
|
||||
cli => 'support-material-extruder=i',
|
||||
type => 'i',
|
||||
default => 1,
|
||||
},
|
||||
'support_material_interface_extruder' => {
|
||||
label => 'Support material interface extruder',
|
||||
tooltip => 'The extruder to use when printing support material interface. This affects raft too.',
|
||||
cli => 'support-material-interface-extruder=i',
|
||||
type => 'i',
|
||||
default => 1,
|
||||
},
|
||||
|
||||
# filament options
|
||||
'first_layer_bed_temperature' => {
|
||||
|
@ -652,7 +659,7 @@ our $Options = {
|
|||
type => 'select',
|
||||
values => [qw(rectilinear rectilinear-grid honeycomb)],
|
||||
labels => ['rectilinear', 'rectilinear grid', 'honeycomb'],
|
||||
default => 'rectilinear',
|
||||
default => 'honeycomb',
|
||||
},
|
||||
'support_material_spacing' => {
|
||||
label => 'Pattern spacing',
|
||||
|
@ -676,7 +683,7 @@ our $Options = {
|
|||
sidetext => 'layers',
|
||||
cli => 'support-material-interface-layers=i',
|
||||
type => 'i',
|
||||
default => 0,
|
||||
default => 3,
|
||||
},
|
||||
'support_material_interface_spacing' => {
|
||||
label => 'Interface pattern spacing',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue