Aligning tiled toolpaths

This forum is for general discussion regarding VCarve Pro
Post Reply
mday
Posts: 23
Joined: Mon Aug 19, 2019 6:19 pm
Model of CNC Machine: Omni 1212

Aligning tiled toolpaths

Post by mday »

Hello everyone, I am attempting my first tiled job and I cannot get my CNC to drill the alignment hole in the second tile (T2 drill).
I create the toolpath, preview it, save it, but my machine keeps cutting the T1 drill hole over and over, never moving to the position of the second hole.
On a piece of scrap, I cut both tiles measuring and drilling the second hole by hand. Naturally it doesn't line up accurately enough. The point of having a CNC is accuracy. I have attached the Varve file for reference. I guess I have to paste the gcode as plain text.
T1 Drill:

Code: Select all

N0 G40G17G80G90G54
N10 S12000M3
N20 G00X0.000Y0.000
N30 G00X63.500Y57.150Z5.080
N40 G01X63.500Y57.150Z-2.540F1524.0
N50 G00X63.500Y57.150Z0.000
N60 G01X63.500Y57.150Z-5.080F1524.0
N70 G00X63.500Y57.150Z0.000
N80 G01X63.500Y57.150Z-7.620F1524.0
N90 G00X63.500Y57.150Z0.000
N100 G01X63.500Y57.150Z-10.160F1524.0
N110 G00X63.500Y57.150Z0.000
N120 G01X63.500Y57.150Z-12.700F1524.0
N130 G00X63.500Y57.150Z0.000
N140 G01X63.500Y57.150Z-15.240F1524.0
N150 G00X63.500Y57.150Z0.000
N160 G01X63.500Y57.150Z-17.780F1524.0
N170 G00X63.500Y57.150Z0.000
N180 G01X63.500Y57.150Z-20.320F1524.0
N190 G00X63.500Y57.150Z0.000
N200 G01X63.500Y57.150Z-22.860F1524.0
N210 G00X63.500Y57.150Z0.000
N220 G01X63.500Y57.150Z-25.400F1524.0
N230 G00X63.500Y57.150Z5.080
N240 M05
N250 M30
T2 Drill:

Code: Select all

N0 G40G17G80G90G54
N10 S12000M3
N20 G00X0.000Y0.000
N30 G00X63.500Y57.150Z5.080
N40 G01X63.500Y57.150Z-2.540F1524.0
N50 G00X63.500Y57.150Z0.000
N60 G01X63.500Y57.150Z-5.080F1524.0
N70 G00X63.500Y57.150Z0.000
N80 G01X63.500Y57.150Z-7.620F1524.0
N90 G00X63.500Y57.150Z0.000
N100 G01X63.500Y57.150Z-10.160F1524.0
N110 G00X63.500Y57.150Z0.000
N120 G01X63.500Y57.150Z-12.700F1524.0
N130 G00X63.500Y57.150Z0.000
N140 G01X63.500Y57.150Z-15.240F1524.0
N150 G00X63.500Y57.150Z0.000
N160 G01X63.500Y57.150Z-17.780F1524.0
N170 G00X63.500Y57.150Z0.000
N180 G01X63.500Y57.150Z-20.320F1524.0
N190 G00X63.500Y57.150Z0.000
N200 G01X63.500Y57.150Z-22.860F1524.0
N210 G00X63.500Y57.150Z0.000
N220 G01X63.500Y57.150Z-25.400F1524.0
N230 G00X63.500Y57.150Z5.080
N240 M05
N250 M30
Attachments
boatrail.crv
(684.5 KiB) Downloaded 50 times

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

Re: Aligning tiled toolpaths

Post by Adrian »

If you really want it to drill that hole there without tiling you need to uncheck the "Output Tiled Toolpaths" option and save the Drill toolpath. If the bed is that big though why tile it to start with? The hole is in the same place on both tiles relative to the tile start position which is why it looks like it's doing the same one over and over.

mday
Posts: 23
Joined: Mon Aug 19, 2019 6:19 pm
Model of CNC Machine: Omni 1212

Re: Aligning tiled toolpaths

Post by mday »

Ok I unchecked output tiled toolpaths and re-saved the drill toolpath. I will try it again.
The reason I am tiling in the first place is the workpiece is 54" long and my work surface is 48x48. I also considered running it at 45degrees, but I have the same issue with aligning the stock relative to the job. If I was cutting this out of a sheet, it wouldn't matter, but my stock is two pieces of teak that are not that much wider than the job so it has to be aligned carefully. Also I have to cut a 12 degree bevel on one edge of the finished piece at the table saw after it is carved on the CNC.

mday
Posts: 23
Joined: Mon Aug 19, 2019 6:19 pm
Model of CNC Machine: Omni 1212

Re: Aligning tiled toolpaths

Post by mday »

Unchecking "output tiled toolpaths" is the solution. Thank you. None of the tutorials I've watched/read ever mention this important little detail.

mday
Posts: 23
Joined: Mon Aug 19, 2019 6:19 pm
Model of CNC Machine: Omni 1212

Re: Aligning tiled toolpaths

Post by mday »

Ok now that I am done with that project, I would like tiled toolpaths to go away but they will not. Is there some way to stop the tiling tool manager from automatically launching and wanting to tile all my toolpaths? I have to manually uncheck tile toolpaths then hide the manager, on every project, then uncheck tile toolpaths when I save out my toolpaths.

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

Re: Aligning tiled toolpaths

Post by Adrian »

If you click "Delete All Tiling Data" about halfway up the Tile manager form that should reset it.

mday
Posts: 23
Joined: Mon Aug 19, 2019 6:19 pm
Model of CNC Machine: Omni 1212

Re: Aligning tiled toolpaths

Post by mday »

Thank you!

mday
Posts: 23
Joined: Mon Aug 19, 2019 6:19 pm
Model of CNC Machine: Omni 1212

Re: Aligning tiled toolpaths

Post by mday »

Unfortunately the tile toolpaths box is still checked by default.

Post Reply