Krzysztof Wiśniewski

Results 218 comments of Krzysztof Wiśniewski

> Hello, I tried to fix the issue > > This is what I did: > > Add new shape types (Rectangle, Obround, Polygon, Circle) and modify the Shape class...

@jekoie I would appreciate feedback from you regarding this issue and my response 😄

Ok, could you provide proof of concept for your request? Some basic code how would you incorporate in extisting source. Then we can follow up on that.

Hi, thanks for reporting the issue. If I were to quickly point some fingers on possible culprits, this behavior can be triggered by for example rendering empty file or rendering...

One of the problem with that files is following line: `%IR0*IPPOS*OFA0.00000B0.00000*MIA0B0*SFA1.00000B1.00000*%` - this is not a valid Gerber code, merging multiple extended commands in one is not part of the...

Hi, sorry for the late response. Error messages seem to be two separate errors. Could you please provide a full stack trace? First error sounds like something coming from Pillow....

@lily-PHP thank you for reporting the issue. I think that the problem is caused by `*` present in empty lines not preceded by any command. I am not sure if...

@Rajkisan the problem in with your file is cause by incorrect zero coding mode. `D` is not an accepted value accoring to Gerber standard. Do you know how this zero...

Change declared coordinate format. Try L or T instead of D in FS extended fommand and see if one of them yields reasonable results. If you determine and share here...