mecamira / dxf2gcode

Automatically exported from code.google.com/p/dxf2gcode
0 stars 0 forks source link

Nested comment at first row. #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open dxf file
2. Export
3. Open file in linuxcnc 2.5.2

What is the expected output? What do you see instead?

Linuxcnc says: "Near line 2 of <filename.ngx>: Nested comment found"

Problem is at first row:

(Generated with: dxf2gcode, Version: pyQT Beta, Date: $Date: 2013-04-01 
21:05:08 +0300 (Mon, 01 Apr 2013) $)

As you see, there is double () at first row.

What version of the product are you using? On what operating system?

latest svn release (373)

lubuntu 12.0.4
ubuntu 10.0.4 (linuxcnc distribution)

rha@cnc:~$ locale
LANG=en_US.utf8
LANGUAGE=
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=

Please provide any additional information below.

Original issue reported on code.google.com by huuhaati...@gmail.com on 23 Jul 2013 at 12:46

GoogleCodeExporter commented 9 years ago
Fixed issue with nested comment which was produced by keyword Substitution of 
svn Server. 

Original comment by christian.kohloeffel on 24 Jul 2013 at 6:24