-
Notifications
You must be signed in to change notification settings - Fork 177
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
$settings #351
Comments
this normal behavior, when first use. |
Alarm erased, still homing continues against limit switch without stoppping and only Y-axis, perhaps in config.h selected in such order? |
Do you see any abnormal settings in my configuration? |
You set $5 invert all limit switches... |
Yes as I thought the default line-up works with NO switches |
If you have no Z, You need to change your config.h and compile grbl again. |
So I remove the jumper? Will give it a try... |
this is not enough. grbl triggers and untriggers each switch during homing. |
From the config.h:
|
As I have no Z I do comment in config.h "#define HOMING_CYCLE_0 ((1>>X_AXIS)|(1>>Y_AXIS)) // NOT COMPATIBLE WITH COREXY and uncomment the previous setting with the Z-axis |
Sorry, reacted too fast and missed last message. That is the original setting still with a Z-axis no? |
I posted the original config.h from here: https://github.com/gnea/grbl/blob/master/grbl/config.h with Z enabled.
|
The comment mentiones that if an axis is erased homing isn't executed. In the cpu_map.h is mentioned that the pin swap of the Z end stop and SpnEn is made to get the PWM on pin 11. This is why I had put a jumper on SpnEn to have a Z limit switch activated. When I took the jumper away I got an alarm on the UGS platform. |
You need to disable Z. Just putting a jumper is not enough, because during homing, the software checks if the switch triggers, when move against the switch and untriggers, when move away. |
because of $5=1, grbl expects a NC switch, but you removed the jumper, so grbl thinks the Z axis triggers the switch, which causes alarm. |
For now I have X and Y end stops NC and Z end stop NC with the jumper and homing isn't stopped by any of the switches with $5=1. Am I right or does it need now $5=0. Getting confused... |
As long as you have not a Z-switch which will be triggered by the Z axis, or changing the config.h (remove z from homing) homing will not work. |
Okay, I will start over again controlling my grbl with your advise. Before ending this do you approve my $-settings above? |
I think the $-settings are ok for now... |
I had to change $3 to value 3 to get both axis in the corner down at the left side to make a homing possible with the end stops. |
It depends where your axis end-switch is located: at the beginning or at the end of the axis. |
I changed all of the settings to NO end stops, eliminated the jumper of the X-axis (SpnEn), besides that I am going to do a try out with ceramic capacitors to see if my x-axis doesn’t get disturbed by interference by the NEMA of the X-axis. Today the plotter has drawn a perfect drawing, but still the servo didn’t work. Will still do some searching… thanks for your patience!
… Op 25 aug. 2023, om 12:41 heeft Sven ***@***.***> het volgende geschreven:
It depends where your axis end-switch is located: at the beginning or at the end of the axis.
Before, be sure the general directions are correct: increasing X-value moves the tool to the right, (or the workpiece to the left) etc.
—
Reply to this email directly, view it on GitHub <#351 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOWE5T3XLICY3Q4WGLCNEQDXXB6OBANCNFSM6AAAAAA33NBBCQ>.
You are receiving this because you authored the thread.
|
Good to hear.
You know, that you need a special grbl version to get PWM for a RC-servo? |
Any update here? |
Hi Sven,
For the moment everything is okay and the plotter is working now. For the moment it doesn’t do anything in printing as I am studying Python to get into generative art. My aim is to print humans in a certain way as for example scribbling or another procedure.
Keep up the good things!!! Guillaume
… Op 6 okt. 2023, om 10:16 heeft Sven ***@***.***> het volgende geschreven:
Any update here?
—
Reply to this email directly, view it on GitHub <#351 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOWE5TZOVXHGLOUXZXVGFF3X5645NAVCNFSM6AAAAAA33NBBCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJQGE3TGOBXHE>.
You are receiving this because you authored the thread.
|
Project: cartesian line-up of two Y-axis/2NEMA - one X-axis/1NEMA - Z=servo S90 - Arduino Uno + CNC shield V3 - NC limit switches on X + Y - limit switch Z by jumper on SpnEn/GND - machine size X=70cm/Y=100cm - drawing area X=60cm/Y=70cm.
Download GRBL-Plotter + XLoader perfect. Baud 115200.
Problem: alarm immediately after connecting - jogging not possible, no reaction for servo pen up/pen down. Homing works uncomplete and limit switches don't react even manually. As I am an Anfänger need some help. I think the problem is the $settings.
The text was updated successfully, but these errors were encountered: