NEW BUILD! Chinese CNC 1313 replacing mach3
Moderator: cnckeith
-
- Posts: 542
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
It sounds like you are using an auto tool change post processor. If you are not running the machine as an atc, you need a different post processor, or modify what you have. That's why I said post a toolpath so we can see what it's doing. It is calling for a tool change from the sounds of it. What software are you making your toolpath with will also help figure it out.
Ken
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 32
- Joined: Sat Jun 07, 2025 12:20 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 880CE03450E7-0325259300
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
vetric vcarve. here is a gcode file i just ran.
for the cap and resistor, just wire them to the avout going to the vfd?
for the cap and resistor, just wire them to the avout going to the vfd?
- Attachments
-
- inlay pocket 1.cnc
- (6.49 KiB) Downloaded 3 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 836
- Joined: Fri Nov 30, 2018 1:04 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Thorp WI
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
Guessing the errant plunge might be due to this line in your file....
N0300 ; Tool Length Compensation (+)
N0310 G43 G0 Z0.8000 H1
If that's the problem, you can edit the post processor that you are using to change the output.
Also, be sure that your Vectric job setup for where part Z zero is at is matches what you are setting it at on the machine.
N0300 ; Tool Length Compensation (+)
N0310 G43 G0 Z0.8000 H1
If that's the problem, you can edit the post processor that you are using to change the output.
Also, be sure that your Vectric job setup for where part Z zero is at is matches what you are setting it at on the machine.
Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 542
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
I removed all of the G43 and G49 parts in my post processor. Also it is calling for a tool change and I don't think you have an atc machine.
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 542
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
So your system does not have a M6 tool change set up and it is not ATC. Any T commands calling for a tool change would be best left out of the post processor also. If you want help with the post processor, post it here and we can give you options to revise it. G49 turns off tool length compensation and G43 turns it on.
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3618
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
You router folks are shortcutting industrial standards.
A router is also a mill, I would never remove G43 and G49, but adjust the M6 for manual tool change with automatic tool length measuring after screwing in a new tool in a collet spindle.
For a one tool code, just measure the tool before running the code and set it up correctly in the tool lib.
Uwe
A router is also a mill, I would never remove G43 and G49, but adjust the M6 for manual tool change with automatic tool length measuring after screwing in a new tool in a collet spindle.
For a one tool code, just measure the tool before running the code and set it up correctly in the tool lib.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 542
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
Uwe,
You can call it short cutting, but the G43 is always active for me. I see no reason to cut it off and turn it back on all the time. I do the same with ATC machines, hybrid that have a pause for a manual change and auto measure to resume, and manual when I rebuild them. My measure routine updates the library, and my toolpath's have M6 Tx Hx
I'm always willing to learn so tell me why I should turn it off when it works leaving it on.
You can call it short cutting, but the G43 is always active for me. I see no reason to cut it off and turn it back on all the time. I do the same with ATC machines, hybrid that have a pause for a manual change and auto measure to resume, and manual when I rebuild them. My measure routine updates the library, and my toolpath's have M6 Tx Hx
I'm always willing to learn so tell me why I should turn it off when it works leaving it on.
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 32
- Joined: Sat Jun 07, 2025 12:20 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 880CE03450E7-0325259300
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
im using the centroid post processor in v carve 12 pro
- Attachments
-
- centroid (inch).txt
- (4.62 KiB) Downloaded 4 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 542
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
Read through this one compared to yours. Modify as you wish. It also turns on M7 and M8 Dust collection and Vac hold. It parks in the back after the file is done so check that location. No M6 tool changes will be called for. Put it in your my post section under application data folder of vcarve and it will be the only one you see.
- Attachments
-
- centroid (inch).txt
- (3.53 KiB) Downloaded 8 times
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 32
- Joined: Sat Jun 07, 2025 12:20 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 880CE03450E7-0325259300
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: NEW BUILD! Chinese CNC 1313 replacing mach3
thanks! the only thing i changed from your file is the location of the rear park function. (ive been trying to figure out how to do that, so thank you. )
Vetric is giving me this fault
Vetric is giving me this fault
(Note: Liking will "up vote" a post in the search results helping others find good information faster)