更改如下:,最后的 ”(“ , 就是后加的, 再将开始与结束的几行加上 ”;”就OK
# Motion NC output
# --------------------------------------------------------------------------
#The variables for absolute output are xabs, yabs, zabs.
#The variables for incremental output are xinc, yinc, zinc.
# --------------------------------------------------------------------------
prapidout #Output to NC of linear movement - rapid
pcan1, pbld, n, sgplane, `sgcode, sgabsinc, pccdia,
pxout, pyout, pzout, pcout, strcantext, scoolant, ";" , e
plinout #Output to NC of linear movement - feed
pcan1, pbld, n, sgfeed, sgplane,`sgcode , sgabsinc, pccdia,
pxout, pyout, pzout, pcout, feed, strcantext, scoolant, ";" , e
pcirout #Output to NC of circular interpolation
pcan1, pbld, n, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,
pxout, pyout, pzout, pcout, parc, feed, strcantext, scoolant, ";" , e |