3dPrinting :
- altra piccola correzione per multiplanare.
This commit is contained in:
@@ -88,10 +88,10 @@ end
|
||||
|
||||
------------------------------------------------------------------
|
||||
local function AddZCorrection( b3Box, LayerParams)
|
||||
|
||||
-- nel caso multiplanare non è necessaria alcuna correzione
|
||||
local nSlicingType = EgtGetInfo( s_nPartId, KEY_SLICING_TYPE, 'i')
|
||||
if nSlicingType == SLICING_TYPE.MULTIPLANAR then
|
||||
LayerParams.vtSlicing = Z_AX()
|
||||
return
|
||||
end
|
||||
|
||||
local dNxy = sqrt( LayerParams.vtSlicing:getX() * LayerParams.vtSlicing:getX() + LayerParams.vtSlicing:getY() * LayerParams.vtSlicing:getY())
|
||||
|
||||
Reference in New Issue
Block a user