Page 1 of 1

Display G code after loading a job

Posted: Mon Jun 03, 2019 2:53 pm
by ShawnM
I have a question and can't seem to find the answer in the mill manual which tells me it may not be possible so if not a suggestion for the next update.

After I zero my machine at startup and reference x0, y0 and z0 I then load my file. Once it's loaded I'd like to see the first 11 lines of g code in the "user window" BEFORE I press cycle start. Is this possible? Is it a setting I missed?

After I load my file it shows the file name at the top in the "status window" but there's this gigantic blue void in the user window that would be perfect for displaying the first 11 lines of code BEFORE you start a job. Usually with most PP there is a lot of valuable info at the beginning of a fie.

I know I can hit "edit" and see the g code in notepad++ editor but that's an extra step and there's so much unused real estate in the "user window", why not display it there?

Once I hit cycle start then the code scrolls by so fast I miss this info.

Any suggestions?

Re: Display G code after loading a job

Posted: Mon Jun 03, 2019 3:48 pm
by cnckeith
press single block on VCP,
press cycle start and g code will appear on screen.
press ESC to cancel out of runing
or take single block off and press cycle start to start the g code program.

i've written up a feature request to add this "G code Preview" idea to CNC12 so that it previews any Gcode

related... you can graph any g code program Before loading it as well.

Re: Display G code after loading a job

Posted: Tue Jun 04, 2019 10:16 am
by ShawnM
Thanks Keith, than gives me the first 6 lines of code. Is that normal over the 11 lines that can be displayed?

This helps and I always have my backup method of "edit" to open Notepad ++ to see more.

Re: Display G code after loading a job

Posted: Tue Jun 04, 2019 11:05 am
by cncman172
ShawnM,
I had the same exact question, and use your exact work around by opening the gcode file with an editor to check. Thanks

Russ

Re: Display G code after loading a job

Posted: Tue Jun 04, 2019 11:34 am
by ShawnM
cncman172 wrote: Tue Jun 04, 2019 11:05 am ShawnM,
I had the same exact question, and use your exact work around by opening the gcode file with an editor to check. Thanks

Russ
I just like to do a quick check of as much s possible BEFORE I hit that cycle start button. :mrgreen: It's just one extra step from me but for now I'll live with it. I've been refining tool change macros to have as little user input from me as well. Still tweaking.

Re: Display G code after loading a job

Posted: Wed Jun 05, 2019 6:43 am
by martyscncgarage
I always press F8 Graph before running the program. CNC12 will run through the entire program and show you the tool path on the screen. It will also bark at you if your part is out of the machine axis bounds.

You can and should turn your feed rate down while you run the first part so you can reach to anything. As Keith mentioned, single block mode is also a useful tool.

Marty