Mike,
There is no need to pause the program since vcarve will not put two different bit programs in the same file.
Run one program to completion then change bits and run the second program for the new bit.
We are located in the Toldeo Ohio area. I will be Tn for the Vectric training in Oct.
Tim
Search found 355 matches
- Wed Sep 15, 2010 3:18 pm
- Forum: Software. Programming
- Topic: Missing lines of "Gcode"
- Replies: 12
- Views: 11530
Re: cut depth
Have you checked out the video tutortials on the Vcarve cd?
They can be very helpful.
You can also post your vcarve *.crv file in this forum and someone can look at it and steer you in the right direction.
They can be very helpful.
You can also post your vcarve *.crv file in this forum and someone can look at it and steer you in the right direction.
- Tue Sep 14, 2010 9:57 pm
- Forum: CNC Shark
- Topic: Where is everyone from?
- Replies: 46
- Views: 28278
Re: Where is everyone from?
Anything we can help you with?
- Sun Sep 12, 2010 9:14 pm
- Forum: Software. Programming
- Topic: Missing lines of "Gcode"
- Replies: 12
- Views: 11530
Re: Missing lines of "Gcode"
Since the bits are not all the same length that would be difficult. it is easier to save the files for each toolpath that has a differnt bit. once you finish one program change the bit in the router then move the bit on the top on the wood again and only zero the Z axis. Leave the others axis alone ...
- Sun Sep 12, 2010 11:43 am
- Forum: Shark Pro
- Topic: Shark Quit--Anyone Have Same Prob?
- Replies: 18
- Views: 22032
Re: Shark Quit--Anyone Have Same Prob?
This can happen when the computer is left alone and it goes into a powersave mode and disconnects the usb bus. Any interuption in the USB will cause the Controller to disconnect to prevent stray commands from going into the controller. This can also be caused by wireless connections and wireless mic...
- Fri Sep 10, 2010 3:24 pm
- Forum: Software. Programming
- Topic: Updated Software and Post Processors
- Replies: 2
- Views: 4027
Re: Updated Software and Post Processors
Actually Vectric uses the same post processor for Vcarve,Cut 3d and Aspire. The only difference is photocarve does not use Arcs so it has a differnt post processor. You can copy the Vcarve post processor to the Cut 3d postp folder.
- Wed Sep 08, 2010 8:55 pm
- Forum: Software. Programming
- Topic: Updated Software and Post Processors
- Replies: 2
- Views: 4027
Updated Software and Post Processors
We have updated our controller software to version 1.4.0.15 this is providing support for Pro Plus users. The controller will automatically switch parameters depending on which controller it senses on power up. We have also added new post processors that work with the Pro Plus and anyone that will g...
- Wed Sep 08, 2010 11:27 am
- Forum: Software. Programming
- Topic: Missing lines of "Gcode"
- Replies: 12
- Views: 11530
Re: Missing lines of "Gcode"
That should not be happening. It should just update once. Try it without the sd card in and see if that works.
If not email us at the contactus page on cncshark.com and we can get your controller repaired.
If not email us at the contactus page on cncshark.com and we can get your controller repaired.
- Tue Sep 07, 2010 10:27 pm
- Forum: CNC Shark
- Topic: ArtCam Pro Post Processor?
- Replies: 3
- Views: 6392
Re: ArtCam Pro Post Processor?
S 2000
M03
are needed to turn on the spindle for the pro plus but it wont hurt if it is there.
That is about it.
Thanks
Tim
M03
are needed to turn on the spindle for the pro plus but it wont hurt if it is there.
That is about it.
Thanks
Tim
- Tue Sep 07, 2010 9:49 pm
- Forum: CNC Shark
- Topic: ArtCam Pro Post Processor?
- Replies: 3
- Views: 6392
Re: ArtCam Pro Post Processor?
The Gcode that works with the Pro Plus needs to be as follows for the CNC Shark to see it.
G90
G20
F90.0
G64 P.1
S 2000
M03
...
...
G00 X0.0000 Y0.0054 Z0.1181 (standard gocode format)
...
...
M02 (this must be the last line)
Tim
G90
G20
F90.0
G64 P.1
S 2000
M03
...
...
G00 X0.0000 Y0.0054 Z0.1181 (standard gocode format)
...
...
M02 (this must be the last line)
Tim