PATH: fix cmake resort
This commit is contained in:
parent
54242963df
commit
23a2ee6927
|
@ -16,66 +16,67 @@ INSTALL(
|
||||||
|
|
||||||
SET(PathScripts_SRCS
|
SET(PathScripts_SRCS
|
||||||
PathCommands.py
|
PathCommands.py
|
||||||
PathScripts/__init__.py
|
PathScripts/DogboneDressup.py
|
||||||
PathScripts/PostUtils.py
|
|
||||||
PathScripts/example_pre.py
|
|
||||||
PathScripts/opensbp_pre.py
|
|
||||||
PathScripts/opensbp_post.py
|
|
||||||
PathScripts/example_post.py
|
|
||||||
PathScripts/linuxcnc_post.py
|
|
||||||
PathScripts/centroid_post.py
|
|
||||||
PathScripts/comparams_post.py
|
|
||||||
PathScripts/dynapath_post.py
|
|
||||||
PathScripts/generic_post.py
|
|
||||||
PathScripts/dumper_post.py
|
|
||||||
PathScripts/rml_post.py
|
|
||||||
PathScripts/TooltableEditor.py
|
|
||||||
PathScripts/PathProfile.py
|
|
||||||
PathScripts/PathProfileEdges.py
|
|
||||||
PathScripts/PathContour.py
|
|
||||||
PathScripts/PathMillFace.py
|
|
||||||
PathScripts/PathPocket.py
|
|
||||||
PathScripts/PathDrilling.py
|
|
||||||
PathScripts/PathDressup.py
|
|
||||||
PathScripts/DragknifeDressup.py
|
PathScripts/DragknifeDressup.py
|
||||||
PathScripts/PathHop.py
|
PathScripts/PathAreaUtils.py
|
||||||
PathScripts/PathUtils.py
|
PathScripts/PathArray.py
|
||||||
PathScripts/PathSelection.py
|
PathScripts/PathComment.py
|
||||||
PathScripts/PathFixture.py
|
|
||||||
PathScripts/PathCopy.py
|
|
||||||
PathScripts/PathCompoundExtended.py
|
PathScripts/PathCompoundExtended.py
|
||||||
|
PathScripts/PathContour.py
|
||||||
|
PathScripts/PathCopy.py
|
||||||
|
PathScripts/PathCustom.py
|
||||||
|
PathScripts/PathDressup.py
|
||||||
|
PathScripts/PathDrilling.py
|
||||||
|
PathScripts/PathEngrave.py
|
||||||
|
PathScripts/PathFacePocket.py
|
||||||
|
PathScripts/PathFaceProfile.py
|
||||||
|
PathScripts/PathFixture.py
|
||||||
|
PathScripts/PathFromShape.py
|
||||||
|
PathScripts/PathGeom.py
|
||||||
|
PathScripts/PathHop.py
|
||||||
|
PathScripts/PathInspect.py
|
||||||
PathScripts/PathJob.py
|
PathScripts/PathJob.py
|
||||||
PathScripts/PathStock.py
|
PathScripts/PathKurveUtils.py
|
||||||
|
PathScripts/PathLoadTool.py
|
||||||
|
PathScripts/PathMillFace.py
|
||||||
PathScripts/PathPlane.py
|
PathScripts/PathPlane.py
|
||||||
PathScripts/PathPocket.py
|
PathScripts/PathPocket.py
|
||||||
PathScripts/PathPost.py
|
PathScripts/PathPost.py
|
||||||
PathScripts/PathPostProcessor.py
|
PathScripts/PathPostProcessor.py
|
||||||
PathScripts/PathLoadTool.py
|
|
||||||
PathScripts/PathToolLenOffset.py
|
|
||||||
PathScripts/PathComment.py
|
|
||||||
PathScripts/PathStop.py
|
|
||||||
PathScripts/PathFromShape.py
|
|
||||||
PathScripts/PathKurveUtils.py
|
|
||||||
PathScripts/PathAreaUtils.py
|
|
||||||
PathScripts/slic3r_pre.py
|
|
||||||
PathScripts/PathFaceProfile.py
|
|
||||||
PathScripts/PathFacePocket.py
|
|
||||||
PathScripts/PathArray.py
|
|
||||||
PathScripts/PathCustom.py
|
|
||||||
PathScripts/PathInspect.py
|
|
||||||
PathScripts/PathSimpleCopy.py
|
|
||||||
PathScripts/PathEngrave.py
|
|
||||||
PathScripts/PathSurface.py
|
|
||||||
PathScripts/PathSanity.py
|
|
||||||
PathScripts/PathToolLibraryManager.py
|
|
||||||
PathScripts/DogboneDressup.py
|
|
||||||
PathScripts/PathPreferencesPathJob.py
|
|
||||||
PathScripts/PathPreferences.py
|
PathScripts/PathPreferences.py
|
||||||
|
PathScripts/PathPreferencesPathJob.py
|
||||||
|
PathScripts/PathProfile.py
|
||||||
|
PathScripts/PathProfileEdges.py
|
||||||
|
PathScripts/PathSanity.py
|
||||||
|
PathScripts/PathSelection.py
|
||||||
|
PathScripts/PathSimpleCopy.py
|
||||||
|
PathScripts/PathStock.py
|
||||||
|
PathScripts/PathStop.py
|
||||||
|
PathScripts/PathSurface.py
|
||||||
|
PathScripts/PathToolLenOffset.py
|
||||||
|
PathScripts/PathToolLibraryManager.py
|
||||||
|
PathScripts/PathUtils.py
|
||||||
|
PathScripts/PostUtils.py
|
||||||
|
PathScripts/TooltableEditor.py
|
||||||
|
PathScripts/__init__.py
|
||||||
|
PathScripts/centroid_post.py
|
||||||
|
PathScripts/comparams_post.py
|
||||||
|
PathScripts/dumper_post.py
|
||||||
|
PathScripts/dynapath_post.py
|
||||||
|
PathScripts/example_post.py
|
||||||
|
PathScripts/example_pre.py
|
||||||
|
PathScripts/generic_post.py
|
||||||
|
PathScripts/linuxcnc_post.py
|
||||||
|
PathScripts/opensbp_post.py
|
||||||
|
PathScripts/opensbp_pre.py
|
||||||
|
PathScripts/rml_post.py
|
||||||
|
PathScripts/slic3r_pre.py
|
||||||
|
PathTests/PathTestUtils.py
|
||||||
|
PathTests/TestPathDepthParams.py
|
||||||
|
PathTests/TestPathGeom.py
|
||||||
|
PathTests/TestPathPost.py
|
||||||
PathTests/__init__.py
|
PathTests/__init__.py
|
||||||
PathTests/test_linuxcnc_00.ngc
|
PathTests/test_linuxcnc_00.ngc
|
||||||
PathTests/TestPathDepthParams.py
|
|
||||||
PathTests/TestPathPost.py
|
|
||||||
TestPathApp.py
|
TestPathApp.py
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ import math
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from FreeCAD import Vector
|
from FreeCAD import Vector
|
||||||
from PathScripts.PathDressupHoldingTags import *
|
#from PathScripts.PathDressupHoldingTags import *
|
||||||
from PathScripts.PathGeom import PathGeom
|
from PathScripts.PathGeom import PathGeom
|
||||||
from PathTests.PathTestUtils import PathTestBase
|
from PathTests.PathTestUtils import PathTestBase
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,6 @@ import TestApp
|
||||||
|
|
||||||
from PathTests.TestPathPost import PathPostTestCases
|
from PathTests.TestPathPost import PathPostTestCases
|
||||||
|
|
||||||
#from PathTests.TestPathGeom import TestPathGeom
|
from PathTests.TestPathGeom import TestPathGeom
|
||||||
from PathTests.TestPathDepthParams import depthTestCases
|
from PathTests.TestPathDepthParams import depthTestCases
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user