3dPrinting :

- modifiche progress bar.
This commit is contained in:
SaraP
2022-10-03 16:08:25 +02:00
parent 5e65055e86
commit a94474869c
6 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -1050,7 +1050,7 @@ function CalcToolPath.Exec( nPartId)
nCrvGrpId = EgtGetNextName( nCrvGrpId, CONTOUR_GRP.."*")
end
if EgtProcessEvents( EgtIf( PRINT, 200, 0) + nIdx / #vLayIds * 100, 0) == 1 then
if EgtProcessEvents( EgtIf( PRINT, 300, 0) + nIdx / #vLayIds * 100, 0) == 1 then
EgtDraw()
return
end