Welcome! Log In Create A New Profile

Advanced

Marlin Configuration h compile errors

Posted by DaChooksta 
Marlin Configuration h compile errors
February 16, 2016 02:08AM
Last year, I decided to construct a Mendel i3 Rework printer and rather than settle on a kit set, I decided to source all the necessary components myself.

The build has been completed but I've hit a brick wall insofar as getting the marlin files in a fit state for uploading onto my RAMPS board.The error message from my latest attempt is attached,

I've tried a number of downloaded files ex internet but have not been able to verify the file as various errors have occurred with each attempt. I've come to the conclusion that I'm a competent 'engineer' but a very poor 'software engineer'. I have not been able to find any assistance in my locality and have come to the point where I'm quickly losing what patience I have.

Any assistance is helping me overcome my deficiencies and to get the printer towards final printing will be greatly appreciated.
Attachments:
open | download - readme 1.txt (35.5 KB)
Re: Marlin Configuration h compile errors
February 16, 2016 08:25AM
I don't know what to tell you to do to fix this, but I ran into a similar problem when I was trying to get my machine up and running for the first time. Luckily I know some good software engineers who were able to straighten it out for me. One thing you'll discover about Arduino/RAMPS is that you're going to have to recompile the firmware a lot, and the Arduino IDE is a bit flaky, like many OSS projects. You'll be hunting through 3 or 4 different config files to find the variables you need to change, then it will be time to recompile. Ugh!

When I rebuilt my printer, I switched to a SmoothieBoard and have once never regretted it. All configuration variables are stored in a single text file on a uSD card that plugs into the board. Every time the board boots up, it reads the config.txt file. There's no hunting for the right file to modify and no recompiling. Firmware updates are applied the same way- store the new firmware binary (which you download from Github) on the uSD card and reboot the board. Done. There are about a hundred other benefits to the Smoothieboard over A/R, including much more reliable motor drivers, connections brought to the edges of the board, etc.


Ultra MegaMax Dominator 3D printer: [drmrehorst.blogspot.com]
Sorry, only registered users may post in this forum.

Click here to login