Merge pull request #28431 from sliptonic/missinggrbl
CAM: Grbl post inadvertently dropped from cmake. Fixing
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user