- Migliorie varie per adeguamento strategia e funzioni necessarie

This commit is contained in:
andrea.villa
2024-05-13 09:47:42 +02:00
parent d45fc8e89b
commit 59bbf159e4
9 changed files with 161 additions and 36 deletions
+15
View File
@@ -10,5 +10,20 @@ require( 'EgtBase')
EgtOutLog( ' MachiningLib started', 1)
-------------------------------------------------------------------------------------------------------------
-- funzione per cercare utensile tipo FRESA con certe caratteristiche
function MachiningLib.FindMill()
end
-------------------------------------------------------------------------------------------------------------
-- funzione per cercare utensile tipo LAMA con certe caratteristiche
function MachiningLib.FindBlade()
end
-------------------------------------------------------------------------------------------------------------
-- funzione per cercare utensile tipo PUNTA A FORARE con certe caratteristiche
function MachiningLib.FindDrill()
end
-------------------------------------------------------------------------------------------------------------
return MachiningLib