thunderbug1 / Spherebot-Host-GUI

Qt based GUI to control the spherebot
54 stars 60 forks source link

Lines combined and "lost" #16

Closed nischelwitzer closed 9 years ago

nischelwitzer commented 10 years ago

hi,

sometimes lines get lost when there are spaces or comments in the gcode file. i have already removed some comments and empty lines from the inkscape gcode py files - but this is not quite the best solution :)

i have attached an image, where you can see it quite good:

screenshot099

for example these two lines get cobined:


G92 X0.00 Y0.00 Z0.00 (you are here) [empty line] G1 X-84.60 Y35.21 F1700.00 to:

G92 X0.00 Y0.00 Z0.00 G1 X-84.60 Y35.21 F1700.00


and so one move gets lost! you can see this what was send and received. on the plot for example the first line was not printed.

 alex
thunderbug1 commented 10 years ago

You are using 1.0 right? ... As far as I remember I fixed it in 2.0 or it is another bug

nischelwitzer commented 10 years ago

hi,

yes - this is a 1.0 screenshot and i have the bug there. it is with empty lines and comments.

i am using 1.0 because 2.0 is still only running "half" at the moment. i can control the my EggBot with the direct command but when i send a file it stops at the beginning after the init commands. i think you must have changed something with the handshake between your SW and arduino.

i have changed only the baud rate for 2.0 all other things are the same in my arduino firmware.