Speed

Hi, i just finished my mpcnc (which i’m vety proud of :grin:), but i have a problem with the speed of the cnc.
I used the speeds recommended in the build instruction for estlcam and repetier host but it seems it’s extremly slow.
I have a little project with 240x300mm and 8mm depth and repetier host says it will take 17 hours.
Is this normal?

Congratulations! A common cause for this is not using the correct units. Should be set for mm not inches.

I just checked and both programmes are set to mm

Have you run the test crown to verify that your machine is working correctly? That will help you determine if it’s a firmware or CAM issue.

Edit: make sure you run the pre-made test file first and not create your own version.

If you want to upload a g-code file to a post (or if you’re too new to upload a file, just post the first 50 lines or so) in a post, we can take a look to see what is going on. Maybe you are confusing mm/s and mm/min? I believe in EstlCAM, you want mm/s internally but mm/min in the generated g-code.

image

1 Like

Yes the test file is much quicker

So i just need to switch in estlcam for the cnc programm from mm/s to mm/m?

I don’t know if that is your problem in particular, but the settings in the image posted are the ones that V1/Ryan recommends in his EstlCAM setup instructions, and getting it wrong in these settings would cause federate/speed issues.

That was the error
Now it’s running like a ferrari
Thank you very much


If you don’t have these checked, then Marlin will move very slowly between one cut and the next, typically, it will be the speed that you have configured for Z plunge, since that’s the last operation that the program probably did. This can make an operation like making a few small holes in the corners take a very long time.

Note here that I also have the rapid move speeds configured. 3000mm/min is maybe higher than I’d want with a 12V power supply, but I’m running 24V, so this doesn’t cause me problems. (Zero difference at actual cutting speeds, just the rapids are able to go faster.)

That might speed things up.

GRBL will always use rapid speeds for G0 move commands, but Marlin (And I think Repetier) treats G0 and G1 the same, and needs the feed rates defined, or else it will just use the last feed rate that it was actually given.

1 Like

Yeah, I did the same thing :sweat_smile: welcome to the club! My first crown drawn with a pen took almost an hour… :laughing:

1 Like

To be honest i skipped the drawing part :sweat_smile:
Therefor i’m my biggest enemie

1 Like