mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 02:06:02 +08:00
Merge branch 'master' into CURA-7644_Refactor_ThreeMFWorkspaceReader
This commit is contained in:
commit
508054dedc
@ -1101,7 +1101,7 @@ class ChangeAtZProcessor:
|
||||
|
||||
# if it's not a linear move, we don't care
|
||||
if linear_command is None:
|
||||
return
|
||||
return line
|
||||
|
||||
# get our linear move parameters
|
||||
feed_rate = linear_command.Arguments["F"]
|
||||
@ -1120,7 +1120,8 @@ class ChangeAtZProcessor:
|
||||
new_line = self.processRetractFeedRate(extrude_length, feed_rate, new_line, x_coord, y_coord, z_coord)
|
||||
|
||||
# handle print speed adjustments
|
||||
new_line = self.processPrintSpeed(feed_rate, new_line)
|
||||
if extrude_length is not None: # Only for extrusion moves.
|
||||
new_line = self.processPrintSpeed(feed_rate, new_line)
|
||||
|
||||
# set our current extrude position
|
||||
self.LastE = extrude_length if extrude_length is not None else self.LastE
|
||||
|
Loading…
x
Reference in New Issue
Block a user