Hey all, I’m sorry I’ve been away and then got sick, and am only coming back to this thread now. I’m still pretty new to CNC and not sure I’m following all of this, so please bear with me.
I’ve been through the Z-Probing section Ryan linked to. I want to make sure I understand the intended workflow here.
I put some board on my table and clamp it down where it won’t be cut.
The cutter is wherever on the table.
I attach my probe wires and place the probe over my board.
Running the starting code on the linked page:
(G92) The current cutter position (wherever), is marked as 0,0,0
(G00) The head is raised 5mm
(G28) It’s zeroed in X, then in Y, and then in Z until it touches the probe. (This is overriding the earlier G92 that zeroed it wherever it was, yes? This assumes that my probe, and therefor my workpiece is at/under 0,0,0? What if the part I’m cutting is clamped in the middle of the table?)
(G92) The Z is offset to account for the probe.
(G00) the head is raised, so I can remove the probe.
(M00) the machine waits for me to remove the probe and press the button to say it’s ok.
(I’m assuming that Guffy’s comment on setting the work offset is the same as my question on the G28 step above?)
My current process (pre-probe) has been to move the cutter over my piece, manually lower z until it looks like it’s touching, then disconnect and reconnect repetier so that Z is zeroed. Then Home X and Y to my endstops. Then I’m zeroed out to the top of my work piece.
But precise positioning on the table is still a problem. If I’m cutting a part out of a piece of plywood, where exactly that part is in the plywood doesn’t matter much. But if I’m hollowing out a small blank, and want to ensure 1/4" is left on each side, I need to ensure that my part is placed fairly precisely. I’ve cut a grid into my spoilboard, and can use that to position the part, and then offset my part in ESTLCAM to place it accordingly, but it still seems imprecise.
Aaryn, it sounds like you’re doing something similar, but I don’t understand the bit about moving the bit anywhere over the part, and starting there. How does that help place your part with precision?
You’re saying to make Z’s Zero at the top of travel? i.e. put a limit switch on the upper end of Z’s movement, yes? I can see how that would mean that I wouldn’t need a touch probe, but then I would still need to know the precise distance from the tip of my tool to the top of my part, or at least to my table, right? How is that easier? That seems like a much harder measurement to get. It’d be one thing if this were a proper CNC mill with a set of tool holders that each had their tool offsets measured and entered. But I’m working with a Dewalt 660, most of my bits are different lengths, and even if they were the same, there’s no way to guarantee I insert them to the same spot each time?
What am I missing?
Thanks all.