Skip to content
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

CAM: Added tests for A, B, and C parameters to the linuxcnc post (Draft) #13702

Merged
merged 1 commit into from May 6, 2024

Conversation

LarryWoestman
Copy link
Contributor

Also added code to linuxcnc_post.py to keep A, B, C parameters from changing when the --inches option is used.

This is a replacement for #11575 which was closed by accident by my error.

This should become a partial fix for #11445 once the possible conflicting use for the A, B, and C parameters in the recent change from "for c in pathobj.Path.Commands" to "for c in PathUtils.getPathWithPlacement(pathobj).Commands" is figured out. It appears to me that the use of the A, B, and C parameters in the rest of the code is in conflict with how the Path code uses the A, B, and C parameters.

I need some help to understand this possible conflict.

@github-actions github-actions bot added the WB CAM Related to the CAM/Path Workbench label Apr 29, 2024
@LarryWoestman
Copy link
Contributor Author

I have posted the question in the forum at https://forum.freecad.org/viewtopic.php?t=87233.

	Also added code to keep A, B, C parameters from changing with --inches
@sliptonic sliptonic merged commit 9b528b0 into FreeCAD:main May 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WB CAM Related to the CAM/Path Workbench
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants