mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
New First layer flow ratio option. #182
This commit is contained in:
parent
eb33c03926
commit
99ef0865bb
5 changed files with 10 additions and 1 deletions
|
@ -146,6 +146,7 @@ sub extrude_path {
|
|||
* $area
|
||||
* $Slic3r::extrusion_multiplier
|
||||
* (4 / (($Slic3r::filament_diameter ** 2) * PI));
|
||||
$e *= $Slic3r::first_layer_flow_ratio if $self->layer->id == 0;
|
||||
|
||||
# extrude arc or line
|
||||
$self->print_feed_rate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue