Menu

#253 Gerbv extension warning

v1.0 (example)
open
nobody
None
5
2020-08-04
2020-05-29
Tarun Johar
No

Hi Team,

Gerbv 2.7.0 prints warnings about an unknown RS-274X extension %TF%. This works on Gerbview without warnings.

The code is at line 1827 in src/gerber.c. To suppress the warning, the following lines need to be added:

case A2I('T','F'):
    break;

The attached file extension.gbr shows the behavior.

Best Reagrds,
Tarun Johar

1 Attachments

Discussion

  • Tarun Johar

    Tarun Johar - 2020-06-29

    Hi Team,

    Can you please review the comments and share feedback?

     

    Last edit: Tarun Johar 2020-06-29
  • Tarun Johar

    Tarun Johar - 2020-08-04

    Hi Team,

    Can you please review the comments and share feedback?

     

Log in to post a comment.