DA CONTROLLARE!!!! Piccole modifiche per far funzionare nesting inclinato

This commit is contained in:
andrea.villa
2026-05-29 07:48:14 +02:00
parent 476f214b99
commit adf08876a9
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -390,7 +390,8 @@ if bToProcess then
end
end
-- Assegno lunghezza della barra
dBarLen = PARTS[1].b3PartOriginal:getDimX() + 10
-- TODO nella ProcessBeams andava in errore con 10mm!!! CONTROLLARE
dBarLen = PARTS[1].b3PartOriginal:getDimX() + 20
if dBarLen < 2200 then
dBarLen = dBarLen + 1800
end