vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.57k stars 533 forks source link

Copy gcode in editor, then paste into external app produces strange results. #320

Open spanner888 opened 8 years ago

spanner888 commented 8 years ago

So if you copy gcode in editor (via menu or Ctl C), then paste into external app produces strange results. A lot of extra text that looks a bit like markers for processing in bCNC code is visible.

Have seen issue in Lubuntu and Windows 7.

Seems to be a low priority issue, as work around is to save gcode via bCNC, then open saved file in external app. Maybe just add a note in FAQ or somewhere in doco?

Zipped example of gcode produced by Bowl tool is attached. default_bowl_copy_paste.gcode.zip

vlachoudis commented 8 years ago

I am afraid it is normal. It is the internal structure I keep to remember all the features of the gcode. I could add an option to copy the code as text maybe?

HomineLudens commented 8 years ago

In this way gcode will be exported without all the add stuff? It could be useful.

spanner888 commented 8 years ago

Yes that would be a good option, but def not a high priority as the file save, already allows gives a way to get the code from saved file.

On 13 May 2016 at 17:55, Filippo notifications@github.com wrote:

In this way gcode will be exported without all the add stuff? It could be useful.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/vlachoudis/bCNC/issues/320#issuecomment-219001417

HomineLudens commented 8 years ago

@spanner888 you can now save as _G-Code Clean _ from the save dialog. Only enabled gcode, no bcnc metadata and uppercase.