Buen día. Por favor ¿alguien me puede ayudar?. Acabo de terminar de hacer un trazo y de generar todas las piezas de patrón y al final me salió el siguiente error y luego no pude volver a abrir el archivo para continuar el trabajo que necesito (que pena pero como siempre es con urgencia, para poder realizar la prenda a tiempo para el cliente):
Adjunto archivo.
Buzo cuello redondo hombro caído.sm2d (46,8 KB)
Quedo muy pendiente.
Muchas gracias.
1 Like
Aqui está el archivo reparado:
Buzo cuello redondo hombro caído.sm2d (46.8 KB)
@Douglas Line 398 read :<node after="0l" before="0" idObject="213" type="NodePoint"/>
I deleted the ele which snuck in there for some reason.

3 Likes
Muchísimas gracias, de verdad, muchas gracias.
Esto es la segunda vez que me pasa, con archivos diferentes. ¿Cuál puede ser la causa?
Diosito te multiplique en bendiciones. 
2 Likes
I don’t know if it’s just a random write error? If a user tries to enter 0l (zero ele) it will be flagged as an error:
It’s possible it could be related to the locale and decimal seperator setting , but even then it seems that zero ele would still produce an error as “l” (ele) is not a legal variable name - as the error message indicates. Without fooling my laptop to think it’s in some other locale, I can’t even test the decimal seperator theory.
I also ruled out typing in 0l < return > REALLY fast, but the checkState() routine still catches the error as soon as the “l” is typed.
Ideally it would be nice if we could implement some real time data correction as a pattern is being opened & parsed… Like "There’s a SA error with “0l”… what should the value be?.. “0”… Ok.
2 Likes