diff --git a/StrategyLibs/FACEBYBLADE.lua b/StrategyLibs/FACEBYBLADE.lua index 6df1c28..f3a0a17 100644 --- a/StrategyLibs/FACEBYBLADE.lua +++ b/StrategyLibs/FACEBYBLADE.lua @@ -168,20 +168,6 @@ local function GetSCC( vtMachiningDirection, vtEdgeDirection, vtNFace) end end - -- if vtMachiningDirection:getZ() < -0.9 then - -- nSCC = MCH_SCC.ADIR_ZM - -- elseif vtMachiningDirection:getZ() > 0.9 then - -- nSCC = MCH_SCC.ADIR_ZP - -- elseif vtMachiningDirection:getY() < -0.707 then - -- nSCC = MCH_SCC.ADIR_YM - -- elseif vtMachiningDirection:getY() > 0.707 then - -- nSCC = MCH_SCC.ADIR_YP - -- elseif vtMachiningDirection:getX() < -0.707 then - -- nSCC = MCH_SCC.ADIR_XM - -- elseif vtMachiningDirection:getX() > 0.707 then - -- nSCC = MCH_SCC.ADIR_XP - -- end - return nSCC end