From dbb34eae7bafbf72bdca360435c1b729704eaf49 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Sat, 30 Apr 2022 07:45:49 -0500 Subject: [PATCH] Path: Add missing post-processor modules Add entries for missing post-processor modules so they are shipped with FreeCAD. --- src/Mod/Path/CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Mod/Path/CMakeLists.txt b/src/Mod/Path/CMakeLists.txt index 91331038e8..04d8565b41 100644 --- a/src/Mod/Path/CMakeLists.txt +++ b/src/Mod/Path/CMakeLists.txt @@ -156,19 +156,27 @@ SET(PathScripts_post_SRCS PathScripts/post/__init__.py PathScripts/post/centroid_post.py PathScripts/post/comparams_post.py - PathScripts/post/dynapath_post.py + PathScripts/post/dumper_post.py PathScripts/post/dxf_post.py + PathScripts/post/dynapath_post.py + PathScripts/post/example_post.py PathScripts/post/example_pre.py + PathScripts/post/fablin_post.py + PathScripts/post/fanuc_post.py PathScripts/post/gcode_pre.py PathScripts/post/grbl_post.py + PathScripts/post/heidenhain_post.py PathScripts/post/jtech_post.py + PathScripts/post/KineticNCBeamicon2_post.py PathScripts/post/linuxcnc_post.py PathScripts/post/mach3_mach4_post.py + PathScripts/post/marlin_post.py PathScripts/post/nccad_post.py PathScripts/post/opensbp_post.py PathScripts/post/opensbp_pre.py PathScripts/post/philips_post.py PathScripts/post/rml_post.py + PathScripts/post/rrf_post.py PathScripts/post/slic3r_pre.py PathScripts/post/smoothie_post.py PathScripts/post/uccnc_post.py