.text to .nc file extension

Post general information and questions relating to Cut2D in this Forum.
Post Reply
edcross
Vectric Apprentice
Posts: 60
Joined: Fri Mar 06, 2020 8:04 pm
Model of CNC Machine: Fineline automation 50" x 50"

.text to .nc file extension

Post by edcross »

Vcarve desktop pp Mach 4 inch , would like to change the file extension to .nc in the pp . I changed the name where it showes ".txt " to .nc but it still saves it with the .txt extension ?/

Thanks

Ed

User avatar
adze_cnc
Vectric Wizard
Posts: 4367
Joined: Sat Jul 27, 2013 10:08 pm
Model of CNC Machine: AXYZ 4008
Location: Vancouver, BC, Canada

Re: .text to .nc file extension

Post by adze_cnc »

Since you mentioned “.txt” and “.nc” I expect you didn’t change things in the “right” place.

POST_NAME is what I expect you changed. That is mostly informational. The real place to change is “FILE_EXTENSION”. See below.

Code: Select all

POST_NAME = "AXYZ A2MC (inch) (*.nc)"

FILE_EXTENSION = “nc"
Don’t forget to restart Cut2D after making the change.

Steven

edcross
Vectric Apprentice
Posts: 60
Joined: Fri Mar 06, 2020 8:04 pm
Model of CNC Machine: Fineline automation 50" x 50"

Re: .text to .nc file extension

Post by edcross »

Thanks , that worked fine . I also would like to eliminate the command that sends the axis to x-0 y-0 at the beginning of a cut file . I always home (zero) my cnc before cutting and that move collides with my dust collection shield that i have put in place after homing .

Thanks
Ed

User avatar
Adrian
Vectric Archimage
Posts: 14651
Joined: Thu Nov 23, 2006 2:19 pm
Model of CNC Machine: ShopBot PRS Alpha 96x48
Location: Surrey, UK

Re: .text to .nc file extension

Post by Adrian »

That will be the XH YH line. There is a post processor editing guide on the Help menu that explains what each of the variables do.

Post Reply