3dPrinting 3.1g1 :

- gestione di più solidi da stampare contemporaneamente nel gruppo "PrintSolid".
This commit is contained in:
SaraP
2026-07-01 12:48:23 +02:00
parent 7a1942fd49
commit 25fbec5a70
7 changed files with 653 additions and 588 deletions
+2 -1
View File
@@ -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