mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
This commit is contained in:
parent
9f660738b3
commit
4a84643894
3 changed files with 11 additions and 10 deletions
|
@ -63,7 +63,7 @@ sub flush {
|
|||
* ($elapsed - $self->config->slowdown_below_layer_time)
|
||||
/ ($self->config->fan_below_layer_time - $self->config->slowdown_below_layer_time); #/
|
||||
}
|
||||
Slic3r::debugf " fan = %d%%, speed = %d%%\n", $fan_speed, $speed_factor * 100;
|
||||
Slic3r::debugf " fan = %d%%, speed = %f%%\n", $fan_speed, $speed_factor * 100;
|
||||
|
||||
if ($speed_factor < 1) {
|
||||
# Adjust feed rate of G1 commands marked with an _EXTRUDE_SET_SPEED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue