We use cookies to personalize content, interact with our analytics companies, advertising networks and cooperatives, and demographic companies, provide social media features, and to analyze our traffic. Our social media, advertising and analytics partners may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. Learn more.
What VCarve says the tool path will do does not match what Easel actually does with it. The import file is in the Easel PP.
When I tested it on a piece of plywood, it crashed.
This is what the X Carve actually does…
It machines the holes properly, and exits the last hole properly then Z re-enters the hole and rapids home inside of the part, 3/8 lower than Z 0.
hello LarryM, if you don’t mind me asking, what do you use? i just installed the Vcarve Pro and noticed the same thing. wondering if you can bypass Easel?
I’m pretty sure this is related to the safety height set in the Machine >> Advanced settings panel.
At the end of a carve, easel will send a G0 Z<that height> then rapid to G0 X0 Y0. This should probably be changed to just let the carve end, and not tell the machine to move anywhere else.
Does this mean that when Easel is being used as a G-code sender, it doesn’t just send the G-code, but instead has some built in functionality that basically modifies what the imported G-code does?
It doesn’t modify the code you imported. It will only add a bit to the front/end of it. For example, Easel will add a M3 (spindle-on) and an M5 (spindle-off) at the beginning/end of your gcode block (if you have the functionality enabled). Same for accessory commands. The only movement we add in these blocks is to go the safety height at the start/end of a carve.