From f212607dad306dfd8e71d0f9340b45251973aeec Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Thu, 13 Jun 2019 12:50:22 -0500 Subject: [PATCH] Remove reference to removed file: grbl_G81_post.py [Path] Replace old grbl_post.py with new grbl_G81_post.py. (#2255) RE: PR #2255 --- src/Mod/Path/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/CMakeLists.txt b/src/Mod/Path/CMakeLists.txt index 4af4012973..f58a886461 100644 --- a/src/Mod/Path/CMakeLists.txt +++ b/src/Mod/Path/CMakeLists.txt @@ -120,7 +120,6 @@ 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/jtech_post.py PathScripts/post/linuxcnc_post.py PathScripts/post/opensbp_post.py