So I’ve been using the advanced Vcarve tool in Carbide Create V6. It produces exactly what I’m looking for for an output a lot of the time. My problem is, I used to run each tool as a separate Gcode, redoing my Z0 no issue. Unfortunately, the advanced vcarve is 1 tool path, but uses 2 tools. I normally use a 1/8th bit for clearing the flat portion, and a 60V for the tight spots. So this now presents an issue.
When the machine pauses using Gsender, I can no longer jog the machine, and the router keeps spinning. The router is easy, just click it off, though I’d rather turn it off through Gcode as that’s a better route (and the noise signals to me to go check machine if I’m not watching it close). But when this pause occurs, the unit is too close to the stock to physically remove the bit and carry on. I have recently installed homing switches, and have a standard touch plate for setting Z0. So I think I have enough hardware installed that I should be able to get this working, or is it a bug?
I’ve done advanced Vcarve a few times now, but each time to make it work, I’ve had to write the job line down, and tell the machine to stop the job, then resume after I change the bit, from that line number. Sometimes, I’ve even had to disconnect the machine, because the jog buttons stay locked out. Not sure if this is a bug?
My question is, is there simple code I can add to that “code” section when pauses occur? Do I need to make a macro? Do I just need to install edge to fix these issues? I tried making a macro, but my gcode skills are weak, and it didn’t do anything (I think I just put in g0 z10, expecting it to go up 10mm, but nothing happens).
I’ve seen many topics on similar issues, but most seem out of date, so thought I’d ask. Also, RE: edge, is it stable enough that most are using this instead of the stable release? Thanks in advance!