mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 02:59:01 +08:00
Don't slow down retractions on bottom layer. #101
This commit is contained in:
parent
1f64a01ed4
commit
d813aea59a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user