mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Avoid unnecessary retractions during infill. #29
This commit is contained in:
parent
72d7e1a5de
commit
8e7d00bb34
2 changed files with 11 additions and 6 deletions
|
@ -58,7 +58,7 @@ our $layer_height = 0.4;
|
|||
our $first_layer_height_ratio = 1;
|
||||
our $infill_every_layers = 1;
|
||||
our $extrusion_width_ratio = undef;
|
||||
our $flow_speed_ratio = 1.2;
|
||||
our $flow_speed_ratio = 1.1;
|
||||
our $flow_width;
|
||||
|
||||
# print options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue