
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i am trying to change to initial tool move when the tailstock is on
i look in the dump file and see this currentSection.tailstock=true
i added the red text to the post thinking i should see the output i am looking for
but i found out the if statement is ignored. not sure why.
2553: onSection()
currentSection.unit=1
currentSection.workOrigin=(0, 0, 0)
currentSection.workPlane=[[1, 0, 0], [0, 1, 0], [0, 0, 1]]
currentSection.wcsOrigin=(0, 0, 0)
currentSection.wcsPlane=[[1, 0, 0], [0, 1, 0], [0, 0, 1]]
currentSection.workOffset=1
currentSection.dynamicWCSOrigin=(0, 0, 0)
currentSection.dynamicWCSPlane=[[1, 0, 0], [0, 1, 0], [0, 0, 1]]
currentSection.dynamicWorkOffset=1
currentSection.fcsOrigin=(-6.15032e-21, 0, 0.095)
currentSection.fcsPlane=[[0, 1, 0], [0, 0, 1], [1, 0, 0]]
currentSection.type=1
currentSection.quality=0
currentSection.jetMode=0
currentSection.tailstock=true
currentSection.partCatcher=false
Solved! Go to Solution.