3dPrinting :

- tolleranza di slicing portata a 0.5.
This commit is contained in:
DarioS
2022-09-29 23:03:32 +02:00
parent 6fa13da092
commit d1fb754cda
+1 -1
View File
@@ -298,7 +298,7 @@ function CalcSlices.Exec( nPartId, nStmId, HMax)
-- costanti
local TOLER = 0.2
local SMALL_TOLER = 0.02 -- da portare a 0.5
local SMALL_TOLER = 0.5
local BIG_TOLER = 2.0
local MIN_LEN = 20.0
local MIN_AREA = 25.0