Grbl post inadvertently dropped from cmake. Fixing

This commit is contained in:
sliptonic
2026-03-18 15:15:58 -05:00
parent 12cced51f1
commit b29db79928
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -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
@@ -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."""