-
Notifications
You must be signed in to change notification settings - Fork 75
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
Homing does not move motors #8
Comments
Do G0 and G1 moves work? |
Yes. everything else seams to work. We also had successful laser cuts and engravings. |
Connect to it using a terminal (e.g. PuTTY) and send it the Repeat when you're holding down each switch to make sure they register properly. |
With the Head in the homing position:
With the Head not in the homing position:
A switch in the Z direction is not attached. I assume |
The Z switch input might be confusing it. Try tying it off to either VCC or GND (opposite of what your switches drive to). |
Scratch that. It looks like you need to change config.h so it won't try homing Z:
|
Ah, in the |
Some lasers use a Z axis to adjust focus based on stock height. I'm trying to avoid moving too far from grbl-328's way of doing things to make it easier to move grbl-lpc to grbl-hal when it comes out. |
My
Works for me and our K40 laser cutter. Much Thanks! |
@marble
You can add this info to the wiki if it is not there yet it would help out
others.
Best regards
No dia domingo, 9 de julho de 2017, Marble <notifications@github.com>
escreveu:
… My grbl/config.h now has the lines 106 to 109 as follows:
// #define HOMING_CYCLE_0 (1<<Z_AXIS) // REQUIRED: First move Z to clear workspace.
#define HOMING_CYCLE_0 ((1<<X_AXIS)|(1<<Y_AXIS)) // OPTIONAL: Then move X,Y at the same time.
// #define HOMING_CYCLE_1 ((1<<X_AXIS)|(1<<Y_AXIS)) // OPTIONAL: Then move X,Y at the same time.
// #define HOMING_CYCLE_2 // OPTIONAL: Uncomment and add axes mask to enable
Works for me and our K40 laser cut.
Much Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKke-vLCIQeTQdyMhQnxMFCCZAwQy6vYks5sMVrdgaJpZM4OSI_D>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
What wiki do you mean? |
The GRBL wiki
2017-07-10 12:07 GMT+01:00 Marble <notifications@github.com>:
… What wiki do you mean?
The cncpro wiki
<http://cncpro.co/index.php/65-documentation/initial-configuration/firmware/grbl-lpc-1-1e>
?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKke-gJ5PDxR-_2WMp8EDdtm6aSBQ7Myks5sMgXkgaJpZM4OSI_D>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
Firmware and Board Version
grbl 1.1f
MKS-SBASE v1.3
Input and Output
Expected Behavior
Motors moving in the -X and +Y direction until end stops.
Observed Behavior
Motors not moving at all.
Motors "locking" and making high pitch noise.
The text was updated successfully, but these errors were encountered: