diff --git a/src/Mod/CAM/CMakeLists.txt b/src/Mod/CAM/CMakeLists.txt index 05ad43b30d..bbd25363e0 100644 --- a/src/Mod/CAM/CMakeLists.txt +++ b/src/Mod/CAM/CMakeLists.txt @@ -325,6 +325,7 @@ SET(PathPythonPostScripts_SRCS Path/Post/scripts/gcode_pre.py Path/Post/scripts/generic_post.py Path/Post/scripts/generic_plasma_post.py + Path/Post/scripts/grbl_post.py Path/Post/scripts/heidenhain_legacy_post.py Path/Post/scripts/linuxcnc_post.py Path/Post/scripts/linuxcnc_legacy_post.py diff --git a/src/Mod/CAM/Path/Post/scripts/grbl_post.py b/src/Mod/CAM/Path/Post/scripts/grbl_post.py index 341432653e..15171a0d01 100644 --- a/src/Mod/CAM/Path/Post/scripts/grbl_post.py +++ b/src/Mod/CAM/Path/Post/scripts/grbl_post.py @@ -54,8 +54,6 @@ Defaults = Dict[str, bool] Values = Dict[str, Any] Visible = Dict[str, bool] -POST_TYPE = "machine" - class Grbl(PostProcessor): """The Grbl post processor class."""