mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
New --extrusion-width-ratio option. #8
This commit is contained in:
parent
465bef1748
commit
3c0ea0b57f
6 changed files with 38 additions and 15 deletions
|
@ -57,7 +57,8 @@ our $resolution = 0.00000001;
|
|||
our $layer_height = 0.4;
|
||||
our $first_layer_height_ratio = 1;
|
||||
our $infill_every_layers = 1;
|
||||
our $thickness_ratio = 1;
|
||||
our $extrusion_width_ratio = undef;
|
||||
our $flow_speed_ratio = 1.2;
|
||||
our $flow_width;
|
||||
|
||||
# print options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue