mecamira / dxf2gcode

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

First line of output file is to long (using EMC2 2.3.0) #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any generated *.ngc file has the following header which exceeds the 256 
character limit of EMC2 and probably other software as well:

(Generiert mit: DXF2GCODE, Version: PyQt4 Beta, Datum: $Date:: 2014-02-11 
12:27:10#$)(Erstellt aus der Datei: C:/Users/janw/Desktop/Plotclock/plotclock 
cam 3.dxf)(Zeit: Sun Feb 23 13:09:32 2014)G21 (Units in millimeters) G90 
(Absolute programming) G64 (Default cutting) G17 (XY plane) G40 (Cancel radius 
comp.) G49 (Cancel length comp.)
G0 Z  15.000

Just adding some line feeds & carriage returns would cure the problem.

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

Version: PyQt4 Beta, Datum: $Date:: 2014-02-11 12:27:10#$

Please provide any additional information below.

Original issue reported on code.google.com by jancarlw...@googlemail.com on 24 Feb 2014 at 8:39

GoogleCodeExporter commented 9 years ago
We already have line feeds in the header. And in the whole gcode file we have 
zero carriage returns. So if it's really an error because of the missing CRs 
then even if we implement it for the header you should get it with the code 
that follows as well.

Original comment by jp1...@gmail.com on 24 Feb 2014 at 4:18

GoogleCodeExporter commented 9 years ago
Unless you still got a problem with it or somebody else has one, I close this 
issue.

Original comment by jp1...@gmail.com on 16 Mar 2014 at 6:18