Skip to content

Commit

Permalink
add print statement on the final stage of homing function
Browse files Browse the repository at this point in the history
  • Loading branch information
cbteeple committed Oct 5, 2021
1 parent 99b552e commit 32aac05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions galil_stage_program/2021_07_20_high_accuracy.dmc
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@ ENDIF
IF (limithit=0)
actx=_TPA
acty=_TPB
MG "DEBUG Positions X:"
MG homedx
MG currposx
MG actx
MG "DEBUG Positions Y:"
MG homedy
MG currposy
MG acty
VS 10000;VA 200000;VD 200000 ;' Move even slower
ST;MC;LM XY
LI (homedx+currposx-actx),(homedy+currposy-acty)
Expand Down

0 comments on commit 32aac05

Please sign in to comment.