Help with firmware

let me ask you a different question I do a lot of 3D printing, so I tend to have a lot of motherboards; would a MKS Gen 1 be easier to set up? because I am trying to set up the Arduino but I guess I need to do it with GRBL (I don’t really know what it is)…

I started reading it…I have GRBL downloaded but, it wont upload…giving me an error i’ll post it at the bottom of the thread. As, I was reading the thread you recommended I saw someone had uploaded a firmware, except it is a “.RAR” how do you put that into Arduino? Thank you all for all your kind help I really do appreciate it!

I use GRBL because i started with a home built Laser and started with GRBL and that is what I used I did not have a 3D printer I now have a 3Dprinter but it is separate I use the MPCNC only for CNC and see no reason to change Most people here are using Marlin and it works very well I used it for a few weeek and was to diffident to switch so went back to GRBL

un rar it and it is a Arduino sketch

I have 8 different 3D printer’s I have been 3D printing for over 2 years now but I have always wanted to build a CNC…(long story)…I finally got two days off to work on the MPCNC and I have been up all day assembling it, I am really excited to get it going! I really appreciate everyone that has helped me so far…how do you "un rar’ it?

RAR is a compressed file, similar to .ZIP

Use winrar to extract the files.

You are all over the map. I’d recommend that you pick a board and focus on it until It works.

2 Likes

https://github.com/fra589/grbl-Mega-5X here is the git for it download the zip and use arduion to uplaod it to the mega

I know sorry just trying to make things simple for me…I had originally been wanting to use the SKR; however, after reading various threads I figured that the Arduino would be easier since I solely want to use it for CNC…thank you again for your help!

Thank you so much!

1 Like

I have it loaded on a mega with a ramps board and it works well I have not tried it with a mega and CNC shield though but it should work not sure about pins but can’t hurt to try I use a CNC shield and Arduino Uno all the time with https://github.com/grbl/grbl for 3 drivers

1 Like

If you want to use dual end stops, the SKR or the MKS would be the board to use.

1 Like

I agree 100 percent but have no personal experience

So, I downloaded all the files everyone recommended; downloaded “winrar” and I keep getting this error when I try to upload the .zip file to Arduino. I keep trying to upload the .zip file to arduino and keep running into this error message… “Specified folder/zip file does not contain a valid library” the .zip file I keep trying to upload is “grblmaster.zip”

Why did you stop on the skr? You compiled it successfully.

it was the firmware for a 3D printer so I would need to configure somethings, I know how to set-up most of the stuff on Marlin, just some parts I get lost…

In zip and there is a folder named GRBL put it in your documents/arduino/libraries then restart arduino and
Open file/examples/grbl

Github/blomsD/MPCNC is cnc, not 3D printer.

#error “Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768.”
49 | #error “Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768.”

If you’re doing dual end stops, use the anttix version i posted. It’s configured for dual end stop cnc. I believe anttix missed the default environment so just change it in the platformio.ini to LPC1768. He shows how to do it in the basics video. Choose your drivers. He has a video for your exact drivers too.

1 Like

Okay, let me go back to that board…I will keep everyone updated on what happens hopefully I can finish this before I go back to work lol…I want to once again say thank you to everyone who has helped me I am very grateful!

I wanted to say thank you to everyone who helped me yesterday I was able to succesfully compile the firmware on the SKR 1.3 with the TFT35 screen, once again thank you all!

2 Likes

Yay.