Skip to content

Commit

Permalink
interp/remap: fix change.ngc variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haberler committed Oct 28, 2011
1 parent 766a841 commit 3962510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc_files/remap-subroutines/change.ngc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ o<change> sub
(debug, change tool_in_spindle=#<tool_in_spindle> pocket=#<pocket>)

; demonstrate aborting a change on pocket 3 by returning a negative value
o<testabort> if [#<tool> EQ 3]
o<testabort> if [#<pocket> EQ 3]
o<testabort> return [-1]
o<testabort> endif

Expand Down

0 comments on commit 3962510

Please sign in to comment.