From 1908e86e2639d3feca9ca4369006319a220feefa Mon Sep 17 00:00:00 2001 From: Gauthier Date: Mon, 30 Mar 2020 20:01:47 +0200 Subject: [PATCH] [Path] fix tool change and Feature missing output --- src/Mod/Path/PathScripts/post/grbl_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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