mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
'M220' doesn't take a 'T' parameter in any format.
This commit is contained in:
parent
03dc8d00fe
commit
ae9ab5745e
@ -889,7 +889,7 @@ class ChangeAtZProcessor:
|
||||
|
||||
# set feedrate percentage
|
||||
if "speed" in values:
|
||||
codes.append("M220 S" + str(values["speed"]) + " T1")
|
||||
codes.append("M220 S" + str(values["speed"]) + "")
|
||||
|
||||
# set print rate percentage
|
||||
if "printspeed" in values:
|
||||
|
Loading…
x
Reference in New Issue
Block a user