- creata FACEBYMILL da testare

This commit is contained in:
luca.mazzoleni
2025-03-21 09:35:50 +01:00
parent 0a419e9b3e
commit e947fb9384
4 changed files with 394 additions and 6 deletions
+1 -4
View File
@@ -1,7 +1,6 @@
-- Strategia: FACEBYBLADE
-- Descrizione
-- Strategia di base per la lavorazione delle slot o tasche con lama
-- Feature: tipo lapjoint
-- Strategia di base per la lavorazione delle facce con lama
-- carico librerie
local BeamLib = require( 'BeamLib')
@@ -204,7 +203,6 @@ function FACEBYBLADE.Make( Proc, Part, FaceToMachine, EdgeToMachine, OptionalPar
end
if dMinNzDownUp and FaceToMachine.vtN:getZ() < dMinNzDownUp then
Cutting.bToolInvert = true
Cutting.bInvert = not Cutting.bInvert
else
Cutting.bToolInvert = false
end
@@ -230,7 +228,6 @@ function FACEBYBLADE.Make( Proc, Part, FaceToMachine, EdgeToMachine, OptionalPar
dMinNzDownUp = TOOLS[ToolInfo.nToolIndex].SetupInfo.GetMinNzDownUp( Part.b3Raw, FaceToMachine.vtN, Cutting.vtToolDirection)
if FaceToMachine.vtN:getZ() < dMinNzDownUp then
Cutting.bToolInvert = true
Cutting.bInvert = not Cutting.bInvert
end
end
Cutting.nToolIndex = ToolInfo.nToolIndex