Hi Kunda1, I clone the repo, draw a sketch and run the macro, but it seems it has indentation error!!
Code: Select all
11:05:08 /home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanesPyFace.py:610: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ss is not 2:
11:05:08 /home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanesPyFace.py:771: SyntaxWarning: "is not" with a literal. Did you mean "!="?
elif ss is not 2:
11:05:08 Traceback (most recent call last):
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanes.FCMacro", line 34, in <module>
import SlopedPlanes
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanes.py", line 30, in <module>
from SlopedPlanesPyFace import _PyFace
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanesPyFace.py", line 30, in <module>
from SlopedPlanesPyAlignment import _PyAlignment
<class 'IndentationError'>: unexpected indent (SlopedPlanesPyAlignment.py, line 1870)
11:08:48 Traceback (most recent call last):
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanes.FCMacro", line 34, in <module>
import SlopedPlanes
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanes.py", line 30, in <module>
from SlopedPlanesPyFace import _PyFace
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanesPyFace.py", line 30, in <module>
from SlopedPlanesPyAlignment import _PyAlignment
<class 'IndentationError'>: unexpected indent (SlopedPlanesPyAlignment.py, line 1870)
11:09:08 Traceback (most recent call last):
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanes.py", line 30, in <module>
from SlopedPlanesPyFace import _PyFace
File "/home/ebi/.FreeCAD/Mod/SlopedPlanesMacro/SlopedPlanesPyFace.py", line 30, in <module>
from SlopedPlanesPyAlignment import _PyAlignment
<class 'IndentationError'>: unexpected indent (SlopedPlanesPyAlignment.py, line 1870)
BTW, why repo did not have issue key?
Thanks.