aboutsummaryrefslogtreecommitdiffstats
path: root/nc_files/ngcgui_lib/simp.ngc
blob: c1d276c6b1b355f154a910ac52fbc525ca311a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
(info: simp -- simple subroutine example -- Ctrl-U to edit)
o<simp> sub
  #<ra>       = #1 (=.6 Radius A) ;Example parm with    comment
  #<radius_b> = #2 (=0.4)         ;Example parm with no comment
  #<feedrate> = #3 (=100)
  (debug, feature:   #<_feature:>)
  (debug, remaining: #<_remaining_features:>)
  g0x0y0z1
  g3 i#<ra> f#<feedrate>
  g3 i[0-#<radius_b>]
o<simp> endsub
bues.ch cgit interface