mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Speed for support material. #813
This commit is contained in:
parent
d6d96391a9
commit
0f0992e39a
5 changed files with 16 additions and 4 deletions
|
@ -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.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue