Convert milling path for etching

I just used @Tod1d option to replace 92k plus lines in about 2 seconds in a 1770000 line nc file.
My script would have run for about 1770 minutes. NOT !

I changed the replace value from Z0.0 to Z-0.010 for the etching process. That’s what CC uses for the McEtcher.

I will try it this afternoon of black acrylic.

The TopoMiller output was 0.200 deep that represented 196 meters. So 0.001 is about 1 meter of elevation. This ramp path was set to 0.010 stepdown ( no flat area detection to force a consistent step down ) using a 1/8 ball nose. It will cut in a 16.25 x 11.25 area that matches the original Scallop carve.

1 Like

Did you consider just using the output from this program, but changing the elevation changing so that it was incredibly shallow?

I did not think the Ramp would produce the same result if I flattened the original mesh data.
This process is reducing the depth of cut across the whole file.
I guess it’s the same as you are asking ? Yes/No ?

Not sure what you mean by “ramp” in this context.

Lessee, the M.C. Etcher has a Cut Depth of 0.015"

Presumably this program has a Max Depth/Height — if you bracket the cut depth so that Max Depth is 0.014", and Max Height is 0.010" is there a control for what the Depth per Pass is? If set to 0.015", then wouldn’t a single pass be made, with only minimal depth variation? (a range of 0.010–0.014").

1 Like

I think we are talking the same thing in different words.

The Ramp operation on the original mesh generates the path and needs the height to walk down the model to generate the contours.

The hack of the resulting NC file takes all the cutting Z values to 0 ( I actually am going to -0.010 ) making it suitable for the McEtcher . I use the spring to increase the effective cut in the Acrylic.
As you note, staying under the 0.015 depth it cuts in one pass.

I had to change the S speed to 1 so the McEtcher doesn’t spin ( I do shut off the Spindle controller using the hot button on top). I did change the F feed and T tool number to 503E again to match the CC outputs.

Are we on the same page ?

I’m just not understanding why editing the G-code is needed if the entirety of the cut is being made in a single pass.

The gcode changes height as the contours were made in the 3D file.

The hacks are to set all the Z values to a flat plane for a 2D representation.

I ran into a few errors when CM read the file.

The line 16 error is me changing the Tool number, I had an alpha character in the number.

The balance of the errors are on arcs. Here is an example.

Lines 18184 → 18166

Original lines

X0.8534 Y1.2015
G18 G2 X0.8659 Z-0.7575 I0 K0.0125
G0 Z-0.6814

Hacked lines
X0.8534 Y1.2015
G18 G2 X0.8659 Z-0.010 I0 K0.0125
G0 Z-0.010

Is there an additional hack to get this to be a legit path ?
Or does this need to be calculated ?

Dang … I was wondering about Helix or lead in/out issues.

EDIT:

It’s a Lead in/out

I am going to remake the Ramp path without Lead in/out and Ramp helix

EDIT 2:

Removing the Lead In/Out and changing the Ramp to a Plunge instead of a Helix.
CM had no errors. Sending it.

EDIT 3: I was watching it run an saw a long straight line cut. Stopped the progam.
I realized I had minimum Retract set, so Rapids were under the 0 Value.
I changed the Retract option to Full retract. Looked good, runs good.

Only 3.5 hours to go … At least

1 Like

The original file had no arcs. Where did they come from? Can you post the new (unhacked) file?

If ramps are only lead in/out, they are not needed for the etcher. Change arc to G0 and use the arc endpoints /modal data as the X/Y coordinates for the G0. Use Z-0.10 or retract height for the Z. If you must go this route, you will need to first code logic looking for arcs and ramp direction so the change only applies to arcs.

I see you are on your way to a remedy. Ignore my gibberish. Cheers.

Well that worked !
I maintained my heavy handed approach, so it’s a bit dense.

Watching the etch, the path has a lot of extra points. I made another path after applying smoothing that reduced the .nc file by 2 MB. I will try that one next.

Thanks everyone !

5 Likes

@jtclose

Wow! That turned out pretty cool Jim.

The smoothing and stay down adjustments made the etching cut better and no shooters.

I have got to consider the width of the etch when determining how many levels I can do without making a mess.

1 Like

@jtclose I’ve read through your thread since the start of the project and have no idea what you are talking about but it looks awesome to me! :rofl: :rofl:

1 Like

I am learning more about Fusion CAM app as I encounter an oops and just spewing the lessons as I go. I never was a business guy.

2 Likes

What is the material you are etching? I am interested in the useful life of your etcher in the material. Cheers.

Glowforge medium thickness (3mm) cast acrylic.

The medium thickness sheets are on sale right now for just under $13 for 12x20.
They usually around $18 . I bought 15 sheets last night.

The local craft stores ( that are still in business ) do not have much in stock and are $18 per sheet.
Glowforge keeps a tight rein on pricing.

If there are substitute vendors let me know.

This topic was automatically closed after 30 days. New replies are no longer allowed.