3dPrinting :

- aggunta info di strand anche sulle curve di wipe.
This commit is contained in:
SaraP
2023-10-02 17:28:31 +02:00
parent 1b67ca3559
commit f3b3704f3b
+3 -2
View File
@@ -458,9 +458,10 @@ local function AddRetraction( nCrvId, vtSlicing, dCoastingLen, dWipeLen, dWipeDi
end
if nWipeId then
local dStrand = EgtGetInfo( nCrvId, KEY_CRV_STRAND, 'd')
EgtSetName( nWipeId, WIPE_CRV)
EgtSetInfo( nWipeId, KEY_TYPE, TYPE.WIPE)
EgtSetInfo( nWipeId, KEY_CRV_STRAND, 0)
EgtSetInfo( nWipeId, KEY_CRV_STRAND, dStrand)
EgtSetColor( nWipeId, EgtStdColor('AQUA'))
end
end
@@ -1657,7 +1658,7 @@ local function AddRibsLeadOut( nCrv, nLoopsGrp, vtSlicing, nGrpTmp, bForceNoSoli
EgtRelocateGlob( nWipe, nCoasting or nCrvLO or nCrv, GDB_IN.AFTER)
EgtSetName( nWipe, WIPE_CRV)
EgtSetInfo( nWipe, KEY_TYPE, TYPE.WIPE)
EgtSetInfo( nWipe, KEY_CRV_STRAND, 0)
EgtSetInfo( nWipe, KEY_CRV_STRAND, dStrand)
EgtSetColor( nWipe, EgtStdColor('AQUA'))
end
end