Dan M wrote: ↑Tue Mar 26, 2019 5:02 pm
How does it work with the gcode? I'm looking to do the same, but I can't assign different z0 for my tool paths without having a different cut file (I'm using V-carve pro). Does that macro only work with fusion 360, and that's why it tripped out when I tried to use it?
Do you have to manually insert G54 and G55 into your gcode? Did you ever do a video of that macro running? What I've been doing is assigning a z0 to the top for my tool paths that don't cut all the way through and running a separate file that
zeros off the machine bed for the through cuts. It seems like your macro is exactly what I was looking for, but it would need to work with V-carve pro.
Any additional info would be great Clint.
Thanks,
Dan
In Fusion, I am able to have a setup for the top (G55) and a different one for the bottom (G54.) Fusion combines both setups into one g-code file. It works really well.
I guess Fusion has me spoiled, I looked at V-Carve Pro and one of the reasons I didn't buy it was the lack of flexibility in setting
part origins. With fusion, if I define a point in the sketch geometry I can use it as the XYZ origin.
The only thing in that macro that is Fusion specific is that it will display to tool description from the g-code header as
part of the prompts in CNC12, Very nice feature.
If you are doing production runs it might be worth your time to edit the two files together and assign them G54 and G55 manually.