-
Notifications
You must be signed in to change notification settings - Fork 65
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
No Pen Lift in Z0 .. Z5 range #26
Comments
I think you just need to optimize the range, homing mpos homing direction. https://github.com/bdring/Grbl_Esp32/wiki/Machine-Space-and-Homing |
I'm having the same problem, has anyone solved this yet. Bart, |
I updated mine and used it within the last week. Have you read this page? https://github.com/bdring/Grbl_Esp32/wiki/Servo-Axis-Feature Is the Z not moving at all? Paste your boot messages here. I can look at them. https://github.com/bdring/Grbl_Esp32/wiki/Requesting-Help#boot-messages |
No the Z isn't moving at at all. [MSG:Grbl_ESP32 Ver 1.3a Date 20210226] [MSG:Client Started] |
Send $Z and paste the response here. |
$Z/RcServo/Cal/Max=1.000 |
Is the servo locked or can you easily turn it by hand? Also, send $Homing and paste the response. |
The servo doesn't seem to be locked, I also measured the voltages and have 5V supply and about 0.04V on the signal pin. $Homing/Cycle0=Z |
Try sending $Homing/DirInvert=X Then reset the ESP32 and show me the boot text. I would like to see this |
Looks like you got what you expected. MSG:Grbl_ESP32 Ver 1.3a Date 20210226] |
Bart, |
Here is an invitation to our discord server. It might be easier to help you there. There is a midtbot channel. |
Bart, So it seems as if we have to compile with VSC for it to be successful.. Thanks for all your help and the late night (it was 4:30 AM when I went to bed), much to my wife's displeasure. |
This change may improve the situation. |
Following instructions in Pen Servo Setup, servos (both MG90 and SG90 tried) do not respond to
G0Z0
orG0Z5
.G0Z-180
results in a slow, juddering movement in the servo from 0 to ~90° clockwise.$HZ
results in a prompt return to home, whileG0Z0
is slow.Boot messages
Grbl_Esp32 settings
The text was updated successfully, but these errors were encountered: