Hi,
just figured out that \(maybe with the new v6\.4\.12 ? \- did not see that before\) i'm getting incorrect drill\-holes positions when opening the drill file in flatcam\. played around a bit\, then\, by removing a 0 for each X and Y in the gerber\_drill\_pth everything again perfectly matches\.
The original created drill file is (can provide the zip if required):
```
M48
METRIC,LZ,0000.00
;FILE_FORMAT=4:2
;TYPE=PLATED
;Layer: Drill PTH
;EasyEDA v6.4.12, 2020-12-30T13:39:58+01:00
;9e098b450d2a411b979c4a0e99a8c71a,57ef7ff0e1664eb5a9800f8efd0d5217,10
;Gerber Generator version 0.2
;Holesize 1 = 0.501 mm
T01C0.501
;Holesize 2 = 1.000 mm
T02C1.000
%
G05
G90
T01
X000838Y001562
X000787Y000940
X000559Y001562
X000254Y001562
X001207Y000940
T02
X000241Y000254
X001003Y000254
X000508Y000254
X001270Y000254
M30
```
and the modified (with correct positions then) is
```
M48
METRIC,LZ,0000.00
;FILE_FORMAT=4:2
;TYPE=PLATED
;Layer: Drill PTH
;EasyEDA v6.4.12, 2020-12-30T13:39:58+01:00
;9e098b450d2a411b979c4a0e99a8c71a,57ef7ff0e1664eb5a9800f8efd0d5217,10
;Gerber Generator version 0.2
;Holesize 1 = 0.501 mm
T01C0.501
;Holesize 2 = 1.000 mm
T02C1.000
%
G05
G90
T01
X00838Y01562
X00787Y00940
X00559Y01562
X00254Y01562
X01207Y00940
T02
X00241Y00254
X01003Y00254
X00508Y00254
X01270Y00254
M30
```
am i doing something wrong on my side ?
Firefox
84.0
Ubuntu
EasyEDA
6.4.12