1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Don't slow down retractions on bottom layer. #101

This commit is contained in:
Alessandro Ranellucci
2011-12-08 10:28:23 +01:00
parent 1f64a01ed4
commit d813aea59a
+1 -1
View File
@@ -269,7 +269,7 @@ sub _Gx {
my $dec = $self->dec;
# apply the speed reduction for print moves on bottom layer
my $speed_multiplier = $e && $self->layer->id == 0
my $speed_multiplier = $e && $self->layer->id == 0 && $comment !~ /retract/
? $Slic3r::bottom_layer_speed_ratio
: 1;