Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello all users
With our Creo version, when we use the hole function, the drill angle is 118° by defult. I think the standard for all the customer tools is 120°. Is it possible to implement the 120° by default in the hole function ?
I have find this macro in the net :
mapkey $F7;\
mapkey(continued) ~ Command `ProCmdHole`;\
mapkey(continued) ~ Select `main_dlg_cur``maindashlnst0.ui_simp_hole_ty_rg`1`CustSimp`;\
mapkey(continued) ~ Activate `main_dlg_cur``chkbn.std_hle_layout.0`1;\
mapkey(continued) ~ FocusOut `std_hle_layout.0.0``PH.hle_holediam_mip_omnu`;\
mapkey(continued) ~ Input `std_hle_layout.0.0``PH.hle_drillangle_mip_omnu``1`;\
mapkey(continued) ~ Input `std_hle_layout.0.0``PH.hle_drillangle_mip_omnu``12`;\
mapkey(continued) ~ Input `std_hle_layout.0.0``PH.hle_drillangle_mip_omnu``120`;\
mapkey(continued) ~ Update `std_hle_layout.0.0``PH.hle_drillangle_mip_omnu``120`;\
mapkey(continued) ~ Activate `std_hle_layout.0.0``PH.hle_drillangle_mip_omnu`;\
mapkey(continued) ~ FocusOut `std_hle_layout.0.0``PH.hle_drillangle_mip_omnu`;\
mapkey(continued) ~ Activate `main_dlg_cur``chkbn.std_hle_layout.0`0;
But this solution is very basic. For each hole i do, i must launch this macro.
Solved! Go to Solution.
Drill angle is dependent on the material you are drilling.
118° is correct for steel brass, bronze
100° is correct for Al and Al alloys
etc
Reference Machinery Handbook
Drill angle is dependent on the material you are drilling.
118° is correct for steel brass, bronze
100° is correct for Al and Al alloys
etc
Reference Machinery Handbook