3dPrinting :

- aggiunto overlap tra passate.
This commit is contained in:
SaraP
2022-09-16 11:55:15 +02:00
parent cb8397aae3
commit d775e0fe49
4 changed files with 27 additions and 14 deletions
+2 -2
View File
@@ -248,7 +248,7 @@ local function AddRetraction( nCrvId, LayerParams, dCoastingLen, dWipeLen, dWipe
EgtSetName( nWipeId, WIPE_CRV)
EgtSetInfo( nWipeId, KEY_TYPE, TYPE.WIPE)
EgtSetColor( nWipeId, EgtStdColor('TEAL'))
EgtSetColor( nWipeId, EgtStdColor('AQUA'))
end
EgtErase( nCopyId)
@@ -658,7 +658,7 @@ local function AddRibsLeadOut( nCrv, nTPathGrp, nLoopsGrp, vtSlicing, dStrand)
EgtRelocateGlob( nWipe, nCoasting or nCrvLO or nCrv, GDB_IN.AFTER)
EgtSetName( nWipe, WIPE_CRV)
EgtSetInfo( nWipe, KEY_TYPE, TYPE.WIPE)
EgtSetColor( nWipe, EgtStdColor('TEAL'))
EgtSetColor( nWipe, EgtStdColor('AQUA'))
end
return