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

Runaway cutting with tinyg 440.16 #26

Open
wephotography opened this issue Jul 26, 2015 · 8 comments
Open

Runaway cutting with tinyg 440.16 #26

wephotography opened this issue Jul 26, 2015 · 8 comments

Comments

@wephotography
Copy link

Ive had my ox cnc machine running a few months now. Have run a dozen or so different pieces with no issues. With the update of chillipeppr to the new multi axes system i started running into problems with the maching not keeping proper zero points. So i updated to 440.14 and that fixed the zero out problem but i started getting runaway cuts at random points that do not show up in the gcode or in simulation. On some of my fonts it would cut a perfect circle starting on one of the letters and then return to what it was doing. It would continue to do that every time as if it was programmed to do so on every pass. I made a short video of what i am running into now. Might be worth noting i create my designs in photoshop, then import to inkscape and trace bitmap, then to makercam for the tool paths. Has always worked fine until now. If anyone has any idea where to start with this it would be much appreciated. Link to the video below.

https://www.youtube.com/watch?v=QoZ0zM9lOtI

@wephotography
Copy link
Author

https://www.dropbox.com/sh/3xyeh29fyve7nyo/AADwyYdcGdh6QLqcd0xVgsmia?dl=0

link to my dropbox and g code files. first one is the file from the video, second file runs a circle off of the lower right corner of the E in eddins

@chilipeppr
Copy link
Owner

I'm hearing that some folks are having issues with G2/G3 arcs still. Is
that where you see the problems?

On Sun, Jul 26, 2015 at 12:41 PM, wephotography [email protected]
wrote:

Ive had my ox cnc machine running a few months now. Have run a dozen or so
different pieces with no issues. With the update of chillipeppr to the new
multi axes system i started running into problems with the maching not
keeping proper zero points. So i updated to 440.14 and that fixed the zero
out problem but i started getting runaway cuts at random points that do not
show up in the gcode or in simulation. On some of my fonts it would cut a
perfect circle starting on one of the letters and then return to what it
was doing. It would continue to do that every time as if it was programmed
to do so on every pass. I made a short video of what i am running into now.
Might be worth noting i create my designs in photoshop, then import to
inkscape and trace bitmap, then to makercam for the tool paths. Has always
worked fine until now. If anyone has any idea where to start with this it
would be much appreciated. Link to the video below.

https://www.youtube.com/watch?v=QoZ0zM9lOtI


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

@wephotography
Copy link
Author

its possible that could be it. Im pretty new so what is an arc? Sorry thats probably a dumb question and im researching and answer now

@chilipeppr
Copy link
Owner

ChiliPeppr shows G2/G3 arcs as light cyan blue color. Straight lines, which
are G1 moves, are dark blue. The reason I show them different colors is
that G2/G3 arcs are more complex than a straight line. Ultimately the CNC
controller has to render them to straight moves and sometimes that
rendering has been buggy.

On Sun, Jul 26, 2015 at 12:51 PM, wephotography [email protected]
wrote:

its possible that could be it. Im pretty new so what is an arc? Sorry
thats probably a dumb question and im researching and answer now


Reply to this email directly or view it on GitHub
#26 (comment).

@wephotography
Copy link
Author

Looking at the code where it went crazy it was in fact on G2 and G3 where it went wrong

Looking at my other file I know went crazy to check if thats where it wrong too

@wephotography
Copy link
Author

screen shot 2015-07-26 at 3 00 43 pm

Sure enough that was where it went wrong that time. I used that font on another cut and it did the same thing but on a different letter. I guess i should move this to the tinyg support forum?

@chilipeppr
Copy link
Owner

Yup.

On Sun, Jul 26, 2015 at 1:02 PM, wephotography [email protected]
wrote:

[image: screen shot 2015-07-26 at 3 00 43 pm]
https://cloud.githubusercontent.com/assets/13511092/8895655/2133423e-33a7-11e5-9d99-dc8d737be396.png

Sure enough that was where it went wrong that time. I used that font on
another cut and it did the same thing but on a different letter. I guess i
should move this to the tinyg support forum?


Reply to this email directly or view it on GitHub
#26 (comment).

@wephotography
Copy link
Author

Ok thanks for the time and helping a noob identify the problem so quick.

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