mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Merge new-support2
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user