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.
Sunday I was using CARVEY at OpenWorks in Baltimore.
For some reason CARVEY went bananas and carved into the Smart Clamp.
How is that possible; aren’t the X & Y stops mecanical/electrical rather then software?
Luckily I was watching and stopped the machine before it did real damage.
OpenWorks has 2 machines and both are now out of order; the first one has been caput
for several weeks. Why???
As for hitting the smart clamp, bad toolpaths can cause that. Did you use Easel or import the gcode? Can you share the design or gcode? The clamp within the working limits of the Carvey. Regardless, the switches are not hard limits, they are homing switches.
If it wasn’t a toolpath issue, most likely a hardware (skipped steps) issue.
Can you share the Easel project? Are you selecting Carvey as the machine? The gcode you shared is not typical Easel-Carvey Gcode. Did you import the gcode?
The first move in your code is a move to Z 0.15", the Carvey clamp is at .5" above the stock. Gcode generated for the Carvey should start with a G28 to get above the button, then a probe command to set zero, then a Z retract, and finally a move to X20Y20(mm) to clear the “smart” clamp.
Hi,
the g-code was generated by importing .svg into EASEL, using MACHINE, Advanced, Generate G-code, Export gcode, with the machine set to X-Carve. If I set the machine to CARVEY, the g-code generated cannot be imported into EASEL. Here is the .svg file:
Hi,
I just generated the g-code using CARVEY as the machine.
When I try to import this g-code into EASEL I get an error code at Line 3,
invalid g-code G28.
That is why I routinely use X-Carve as my machine designation.
I think it should still work. I thought the Carvey added the necessary commands. I’d contact support.
That said, why are you exporting the gcode from Easel and importing it to Easel?
You don’t have to load exported gcode. Easel shows the same toolpath in the preview pane. If you share the Easel design (not the exported gcode) I can show you.
It is not foolproof; that is why I Import the G-code I just generated!
Try the following:
Step 1 : import Bears01-b.svg
Step 2 : set machine to CARVEY
Step 3: generate the G-code
Step 4: export G-code
Step 5: Edit Select All Cut
Step 6: import G-code just generated
Step 7: error Message — Line 6 G28 invalid