mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Pass 'all' exceptions.
part of CURA-10942
This commit is contained in:
parent
40cc6c7cde
commit
c7356ccb4a
@ -256,7 +256,7 @@ class LimitXYAccelJerk(Script):
|
||||
lines.insert(len(lines)-2,m205_jerk_old)
|
||||
data[end_index-1] = "\n".join(lines)
|
||||
except:
|
||||
all
|
||||
pass
|
||||
else:
|
||||
data[len(data)-1] = m201_limit_old + "\n" + m205_jerk_old + "\n" + data[len(data)-1]
|
||||
return data
|
||||
|
Loading…
x
Reference in New Issue
Block a user