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

G3 negative I problem #3690

Closed
mirecta opened this issue May 6, 2016 · 10 comments
Closed

G3 negative I problem #3690

mirecta opened this issue May 6, 2016 · 10 comments

Comments

@mirecta
Copy link

mirecta commented May 6, 2016

Hi i build laser engraver ramps + marlin everything works but i engraving something from inkscape with plugin which use G2 G3 commands even with negative I or J

if i send to machine

G2 X100 Y100 I1.2208 J16.3622 ; machine do it (CW)
G3 X100 Y100 I1.2208 J16.3622 ; OK too (CCW)

and

G2 X100 Y100 I-1.2208 J16.3622 ; machine do it with CCW arc

but

G3 X100 Y100 I-1.2208 J16.3622 ; machine do nothing !!!!
@jbrazio
Copy link
Contributor

jbrazio commented May 6, 2016

@mirecta you will have to contact directly the maintainer of the Marlin fork you're using, this is the repo for the official Marlin which currently does not support laser engraving.

@mirecta
Copy link
Author

mirecta commented May 6, 2016

i use this marlin and patch it for laser , i add three new commands M160 M161 M162 but i didnt touch anything other so i use master from this repo

@mirecta
Copy link
Author

mirecta commented May 6, 2016

so u can fix this

@mirecta
Copy link
Author

mirecta commented May 6, 2016

G3 command is indipendent to tool which i use (3d printer, mill , laser etc)

@jbrazio
Copy link
Contributor

jbrazio commented May 6, 2016

Indeed, but we don't know if the bug is coming for the additional code base on top of Marlin.
We have no reports of CCW arc being broken.

Which is the base version of Marlin you're using ?

@mirecta
Copy link
Author

mirecta commented May 6, 2016

my revision f020372
Fri Apr 15 16:15:43 2016 -0700

i wrote tat G3 works but only with positive parameters I and J

@jbrazio
Copy link
Contributor

jbrazio commented May 6, 2016

After that ref id two PR were merged regarding arcs: #3502 #3514.
I would suggest to test the latest RCBugfix branch.

@thinkyhead
Copy link
Member

I recently worked on the arc code, and found it to function really well on my Cartesian machine. I haven't tested it on COREXY or DELTA, so if you have one of those, and you still have a problem, I would value your feedback on the current RCBugFix. This is one feature that should "just work."

@jbrazio
Copy link
Contributor

jbrazio commented May 10, 2016

Thank you for your interest making Marlin better and reporting this issue but this topic has been open for a long period of time without any further development. Marlin has been under heavy development for the past couple of months and moving to it's last mile to finish the RC cycle and release Marlin v1.1.0. We suggest you to try out the latest RCBugfix branch and reopening this issue if required.

@jbrazio jbrazio closed this as completed May 10, 2016
@github-actions
Copy link

github-actions bot commented Apr 8, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants