diff --git a/src/Mod/Path/PathScripts/post/grbl_post.py b/src/Mod/Path/PathScripts/post/grbl_post.py index 4c3f2e9df2..a1d712e379 100755 --- a/src/Mod/Path/PathScripts/post/grbl_post.py +++ b/src/Mod/Path/PathScripts/post/grbl_post.py @@ -261,7 +261,7 @@ def export(objectslist, filename, argstring): return # Skip inactive operations - if not PathUtil.opProperty(obj, 'Active'): + if PathUtil.opProperty(obj, 'Active') is False: continue # do the pre_op