mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -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
|
@ -99,7 +99,7 @@ our $first_layer_height_ratio = 1;
|
|||
our $infill_every_layers = 1;
|
||||
|
||||
# flow options
|
||||
our $extrusion_width_ratio = 0;
|
||||
our $extrusion_width = 0;
|
||||
our $bridge_flow_ratio = 1;
|
||||
our $overlap_factor = 0.5;
|
||||
our $flow_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue