|
马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
在后处理中加人 pbld, n,"G5.1Q1"功能,后处理出来的程式在行高速走刀时曲面就不会变形,可以提高质量和速度.
加在如图双掴号所示地方:
...............
...............
psof #Start of file for non-zero tool number
pcuttype
toolchng = one
if ntools = one,
[
#skip single tool outputs, stagetool must be on
stagetool = m_one
!next_tool
]
"(PROGRAM NAME - ", progname, ")", e
"(DATE=DD-MM-YY - ", date, " TIME=HH:MM - ", time, ")", e
ptoolcomment
comment
pbld, n, *smetric, e
pbld, n, *sgcode, *sgplane, "G40", "G49", "G80", *sgabsinc, e
sav_absinc = absinc
pbld, n,"G91G28G0Z0.0"
(( pbld, n,"G5.1Q1" ))
pfbld, n, sgabsinc, sg91, *sg28ref, "Z0.", e
if mi1 <= one, #Work coordinate system
...........
........... |
|