-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add headings and other geometric pins in motion using State_tags #3995
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
rodw-au
wants to merge
47
commits into
LinuxCNC:master
Choose a base branch
from
rodw-au:state-tags-arcs
base: master
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
Changes from 38 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
5a8e0d9
first attempt to create state tag pins
cac77e5
After getting most things working except publishing pins
52572e5
corrections for straight heading
da9fa18
Merge branch 'master' into state-tags-arcs
12d2cc2
changes for abort
d4f3a18
Merge remote-tracking branch 'upstream/master'
00450b3
Merge branch 'master' into state-tags-arcs
1321309
add normalheading and an iscircle flag
7ae6979
update docs for normal heading and iscircle
8a869ec
M70 problems
2702760
state-tags: clean up M70 fix, iscircle null-deref, wrong flag-as-fiel…
grandixximo 7c6f016
Merge pull request #10 from grandixximo/fix-state-tags-stack-overflow
rodw-au 8413344
reset iscircle, remove output_buffer.9 intermediate file
245e91b
state-tags: replace M_PI_2 with M_PI/2 for RTAI build
grandixximo de27899
Merge pull request #11 from grandixximo/fix-rtai-mpi2
rodw-au 7021690
edit .gitignore to exclude docs/man/man9/output_buffer.9
20992b0
1. Deleted nc_files folder which was added due to Issue #3924 that wa…
5b2d61f
Revert interp_convert to master branch version
5461c2d
Reformatted interp_conv.cc by reverting to master branch version,
bafea85
Restore -nc-files folder that I thought had been added by bug introdu…
b576a1f
housekeeping with gitignore
ecb5799
delete file not part of this PR. Resolved permanently in #4002
d61aea7
state_tag.h - Corrected error in comment that predated this commit
34af536
Merge remote-tracking branch 'upstream/master' into state-tags-arcs
37bd9ba
Merge remote-tracking branch 'upstream/master'
026421b
removed unused tag GM_FIELD_FLOAT_FEEDRATE
aa3f8e3
remove unused tag GM_FIELD_FLOAT_FEEDRATE
892b9a3
remove typo caused by editor
4fc14bc
force added missing 3D_Chips.pdf file
8560dac
Minor White space cleanup
81e061d
removed duplicate pin which broke runtests
d707137
Changes:
2d9030a
Correct tor runtests RTAI buildbot error
cbc2c6d
runtest for motion.heading - incomplete
9d7b041
update hal and ini to remove voluminous debug statements
b79afe5
restore interp/subdoutine-return test
90a6c94
changes to use sampler via python ui -interim
87a2fb2
update with tests mostly working. I have to correct for machine units…
28395da
not understading how to do the final test
697ac51
Runtests finally working!
44bf837
Final changes to test all scenarios for metric and imperial machines …
01dba4d
Merge remote-tracking branch 'upstream/master'
b700943
Merge branch 'master' into state-tags-arcs
b59c583
remove error in git merge
d0d7143
add back in test files
43c1a2a
Resolve clang error on github workflow
f030b39
Not using correct radius calculation AND not using G20 in Gcode
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't the z-value missing here?