Feed rate changes in middle of cut

I am cutting a very simple piece out of MDF. 1/4 Endmill. While it is cutting, the machine slows considerably and then speed up again. It then goes around the rest of the piece and about 2-3" later in the cut than the first point of slowing, it does it again. Round and round it goes showing down 2-3" after the previous point.

I created the part in vCarve and am using Carbide Motion to control my new Shapeoko Pro. This is one of the first cuts that I have made on this mew machine. Very odd.

It may be that something is slowing down USB communication and the machine is running out of commands and Grbl is slowing as it waits for the next command, or it could be that communication is lost due to EMI.

Try running the job as an “air job” — no stock in place, and the router off, and no dust collection running.

Let us know how that works out at support@carbide3d.com and we’ll do our best to work through this with you.

1 Like

Are you using a ramp in with your toolpath?

I tried it with an air gap. Same results.

I did select that option in the toolpath. I have never used that feature before. Do you think it is slowing s it ramps down? I will try it tomorrow without the ramp down.

The ramp speed is controlled by the plunge rate. If you are cutting @ 80 ipm and your plunge is set to 15 ipm, x,y and z will all move at 15 ipm on the ramp and once it hits z depth the feed rate will go back to 80 until it comes to the next ramp.

You have 3 options to fix the issue

  1. Turn the ramp off.
  2. Shorten the ramp distance. I usually make it 2-3x the diameter.
  3. Edit the tool and increase the plunge rate.

Let us know how that works out at support@carbide3d.com and we’ll do our best to work through this with you.

Pictures always help
I set this up with a 2" ramp, 80ipm feed and 15ipm plunge.
You can see that the ramps (Light blue) start after the previous ramp ends

First few lines of code, up to the first z depth.
Every ramp after is the same.

T1
G17
G20
G0Z0.8000
G0X0.0000Y0.0000S16000M3
G4 P3
G0X-2.3358Y-2.2108Z0.1000
G0Z0.0000
G1Y-0.2108Z-0.1004F15.0 (1st ramp in w/15ipm feed rate)
G1Y1.7892F80.0 (end of ramp and feed rate goes to 80ipm)
G1Y2.2108

The ramp was exactly the problem. Thanks for your help Zombie and Will.

1 Like

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