feipengli04 发表于 2014-6-26 00:07:02

UG8.0螺旋下刀G01改G02方法





在厂里编程,螺旋下刀走G01,程序容量很大,拷不到机床里,导致无法加工,哪位大哥版本我一下



勤真意切 发表于 2014-6-26 08:18:37

代码有些不一样

uplevel #0 {
#
# This ommand will be executed automatically at the start of program and
# anytime it is loaded as a slave post of a linked post.
#
# This procedure can be used to enable your post to output helix.
# You can choose from the following options to format the circle
# block template to output the helix parameters.
#

set mom_sys_helix_pitch_type    "none"

#
# The default setting for mom_sys_helix_pitch_type is "rise_radian".
# This is the most common.Other choices are:
#
#    "rise_radian"            Measures the rise over one radian.
#    "rise_revolution"          Measures the rise over 360 degrees.
#    "none"                     Will suppress the output of pitch.
#    "other"                  Allows you to calculate the pitch
#                               using your own formula.

kuf 发表于 2014-8-27 21:30:43

解决了没有啊
等待
页: [1]
查看完整版本: UG8.0螺旋下刀G01改G02方法