mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"
This reverts commit7f47f12bf0
, reversing changes made todd42c87da7
.
This commit is contained in:
parent
2fe9ee2cf2
commit
28f4d8513d
13 changed files with 149 additions and 274 deletions
|
@ -1101,7 +1101,7 @@ class ChangeAtZProcessor:
|
|||
|
||||
# if it's not a linear move, we don't care
|
||||
if linear_command is None:
|
||||
return line
|
||||
return
|
||||
|
||||
# get our linear move parameters
|
||||
feed_rate = linear_command.Arguments["F"]
|
||||
|
@ -1120,8 +1120,7 @@ class ChangeAtZProcessor:
|
|||
new_line = self.processRetractFeedRate(extrude_length, feed_rate, new_line, x_coord, y_coord, z_coord)
|
||||
|
||||
# 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
|
||||
self.LastE = extrude_length if extrude_length is not None else self.LastE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue