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

Programs with circles do not work on ShopBot #1

Open
mikemag opened this issue Sep 29, 2013 · 2 comments
Open

Programs with circles do not work on ShopBot #1

mikemag opened this issue Sep 29, 2013 · 2 comments

Comments

@mikemag
Copy link
Owner

mikemag commented Sep 29, 2013

ShopBot doesn't support the R variant of G02, so the following programs fail on ShopBot:

  • Inserts
  • Guide holes

Need to move to the I,J variant of G02 to support less capable controllers.

@ghost ghost assigned mikemag Sep 29, 2013
@mikemag
Copy link
Owner Author

mikemag commented Sep 7, 2014

@splitn2
Copy link

splitn2 commented Jul 21, 2015

@mikemag , along with Shopbot we should look at making the G-code work on GRBL Arduino based cnc too, I've run some MonkeyCAM code through the GRBL test setup I have and it barf'd on one setup command for dynamic tool length offset G43.1, but otherwise seems to work on the bench test, I'll carry on building up my large MACH3 based cnc for board building but will also use this Arduino based GRBL project for a smaller machine. With the right sized steppers and drivers GRBL could easily do the job for a ski/board builder and might help simplify and lower the cost for a CNC for entry level users and given its open source its got a lot of potential to develop into a pretty useful workshop CNC. Would it be best to add a switch in the machine-defs file to select the type of G-code controller MACH3/SHOPBOT/GRBL or would it be easier to dumb it down to the most generic and transportable? Cheers, Rich

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

No branches or pull requests

2 participants