3dPrinting :

- modificato parametro tolleranza offset.
This commit is contained in:
SaraP
2024-01-10 10:26:53 +01:00
parent 6669803e53
commit 775d0c9329
+1 -1
View File
@@ -18,7 +18,7 @@ local s_dOffsCorr = 50 * GEO.EPS_SMALL
local s_vErr = {}
local s_nCurrIdx
local s_vtSlicing
local s_dOffsTol = 100 * GEO.EPS_SMALL
local s_dOffsTol = 50 * GEO.EPS_SMALL
---------------------------------------------------------------------
local function GetLayerParamsForPathCalc()