-
-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Add G10, G43, G49 to interpret existing G-code like LinuxCNC #27615
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
Open
DerAndere1
wants to merge
5
commits into
MarlinFirmware:bugfix-2.1.x
Choose a base branch
from
DerAndere1:tool_length_compensation
base: bugfix-2.1.x
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
Add G10, G43, G49 to interpret existing G-code like LinuxCNC #27615
DerAndere1
wants to merge
5
commits into
MarlinFirmware:bugfix-2.1.x
from
DerAndere1:tool_length_compensation
Conversation
This file contains hidden or 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
d5d7256 to
9d13224
Compare
bab7ffb to
4467fdc
Compare
|
Thank you! This is exactly what I needed for using Marlin as CNC controller |
SL-RU
reviewed
Jan 23, 2025
7c8acb2 to
0cb2516
Compare
4354891 to
efa1758
Compare
Contributor
Author
|
I tested some G10 commands on hardware. Working as expected. It's also future-proof: Even works as intended when I add code for 5 Axis kinematics and switch Tool Center Point Control on/off (G43.4/G49) |
3791e7d to
6ea4a16
Compare
d69cf27 to
e4dd6d4
Compare
52532da to
06c6c47
Compare
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.
Description
Requirements
Benefits
This is a prerequisite for multi axis kinematics, because G10, G43 and G49 in existing Gcode must be handled correctly for safety.
Configurations
See changes to default Configuration.h for an example that does not change behaviour.
For testing of G43/G49, enable
DEFAULT_TOOL_LENGTH_COMPENSATIONRelated Issues
#23688