3dPrinting :

- aggiunta gestione CoastingFeed e WipeFeedPu.
This commit is contained in:
DarioS
2022-06-14 05:53:12 +02:00
parent 680ac4c93a
commit 2bdc03d1ca
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ function CalcSlices.Exec( nPartId, nStmId, HMax)
EgtSetColor( vClosedId or {}, 'TEAL')
EgtSetColor( vOpenId or {}, 'RED')
-- creo flat region a partire dalle curve chiuse ottenute con lo slicing
-- creo flat region a partire dalle curve chiuse ottenute con lo slicing
local nGrp = EgtGroup( nLayId, frSlicing)
for i = 1, #vClosedId do
EgtRelocateGlob( vClosedId[i], nGrp)