mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Speed for support material. #813
This commit is contained in:
@@ -284,6 +284,14 @@ our $Options = {
|
||||
ratio_over => 'solid_infill_speed',
|
||||
default => 50,
|
||||
},
|
||||
'support_material_speed' => {
|
||||
label => 'Support material',
|
||||
tooltip => 'Speed for printing support material.',
|
||||
sidetext => 'mm/s',
|
||||
cli => 'support-material-speed=f',
|
||||
type => 'f',
|
||||
default => 60,
|
||||
},
|
||||
'bridge_speed' => {
|
||||
label => 'Bridges',
|
||||
tooltip => 'Speed for printing bridges.',
|
||||
|
||||
Reference in New Issue
Block a user