-
Hello, I'm really getting desperate. I have the following setup, which works perfectly with estlcam. With Grbl I just can't get it to work. Arduino Mega Drivers: DM860 (1600=8) estlcam Settings: Steps per revolution: 1600 grbl-Mega-5X settings: $0=5 Step pulse, microseconds DEFAULT_STEP_PULSE_MICROSECONDS Note: all axes move in the right direction and can be controlled separately. The strange thing is that estlcam doesn't let you adjust much. As soon as I program the control via esctlcam (without any hardware changes), everything works fine again... But since I can't operate a 4th axis here, I would like to use GRBL. I would be very grateful to the solution provider, since I'm already spending a few days of my vacation on this problem :( Thanks in advance. Greetings |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Keshly, I don't know "Ectlncam"... Can you tell me more about it? @++; |
Beta Was this translation helpful? Give feedback.
Hi @Keshly,
Are you confusing speed with acceleration?
8000 is the maximum speed in unit/second ($110-$113) and, depending of your resolution / max frequency available with Arduino mega, should be good (see #250 for more info about max frequency).
What I mean is to be carefull about acceleration. Parameters $120 to $123 are in units/second*second. This mainly depend of mechanical capability of your machine (motor power / inertia & friction).
Usually, they should be much less than the speed limit... On my own real mach…