You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: