-
Notifications
You must be signed in to change notification settings - Fork 230
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
Home Switches #137
Open
quangdo1700
wants to merge
114
commits into
gnea:edge
Choose a base branch
from
fra589:edge
base: edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Home Switches #137
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------- 5-axis version for GRBL Mega with RAMPS 1.4 Since the RAMPS board has 5 stepper driver slots, I added the management of the 2 unmanaged stepper driver slots in the original version of gnea/grbl-Mega. ---------------------------------------------------------------------- The number of axes is parameterized using the variable N_AXIS in the file grbl / nutbolts.h, the accepted values are 3, 4 or 5. Great care has been taken to maintain compatibility with the original version gnea / grbl-Mega: By setting N_AXIS to 3, we get the same executable as the original GRBL with same other options. This 5-axis version is currently limited to the use of the RAMP card. The 2 additional axes are the rotary axes A and B. ---------------------------------------------------------------------- TODO: (without order priority) - Make the same 5 axis functionalities for other hardware (DEFAULTS_GENERIC + CPU_MAP_2560_INITIAL), perhaps add 6th axis. :-) - Possibility to choice which axe are enabled for 4, 5 (or 6) : A, B or C rotational axis or U, V, W linears axis. - ?
Documentation md files typos corrections
- Add the possibility of renaming axis independently of their positions, - This add the possibility of moving axis without modification of the cpu_map.h file, - Cloning axis is also possible by using the same letter name for more than one axis.
- Renaming constantes and variables from *[XYZ]* to *AXIS[123]*
- Commentaire sur l'edition de config.h
- Update GRBL_VERSION & GRBL_VERSION_BUILD
Adding comment about the need to issue the $RST=* Grbl's command after changing the axis definition.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The machine works OK with Ramp 1.4 and Mega 2560
The machine does a hard stop when homing which requires an machine reset.
Switches are NC connected to X+, Y+ and Z+
Replaced Ramp 1.4 does the same thing
Mega 2560 is genuine Arduino board.
Is it possible that the board is damaged ?
Please help !
3040-GRBL-1.txt