mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Don't slow down retractions on bottom layer. #101
This commit is contained in:
@@ -269,7 +269,7 @@ sub _Gx {
|
|||||||
my $dec = $self->dec;
|
my $dec = $self->dec;
|
||||||
|
|
||||||
# apply the speed reduction for print moves on bottom layer
|
# 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
|
? $Slic3r::bottom_layer_speed_ratio
|
||||||
: 1;
|
: 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user