mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Don't apply printspeed to travel moves
As the documentation says, only apply it to extrusion moves. Done as a 5 minute fix.
This commit is contained in:
parent
8b522a8a58
commit
cc99c481af
1 changed files with 2 additions and 1 deletions
|
@ -1120,6 +1120,7 @@ class ChangeAtZProcessor:
|
||||||
new_line = self.processRetractFeedRate(extrude_length, feed_rate, new_line, x_coord, y_coord, z_coord)
|
new_line = self.processRetractFeedRate(extrude_length, feed_rate, new_line, x_coord, y_coord, z_coord)
|
||||||
|
|
||||||
# handle print speed adjustments
|
# handle print speed adjustments
|
||||||
|
if extrude_length is not None: # Only for extrusion moves.
|
||||||
new_line = self.processPrintSpeed(feed_rate, new_line)
|
new_line = self.processPrintSpeed(feed_rate, new_line)
|
||||||
|
|
||||||
# set our current extrude position
|
# set our current extrude position
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue