Pocket Toolpath - drilled extra holes at start? (2024)

Forum for users of Vectric products

Skip to content

  • Home
  • FAQ
  • Quick Links

    • Unanswered Topics
    • Unread Posts
    • New Posts
    • Active Topics
  • Login
  • Register
  • Clipart
  • support
  • Vectric
  • VCarve - General
  • Search

Post Reply

10 posts• Page 1 of 1

Valin6210
Posts: 6
Joined: Sat Mar 23, 2024 6:53 pm
Model of CNC Machine: LEAD 1515

Pocket Toolpath - drilled extra holes at start?

  • Quote

Postby Valin6210 »

Version 12.005

I have a pocket toolpath to route away a good chunk of material. Max depth is set to 1/2 of my material thickness (4 passes to cut away 3/8" of material). The preview looks good. However, when the toolpath started it moved to the start point and plunged all the way through the material, moved about 1/4" along the vector and then raised back up to the proper depth. The rest of the toolpath has run as expected.

The project is only a template so not a finished product, so the holes don't break the piece. Has anyone encountered this before? I didn't change any settings that I'm aware of.

Picture of said bug hole:
https://drive.google.com/file/d/1sc5OTl ... sp=sharing

[Admin edited title as shown not to be a bug in the software]

Top

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

Contact Rcnewcomb

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Rcnewcomb »

Was the hole visible in the preview?
If not then it is likely a machine or setup issue.
If the hole in the preview please upload the .CRV file.

To upload a file/photo:

  • Click on the Upload attachment button below the message area
  • Click on Choose File and select your file
  • Finally, click on Add the file to upload it to the forum

If the file is too large to upload here you can use a file sharing site such as drive.google.com, onedrive.com, or dropbox.com. They all have free accounts available

  • Upload the file to the file sharing site
  • Make the link shareable
  • Share the link to the file here

For screenshots please use the Windows Snipping tool. These are far easier to read than photos taken with your phone.

On many Windows systems you can also use <Windows-key><Shift><S>

- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Top

Valin6210
Posts: 6
Joined: Sat Mar 23, 2024 6:53 pm
Model of CNC Machine: LEAD 1515

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Valin6210 »

The hole was not visible in the preview. I've been running this machine for two months without an issue like this. This is only the 2nd project I've done with 12.05 though so that makes Vcarve Pro the newest variable. I will upload the CRV file.

Attachments
InnerRingTemplate.crv
(889.5 KiB) Downloaded 13 times

Top

sharkcutup
Vectric Wizard
Posts: 2998
Joined: Sat Mar 26, 2016 3:48 pm
Model of CNC Machine: Shark HD3 Pro Extended Bed with Spindle
Location: U.S.A.

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby sharkcutup »

Where did you Z-Zero at the Start of the Pocket Toolpath -- Machine Bed or Material Surface?

Sharkcutup

V-Carve Pro Tips, Gadget Tips & Videos
YouTube Channel - Sharkcutup CNC
V-Carve Pro 12.007

Top

Valin6210
Posts: 6
Joined: Sat Mar 23, 2024 6:53 pm
Model of CNC Machine: LEAD 1515

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Valin6210 »

Z zero I always use material surface. If it was a Z-zero issue I would expect the entire carve out to be incorrect, not a random hole at the start.

Top

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

Contact Rcnewcomb

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Rcnewcomb »

I don't see a problem with the G code.

When I look at the code generated for the pocket using the 1/4" end mill it does the gradual ramp down to Z-0.093750, which is what I expect. I do not see a too-deep plunge .

Can you ZIP and attach the g code file for the pocket toolpath so we can compare results?

Code: Select all

 [TOOLPATH NAME: Pocket 1 [Clear 1]] F40 XY [SET FEEDRATE FOR X AND Y] F10 Z [SET FEEDRATE FOR Z] G0 X6.000000 Y6.816250 G0 Z1.010 G0 X6.000000 Y6.816250 Z0.200000 G1 X6.000000 Y6.816250 Z0.000000 G1 X6.080195 Y6.812301 Z-0.003764 G1 X6.161741 Y6.800065 Z-0.007629 G1 X6.243374 Y6.779123 Z-0.011579 G1 X6.323717 Y6.749314 Z-0.015596 G1 X6.401339 Y6.710768 Z-0.019659 G1 X6.474839 Y6.663922 Z-0.023744 G1 X6.542925 Y6.609505 Z-0.027830 G1 X6.604488 Y6.548506 Z-0.031892 G1 X6.658662 Y6.482108 Z-0.035909 G1 X6.704862 Y6.411623 Z-0.039860 G1 X6.742795 Y6.338408 Z-0.043725 G1 X6.772449 Y6.263792 Z-0.046875 G1 X6.742795 Y6.338408 Z-0.050639 G1 X6.704862 Y6.411623 Z-0.054504 G1 X6.658662 Y6.482108 Z-0.058454 G1 X6.604488 Y6.548506 Z-0.062471 G1 X6.542925 Y6.609505 Z-0.066534 G1 X6.474839 Y6.663922 Z-0.070619 G1 X6.401339 Y6.710768 Z-0.074705 G1 X6.323717 Y6.749314 Z-0.078767 G1 X6.243374 Y6.779123 Z-0.082784 G1 X6.161741 Y6.800065 Z-0.086735 G1 X6.080195 Y6.812301 Z-0.090600 G1 X6.000000 Y6.816250 Z-0.093750

- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Top

Valin6210
Posts: 6
Joined: Sat Mar 23, 2024 6:53 pm
Model of CNC Machine: LEAD 1515

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Valin6210 »

Thanks for helping Randal. Attached is the zip file. I also took a quick look and don't see the plunge in the GCODE either. I will reach out to the CNC mfg.

Attachments
Pocket 1 [Clear 1]_1-Pocket 1 [Clear 1].zip
(2.43 KiB) Downloaded 3 times

Top

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

Contact Rcnewcomb

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Rcnewcomb »

The G code you supplied is correct. This means it is not a VCarve/software issue.

Was this a one-time occurrence, or does it happen every time you run the file?

- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Top

TReischl
Vectric Wizard
Posts: 4771
Joined: Thu Jan 18, 2007 6:04 pm
Model of CNC Machine: 8020 48X36X7 RP 2022 UCCNC Screenset
Location: Leland NC

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby TReischl »

THIS is exactly why some of us are critical of those who insist on posting the word BUG in the title of a post.

There was no bug. Yet a guest browsing this forum thinking about buying the software is left with the impression that a BUG exists.

That does not help Vectric, yanno, the ones who provide this forum?

"If you see a good fight, get in it." Dr. Vernon Johns

Top

Valin6210
Posts: 6
Joined: Sat Mar 23, 2024 6:53 pm
Model of CNC Machine: LEAD 1515

Re: Pocket Toolpath bug - drilled extra holes at start

  • Quote

Postby Valin6210 »

Rcnewcomb wrote:

Sun May 19, 2024 6:36 pm

Was this a one-time occurrence, or does it happen every time you run the file?

I just ran the start of the file twice more and no, it didn't do the weird plunge either time. So was a one time thing. I've reached out to OpenBuilds to see what they have to suggest.

Top

Post Reply

10 posts• Page 1 of 1

Return to “VCarve - General”

Jump to

  • ↳ Free CNC Projects
  • ↳ Newsletters
  • ↳ Maker Spotlight
  • Aspire
  • ↳ Aspire - General
  • ↳ Aspire - Tips and Tricks
  • ↳ Aspire - Gallery
  • ↳ VCarve - General
  • ↳ VCarve - Tips and Tricks
  • ↳ VCarve - Gallery
  • ↳ Cut2D - General
  • ↳ Cut2D - Gallery
  • Laser Module
  • ↳ Laser Module - General
  • ↳ Laser Module - Gallery
  • Cut3D
  • ↳ Cut3D - General
  • ↳ Cut3D - Gallery
  • PhotoVCarve
  • ↳ PhotoVCarve - General
  • ↳ PhotoVCarve - Gallery
  • Gadgets
  • ↳ Gadgets - Releases
  • ↳ Gadgets - General
  • ↳ Gadgets - User Submissions
  • ↳ Gadgets - Requests
  • Hardware / Control Software Discussion
  • ↳ Wrapped Rotary Machining
  • ↳ Hardware related questions
  • ↳ Control Software related questions
  • ↳ Post Processors
  • Board index
  • All times are UTC+01:00
  • Delete cookies
Pocket Toolpath - drilled extra holes at start? (2024)

References

Top Articles
Latest Posts
Article information

Author: Lilliana Bartoletti

Last Updated:

Views: 6776

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lilliana Bartoletti

Birthday: 1999-11-18

Address: 58866 Tricia Spurs, North Melvinberg, HI 91346-3774

Phone: +50616620367928

Job: Real-Estate Liaison

Hobby: Graffiti, Astronomy, Handball, Magic, Origami, Fashion, Foreign language learning

Introduction: My name is Lilliana Bartoletti, I am a adventurous, pleasant, shiny, beautiful, handsome, zealous, tasty person who loves writing and wants to share my knowledge and understanding with you.