How do I remove stop at origin before cutting?

This forum is for general discussion regarding VCarve Pro
Post Reply
andyl1000
Posts: 28
Joined: Wed Mar 15, 2017 5:38 am
Model of CNC Machine: Nomad 883Pro

How do I remove stop at origin before cutting?

Post by andyl1000 »

All my CNC programs move to the origin (0,0) BEFORE beginning the actual program...
Any way to get Vcarve to skip this?
Thanks!

User avatar
Rcnewcomb
Vectric Archimage
Posts: 5928
Joined: Fri Nov 04, 2005 5:54 am
Model of CNC Machine: 24x36 GCnC/WinCNC with ATC
Location: San Jose, California, USA
Contact:

Re: How do I remove stop at origin before cutting?

Post by Rcnewcomb »

You can update the post processor. By default it moves the machine to Home.
You can change that.

Code: Select all

+---------------------------------------------------
+  Commands output at the start of the file
+---------------------------------------------------

begin HEADER

"T1M6"
"G17"
"G0[ZH]"
"G0[XH][YH][S]M3"
- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

andyl1000
Posts: 28
Joined: Wed Mar 15, 2017 5:38 am
Model of CNC Machine: Nomad 883Pro

Re: How do I remove stop at origin before cutting?

Post by andyl1000 »

Wow thanks! Have been trying to solve this mystery for a long time...
Can you tell me more specifically how to access the post processor edit screen to add those lines of code?
Thanks again.

User avatar
Rcnewcomb
Vectric Archimage
Posts: 5928
Joined: Fri Nov 04, 2005 5:54 am
Model of CNC Machine: 24x36 GCnC/WinCNC with ATC
Location: San Jose, California, USA
Contact:

Re: How do I remove stop at origin before cutting?

Post by Rcnewcomb »

Post processors are text files. You can edit them with your favorite text editor.

In Vcarve select File/Open Application Data Folder...
Screen Shot 2020-12-20 at 9.50.01 PM.png
The post processors are either in the My_PostP or the PostP folder.
Screen Shot 2020-12-20 at 9.52.53 PM.png

Make a backup copy of the file you are about to change.
Make the edits using your favorite text editor.
Save the file.

Open/Restart Vcarve to see the changed post processor.
- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Post Reply