blob: 4b128f117d0be65e4956bb4ea20db2fc49af2e64 (
plain)
1
2
3
4
5
6
7
8
9
|
(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)
g0x0y0z1
g3 i#<ra> f#<feedrate>
g3 i[0-#<radius_b>]
o<simp> endsub
|