-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRBL for STM32F407 .For driving motor to move smoothly #145
Comments
I cannot see about Serial Init in main.c |
And how to startup IDLE Status in Candle2 |
Serial port(s) are registered in
Ensure that the controller is not starting in Alarm state? |
() |
What kind of board do you have? |
Currently,I want to know how to resolve error:79, and did the MCU must be connected the motor drive ? I didn't connect except serial port and power .I followed your First Run Grbl Settings but now the state still is alarm and send $X it show me error:79. I am a beginner and thank you for your help. |
This is likely due to the reset or estop input beeing in the asserted state. Have you tried with setting |
send |
Looks good, if you clear the alarm by sending |
I don't know whether sending success,send |
Set |
Actually, my problem was that I send |
By adding the keypad plugin to the build. |
Now,I have a new problem. I sent |
Have you calibrated your motors? The step/mm settings are important for correct movement. |
I haven't wire motor and Stepper driver.Temporarily only MCU is used for testing.If needs,I can wire.Stepper driver is TB6600 and motor is 42BYGH48-401A.Other than that, do I need to modify in the code? |
No, code modifications are seldom required. |
do I need wire motor,Stepper driver and MCU ? |
I sent |
this is my settings |
And I have no idea about what is going on. |
Why do I need to cycle the |
There is something seriously wrong with your build, but I do not know what. |
Using STM32CubeIDE and selecting |
I have new problem in using the lastest edition, I use to the new version to test ,but it show me |
Short the estop (reset) pin to ground (PB5 in the generic map) or invert the input with $14. |
Thank you for help, I tried to short the estop pin and it can start ,but invert the input was still alarm. |
Did you invert using the correct bitmap? Send |
I set |
I have new problem .how can I do to release the hold state When I send |
Send cycle start: |
Thank you ,this is very helpful to me . |
Hello,terjeio |
By homing the machine? By default the origin is in negative space (from max travel settings) but can be set to 0 by a homing option flag ($22):
Use G54 - G59.3 to set offsets, not G92 unless you understand how G92 works. |
No description provided.
The text was updated successfully, but these errors were encountered: