Just tried my first carve - Yikes!

I just tried my first carve and holy cow I just about had to run for cover! :smiley: My workflow was as followsā€¦Process STL model in Meshcam, post process the g-code using ā€œg-code-inchā€ (as Easel says you have to do). Uploaded to Easel and began carving. Thatā€™s where the instantaneous fun began. The router plunged about halfway in to wood and then started to try to move. Of course this shot the piece of wood across the garage. Good thing it wasnā€™t towards my face! I think part of the problem are differences of scale between Meshcam and Easel:

  • Meshcam only works in millimeters (thereā€™s a setting to change to inches when defining stock size, but it immediately converts it to mm and all other program settings are mm as well)

  • Since Iā€™m forced to process the model in mm, it doesnā€™t make sense that Easel wants me to process the g-code using ā€œg-code-inch,ā€ right? There is also a g-code process called ā€œg-code-mm.ā€ Should I use that instead?

  • Easel doesnā€™t seem to have a way to change from inches to mm. Thus when I imported the g-code I had to define the stock size in inches in Easel.

  • I initially tried to define my home/zero position in Meshcam as a Z height of 10 mm above stock and starting at the back right corner of the stock. Easel wants to force me to start with a Z height of the top of the stock and the front left of the stock. Thus I went back in to Meshcam and set the same starting positions that Easel wants.

Somewhere between being forced to use mm in Meshcam and being forced to use inches in Easel, things are getting screwed up. If anyone has any advice on how to bridge this gap, Iā€™d be interested to hear it.

itā€™s really not that big of a deal i donā€™t thinkā€¦ If MeshCAM is anything like solidworks, you can type your meansurment in as inches and be sure to include in at the endā€¦ i.e. if you want to create a 2 inch line, youā€™de draw your line, and set itā€™s lenght to 2in and it should convert it to millimeters.

As for sending your G-Code to easel, if iā€™m not mistaken (and i very well could be) It should automatically convert the measurements to what ever type it is using.

Same goes with GRBL. when i export my g-code from solidworks, i can choose what ever measurement units i want, i usually donā€™t bother, because GRBL has the capabilities to convert the value between mm and in, and the g-code specifies the measurement units being used using:
G20 = inches
G21 = millimeters.

Hope that was helpful to you

Not that I donā€™t like Easel, but I use Chlipeppr to send my Meshcam gcode to the X-carve. Works great, Iā€™ve never had to mess with units etc. May be worth checking out (considering itā€™s free).

I just pump my g-code out from solidworks to post, then run it through the plane-jane grbl controller software. Iā€™de hate to spend a few hours milling something, and have it die due to ISP issue.

ā€œdie due to ISP issueā€ : If youā€™re referring to Chilipeppr, Iā€™ve been told they actually cache the whole thing in the ā€˜serial-port-json-serverā€™ that runs: You can actually shut down your browser and turn off the internet and itā€™ll keep running. Turn back on your browser and it should re-sync.
Note Iā€™ve never tested this, but thatā€™s what the devā€™s say :wink:

Or if youā€™re referring to Easel,ā€¦ yah, that would be a concern?

I appreciate the advice, AK_Eric, but unfortunately Iā€™m reading that Chilipepper only supports serial port connection, which my laptop doesnā€™t have.

No, thatā€™s not right, there is a little bit of software you install (itā€™s in the chillipeppr workspace) that sends pretends to be a serial port and sends the data through USB to your x-carve.

If you are starting out and you donā€™t have a way to simulate what the machine is going to do before you do it itā€™s going to be expensive! Load up your file into chilipeppr and run a simulation of it first, regardless of how you chose to send it to the machine.

Okay, thanks for the advice. Iā€™ll give Chilipepper a try.

If you designed your project in MM then you have to use the MM post processor.
is there a g-code-mm?

Otherwise you project will be 25.4 times large than expected - which is what sounds like just happened.

If you canā€™t get easel to work, chillipeper or UGS should do the trick.

Just remember to match your units type to type! :wink:

Yes, it does have a g-code-mm (and I also found how to change Easel to metric), but Easel is still being goofy when trying to import files. It doesnā€™t want to import the stock size for some reason, which I have to manually set, and I also donā€™t like how it forces me to use a different ā€œhomeā€ than what I may have set in Meshcam. The more I look at UGS, the more I think thatā€™s what Iā€™m going to go with.

I use the daily build version of UGS (it is easy to update)

Also you may need to modify your post processor file.
In the vectric one there is a ā€œM06ā€ that sets the tool number for a non-existent tool changer. I have had this cause UGS to do odd things. It doesnā€™t actually do anything, so I removed it.

It is also a good idea to make sure that the post processor header adds units (G20 inch or G21 mm) and mode (G90 Absolute) to the beginning of each g-code file it makes. Just to be safe.

@EmilianoMolina & @DominickS : ā€œNo, thatā€™s not right, there is a little bit of software you install (itā€™s in the chillipeppr workspace) that sends pretends to be a serial port and sends the data through USB to your x-carve.ā€

Right thatā€™s the ā€˜serial-port-json-serverā€™ thing I was talking about. I definitely connect over USB

Oh really? thatā€™s great! I thought it was cached on the browser. I should do an ā€˜air carveā€™ and shut down the browser halfway through to see what happens.

[quote=ā€œDominickS, post:1, topic:21753ā€]
Of course this shot the piece of wood across the garage. [/quote]

This reminds me of when I had my first cnc, a Piranha.

I had built an enclosure around it to contain the mess and muffle the whine of the Bosch colt.

My then 6 year old great-nephew, who has some moderate developmental disabilities, including a bit of autism, was watching the machine cut a name plaque for his bedroom door when the double sided tape I was using decided to let loose. The bit grabbed the work piece and flung it against the 1/8" acrylic window of the enclosure where my G-Neph was watching about 8" away with a helluva bang. Realizing almost immediately that no one was injured (thankfully) the look of surprise on his face was hilarious!

This is a kid who is almost impossible to startle due to his disablity, but that got his attention.
He has watched a number of other pieces be machined since and always asks if I remember the timeā€¦

As if i could forget!