3dPrinting 3.1g1 :
- gestione di più solidi da stampare contemporaneamente nel gruppo "PrintSolid".
This commit is contained in:
@@ -3088,7 +3088,8 @@ function CalcToolPath.Exec( nPartId)
|
||||
local vSpiralVaseIds = {}
|
||||
if LayerParams.bSpiralVase then
|
||||
if LayerParams.nFloorNbr > 0 then
|
||||
for i = LayerParams.nFloorNbr + 1, #vLayIds do
|
||||
local nFirstLay = EgtGetInfo( s_nPartId, KEY_FIRST_SOLID_LAY, 'i')
|
||||
for i = LayerParams.nFloorNbr + nFirstLay, #vLayIds do
|
||||
table.insert( vSpiralVaseIds, vLayIds[i])
|
||||
vLayIds[i] = nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user