1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443

This commit is contained in:
Alessandro Ranellucci
2016-11-22 22:26:08 +01:00
committed by bubnikv
parent 9f660738b3
commit 4a84643894
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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