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

Thoughts on G02 and G03 #17

Open
zrichmond opened this issue Feb 17, 2016 · 1 comment
Open

Thoughts on G02 and G03 #17

zrichmond opened this issue Feb 17, 2016 · 1 comment

Comments

@zrichmond
Copy link

I'm very interested in using millcrum for a project, but I would need the ability to program arcs using G02 and G03. After a brief look at mc.js it seems like it wouldn't be too bad to add in, but then again I might be fooling myself. Wondering if it's possible?

@andrewhodel
Copy link
Owner

It wouldn't be too hard, but the polygons have the ability to generate arcs
if they are circular.

Also svg.js (inside Millcrum) has bezier code so you could use that to add
bezier support directly to the code (which would give much more control of
a curve than g2/g3).

The currently polygon curve support generates line segments of a curve, the
same thing the controller does for your cnc from g2/g3.

Andrew

On Wed, Feb 17, 2016 at 2:16 PM, Zachary Richmond [email protected]
wrote:

I'm very interested in using millcrum for a project, but I would need the
ability to program arcs using G02 and G03. After a brief look at mc.js it
seems like it wouldn't be too bad to add in, but then again I might be
fooling myself. Wondering if it's possible?


Reply to this email directly or view it on GitHub
#17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants