mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Pass 'all' exceptions.
part of CURA-10942
This commit is contained in:
parent
40cc6c7cde
commit
c7356ccb4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue