Browse Source

Pass 'all' exceptions.

part of CURA-10942
Remco Burema 1 year ago
parent
commit
c7356ccb4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PostProcessingPlugin/scripts/LimitXYAccelJerk.py

+ 1 - 1
plugins/PostProcessingPlugin/scripts/LimitXYAccelJerk.py

@@ -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