mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Accept both relative and absolute extrusion width values. #151
This commit is contained in:
parent
2e3c8241e4
commit
aedb6cc35f
6 changed files with 24 additions and 17 deletions
|
@ -70,7 +70,7 @@ sub new {
|
|||
},
|
||||
extrusion => {
|
||||
title => 'Extrusion',
|
||||
options => [qw(extrusion_width_ratio bridge_flow_ratio)],
|
||||
options => [qw(extrusion_width bridge_flow_ratio)],
|
||||
},
|
||||
output => {
|
||||
title => 'Output',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue