Gerber output exports non-RFC4122 project guid

Bug #1800459 reported by xjn xjn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KiCad
Fix Released
Undecided
jean-pierre charras

Bug Description

Current GUID export format is :

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

-

Gerber GUID format should be RFC4122 Version 1 or 4 :

xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx

with
  x = hexDigit lower/upper case
and
  M = '1' or '4' (UID versiom 1 or 4)
and
  N = '8' or '9' or 'A|a' or 'B|b' (RFC4122 tag)

Source : https://git.launchpad.net/kicad/tree/pcbnew/pcbplot.cpp
Line : around 320

-

Gerber 2018.09 : Standard Attribute Example : .ProjectId :

%TF.ProjectId,My PCB,f81d4fae-7dec-11d0-a765-00a0c91e6bf6,2*%

br
xjn

Tags: gerber
Changed in kicad:
milestone: none → 5.0.2
Revision history for this message
KiCad Janitor (kicad-janitor) wrote :

Fixed in revision 03f3ff79a587975c22d15cda79893cd26207b783
https://git.launchpad.net/kicad/patch/?id=03f3ff79a587975c22d15cda79893cd26207b783

Changed in kicad:
status: New → Fix Committed
assignee: nobody → jean-pierre charras (jp-charras)
Changed in kicad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.