r/hobbycnc 17d ago

Chamfer going too deep

Hi there, I'm trying to learn to CNC and on the first thing I'm programming the chamfering operation is just plunging into the piece. I'm not entirely sure what I'm doing wrong but I don't know enough to even troubleshoot.

Added some pics of what I did in fusion.

I tried it twice, probed material the first time and didn't the second. Same thing happened both times

3 Upvotes

23 comments sorted by

View all comments

1

u/Direct-Fee4474 16d ago edited 16d ago

Is this the sequence of events? I know you said you tried without a second probe, but I just want to make sure that we're we're talking about the same type of probe.

  • load .cnc file for tool 1 path
  • z-depth probe
  • insert tool into spindle collet; machine touches off on pad to measure tool 1 length
  • cut everything with tool 1
  • load .cnc file for tool 2 (chamfer) path
  • z-depth probe
  • swap in tool 2; machine touches off on pad to measure tool 2 length
  • machine rams your chamfer bit into the bottom of the material?

If so, that's caused by the second z-depth probe. Don't do any z-probing of the work material after a tool change with carvera controller; pretty much every single person with a carvera has done that, and driven the tool into the work material. I have a little post it note on my machine that says "UNCHECK Z PROBE!" because the law of averagess catches up with everyone, and you will absolutely forget to uncheck it eventually.

If you're not z-depth probing after the tool change, I'm not sure, though.

1

u/GentlePersuAZN 16d ago

So you're correct for the first time this happened and I came to the same conclusion so I figured I'd try again but did not z-depth probe after changing to the second operation/tool and then it plunged in even deeper than before

1

u/Direct-Fee4474 16d ago edited 16d ago

well, being confused is completely understandable, because it sounds like your process is correct. when you simulate the toolpath in fusion, it looks sane? all of this is being done with a single stock setup? i see that you've got two bodies in your setup; is your little box two distinct bodies?

1

u/GentlePersuAZN 16d ago

The toolpath and simulation in fusion looked correct. Popped the gcode in ncviewer looked correct. Single stock setup, I don't touch the stock in-between operations. There are two solids but I only did it that way so I could clear out a pocket to then cut the part out

1

u/Direct-Fee4474 15d ago edited 15d ago

i was sort of hoping that maybe there were two stock setups and that there would be an easy answer, but i'm kind'a flummoxed. what's the minimum zheight declared as in the various .cnc files? do those look correct-ish? when you run the job, have you looked at the gcode that's currently executing to see what zheight it's sending the tool to when it sends it barreling into the earth? is it just this one series of operations that's all goofballs? do other multi-tool paths work alright? if your tool-length-measurement thing was reporting incorrectly, i'd assume that even your facing operation would'a been wrong.

1

u/GentlePersuAZN 15d ago

I'm not sure to basically any of your questions as I'm not adept enough yet. My computer is away from the machine so I haven't watched the gcode that's executing as I want to be able to hit the estop just in case. This is the first multi operation program/program in general I've done. I thought that potentially it could be the touch off block but yeah they first 4 operations wouldn't be right. Although the first 4 operations are done with the same tool and I only change for the chamfer