Skip to content

Commit 1312023

Browse files
authored
Merge pull request #1793 from brycedjohnson/master
tool_probe_m6 fix wrong param for emccanon.GET_EXTERNAL_POSITION_X()
2 parents 0cd9804 + 464208b commit 1312023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nc_files/remap_lib/python-stdglue/stdglue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def tool_probe_m6(self, **words):
586586
yield INTERP_EXECUTE_FINISH
587587

588588
# record current position; probably should record every axis
589-
self.params[4990] = emccanon.GET_EXTERNAL_POSITION_X()
589+
self.params[4999] = emccanon.GET_EXTERNAL_POSITION_X()
590590
self.params[4998] = emccanon.GET_EXTERNAL_POSITION_Y()
591591
self.params[4997] = emccanon.GET_EXTERNAL_POSITION_Z()
592592

0 commit comments

Comments
 (0)