Looking and/or Building GCode Editor software. Please Advice. June 19, 2014 04:52PM |
Registered: 10 years ago Posts: 55 |
Re: Looking and/or Building GCode Editor software. Please Advice. June 22, 2014 07:12PM |
Registered: 10 years ago Posts: 55 |
Re: Looking and/or Building GCode Editor software. Please Advice. June 23, 2014 10:23AM |
Registered: 11 years ago Posts: 1,381 |
Re: Looking and/or Building GCode Editor software. Please Advice. June 23, 2014 02:26PM |
Admin Registered: 12 years ago Posts: 3,096 |
Re: Looking and/or Building GCode Editor software. Please Advice. June 29, 2014 02:26AM |
Registered: 10 years ago Posts: 55 |
Re: Looking and/or Building GCode Editor software. Please Advice. April 17, 2015 12:17PM |
Registered: 11 years ago Posts: 478 |
Re: Looking and/or Building GCode Editor software. Please Advice. April 18, 2015 01:23AM |
Registered: 10 years ago Posts: 55 |
Re: Looking and/or Building GCode Editor software. Please Advice. April 18, 2015 01:42PM |
Registered: 12 years ago Posts: 1,320 |
Re: Looking and/or Building GCode Editor software. Please Advice. April 19, 2015 03:30AM |
Registered: 10 years ago Posts: 55 |
thanks, and i understand linux users difficulty, but thats just as difficult for me for linux as i dont have linux platform to test and no linux ide experience or knowledge. thanks. anyway what interest me is how you get to see the bump of years old thread? did you subscribe? or you clicked any button to see unread or new thread/post? i have been looking for this button for so long to no success in this forum gui, i'm new here. i know how to subscribe a thread but thats tedious. how to see latest/new/unread thread/post? any button to click? thanks.Quote
jbernardis
It looks pretty nice, but I do all of my 3D printing and it's associated tasks on a Linux machine. Windows specificity is an issue for me.
Re: Looking and/or Building GCode Editor software. Please Advice. April 19, 2015 03:57AM |
Registered: 11 years ago Posts: 478 |
Re: Looking and/or Building GCode Editor software. Please Advice. April 19, 2015 04:18AM |
Registered: 10 years ago Posts: 55 |
thanks on forum feature answer. yes the editing looks safe i've thought of that. i can make that a simple plain text editing and you can type anything, but currently the sw implement a very limited gcode subset and the data structure is stored as coordinates,feedrate etc only, not the gcode commands. so if you type gcode incompatible command, that wont reflect in the internal data or the saved output later. the sw doesnt even support inline comment iirc. the trick i can advice, but if you can only accept this workaround, is by inputting "special coordinate" so you can search in text editor later. for example if a vertex is at say (3.3, 5.5), you may edit that to (3.2999, 5.5) and search for "999" in text editor. but try it on small sample gcode file first if it works, i dont remember how it save the file output if you put too may decimal places maybe it got translated to engginering notation, i cant remember its been too long. hope it helps.Quote
alexella
In terms of editing/ features, I noticed that when I edit a certain line, I don't actually edit it but I only can change the values.
This looks safe.
However, I was thinking that text editing would allow me to add a personal tag so I know where I messed with the gcode. But... I think I can live without it. It's not so important...
Alex