From 5ea712f654b5310c91ada6279d0a0f80c5df45e3 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Fri, 14 Dec 2018 09:42:30 +0100 Subject: [PATCH] Fix forget to add new postprocessor grbl_G81 in CMakeLists --- src/Mod/Path/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/CMakeLists.txt b/src/Mod/Path/CMakeLists.txt index 897f549783..503b4db43d 100644 --- a/src/Mod/Path/CMakeLists.txt +++ b/src/Mod/Path/CMakeLists.txt @@ -118,6 +118,7 @@ SET(PathScripts_post_SRCS PathScripts/post/dynapath_post.py PathScripts/post/example_pre.py PathScripts/post/grbl_post.py + PathScripts/post/grbl_G81_post.py PathScripts/post/linuxcnc_post.py PathScripts/post/opensbp_post.py PathScripts/post/opensbp_pre.py