- in NestProcess modifiche per leggere la modalità di nesting e le sezionatrici per cui esportare da WallData
This commit is contained in:
@@ -268,12 +268,12 @@ local function BuildCuttingList( PanelList, sOutputType)
|
||||
end
|
||||
|
||||
-- Casadei
|
||||
if sOutputType == 'Cutty' then
|
||||
if sOutputType == 'CUTTY' then
|
||||
|
||||
LinesToWrite = BuildCuttingList_Cutty( PanelList, ActualSheetList, ProjectInfo)
|
||||
|
||||
-- Homag Optimat
|
||||
elseif sOutputType == 'Homag' then
|
||||
elseif sOutputType == 'HOMAG' then
|
||||
|
||||
|
||||
end
|
||||
|
||||
+6
-3
@@ -1689,7 +1689,7 @@ EgtResetCurrMachGroup()
|
||||
|
||||
-- modalità nesting utile per cabinet: un grezzo per ogni pezzo, pezzo centrato nel grezzo. Il grezzo non viene preso da magazzino ma creato ad hoc, con un dato sovramateriale.
|
||||
-- il numero del MachGroup deve coincidere con il PDN del pezzo originale
|
||||
if NEST.FLAG == 2 then
|
||||
if NEST.FLAG ~= 11 and WD.ENABLE_SIMPLE_NESTING then
|
||||
|
||||
-- sovramateriale richiesto
|
||||
local dOverMaterial = max( 0, NEST.KERF or 2)
|
||||
@@ -1796,8 +1796,11 @@ if NEST.FLAG == 2 then
|
||||
|
||||
elseif NEST.FLAG == 11 then
|
||||
|
||||
-- TODO gestire tipo di cutting list da generare (PANELSAW)
|
||||
PanelSaw.GenerateCuttingList( 'Cutty')
|
||||
local vCuttingListType = EgtSplitString( WD.PANELSAW_TYPE)
|
||||
for i = 1, #vCuttingListType do
|
||||
local sCuttingListType = vCuttingListType[i]
|
||||
PanelSaw.GenerateCuttingList( sCuttingListType)
|
||||
end
|
||||
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user