优胜模具 发表于 2024-2-24 22:12:50

优胜UG通用后处理G76镗孔Q怎么改为J?

记事本打开YSUG3.de,把cycle_orient字地址Q修改为J


ADDRESS cycle_orient
{
      FORMAT      Coordinate
      FORCE       off
      MAX         99999.999 Truncate
      MIN         -99999.999 Truncate
      LEADER      "J"   
      ZERO_FORMAT Zero_real
}



G76镗孔块

BLOCK_TEMPLATE cycle_bore_no_drag
{
       G_plane[$mom_sys_cutcom_plane_code($mom_cutcom_plane)]\opt
       G_return[$mom_sys_cycle_ret_code($mom_cycle_retract_mode)]\opt
       G_motion[$mom_sys_cycle_bore_no_drag_code]
       X[$mom_cycle_feed_to_pos(0)]
       Y[$mom_cycle_feed_to_pos(1)]
       Z[$mom_cycle_feed_to_pos(2)]
       R[$mom_cycle_rapid_to_pos($mom_cycle_spindle_axis)]
       cycle_orient[$mom_cycle_orient]\opt
       F[$feed]
}
页: [1]
查看完整版本: 优胜UG通用后处理G76镗孔Q怎么改为J?