Welcome! Log In Create A New Profile

Advanced

Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat

Posted by Giantkiller 
Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 03, 2015 12:53PM
By the title:
I have the MTHERFBOARD set to 34 with dual extruders set to 2.
I receive the Unknown MotherBoard error in Pins.h
I had everthing working, even running the Replikeo Prusa I3 in test mode.
The platform wasnt running correctly with the LCD, Pronterface, or Repetier. Z motor buzzes and doent move. Numerous runtime anaomolies.
I decided to reload plain Marlin, compile and load to see if motors would operate correctly. Really bad mistake here.
The marlin would not compile. UME(unknown motherboard error). Where did this come from?
The arduino nightly build 1.6.6 gives compile error. I had this when I first started a month ago.
I went back to ARduino 1.0.x and it worked. Now I get nada progress no matter what I try.
I have spent 2 days trying to fix somebody elses crap and I just about had it.
Any ideas would be appreciated. Right now I have to go outside.

Another thing is dont buy Replikeo. Incomplete inventory and support issues.

The next post will be 'Any body want a free printer?' This environment is still imature and the repleat with errors.
I have been at this computer addiction since 1987 and know all the platforms. The bugs never cease.
Do you know why computer techies are so over weight? Too much researching problems.
Computer were supposed to automate. Now there is a constant sucking sound of time going down the drain.
Corporations are still spreadsheet farms after 40 years. This should tell you something,

If I get an answer to this current dilema I thank you. The computer career has turned into a game of Russion roulette with no bullets. Keep trying.
To you young guys and your future: I have great pity for you. Don't ignore your family and friends.

Edited 2 time(s). Last edit at 11/03/2015 12:56PM by Giantkiller.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 03, 2015 01:22PM
Have you tried Arduino 1.0.6? It's the only release I can ever get Marlin or Repetier to compile correctly with.

Also, could you give more details? Copy your error messages?

Edited 1 time(s). Last edit at 11/03/2015 01:27PM by kerkove.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 03, 2015 01:54PM
Thank you for the quick reply.
pins.h:116: error: #error Unknown MOTHERBOARD value set in Configuration.h
#error Unknown MOTHERBOARD value set in Configuration.h
^
In file included from sketch\Configuration_adv.h:588:0,
from sketch\Configuration.h:759,
from C:\Users\giantkiller\Documents\3Dprinter\Marlin-1.1\Marlin\Marlin.ino:33:

SanityCheck.h:302: error: #error HEATER_1_PIN not defined for this board
#error HEATER_1_PIN not defined for this board
^
SanityCheck.h:306: error: #error HEATER_0_PIN not defined for this board
#error HEATER_0_PIN not defined for this board
^

exit status 1

I retried 1.0.5r. Same error. I can not back after this last current install.
So it looks like a Java platform or folder install problem.

Edited 3 time(s). Last edit at 11/03/2015 01:59PM by Giantkiller.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 03, 2015 05:56PM
Instead of using 34 for your motherboard in configuration.h, try BOARD_RAMPS_13_EEB. That will cause the error for pins.h as well.
1.0.5 never works for me.
If you can't get 1.1 to compile, I would use the stable version and compile with 1.0.6. Unless there is a feature of 1.1 you desire that 1.0x does not have.

Edited 3 time(s). Last edit at 11/03/2015 06:03PM by kerkove.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 05, 2015 04:06PM
I think the 1.6.6 Arduino IDE works best with official boards. Most kits come with cloned MEGA boards, and depending on the shortcuts taken to meet price points, I believe there can be issues with the USB chips used on the boards. Switching back to 1.0.6 normally resolves the issue, though I think if you hit the reset button on the board a half second before compile completes, you can occasionally overcome the issue. Could be wrong on that point.

In the mean time, did you adjust the potentiometers on your RAMPS board stepper motor drivers. Still a newb, but sounded like your Z motor wasn't getting enough current. Don't have the link, but there is an Arduino script to test your electronics on the RepRap website. It will move your motors back and forth, flash LEDs, and such to check if everything is working correctly.

Haven't used 1.1 Marlin yet. You might consider posting at least your configuration.h file (as an attachment) so that someone can spot check your settings. Alternatively, Repetier has a decent web interface for configuring and downloading the code for your RAMPS board.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 05, 2015 09:50PM
I have not even been able to get a clean compile to push an image.
I changed to the BOARD_RAMPS_13_EEB to no avail.

DOA here and not too happy about. I have a carcase of a 3d printer now that has no life.
Shat went downhill some days ago and I have no idea of whats wrong.
I know I am not the only one and mighty pissed off. $500USD out the friggin window.

I even tried the 1.0.6 in an xp mode vm window. Same error.
I have a bullet that needs somebody's name on it.

I can not find the Java in the vm. So therefore the vm is running host java which I believe is the problem.
Gonna try a previous version in the vm to see.

Edited 2 time(s). Last edit at 11/05/2015 09:53PM by Giantkiller.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 06, 2015 09:18PM
I can compile Marlin 1.1 with 1.6.6. How about #define TEMP_SENSOR_1 (whatever your sensor is) in configuration.h? (I acquired 1.1 from [github.com])

With a fresh download, changing the EFB to EEB and the aforementioned Temp sensor 1 it works for me. This is with windows 10 however.

Edited 2 time(s). Last edit at 11/06/2015 09:33PM by kerkove.
Re: Marlin 1.1 and Arduino IDE 1.6.6 compile problems. Bleeding edge Dogshat
November 30, 2015 05:21PM
Compile now works fine IF I do not overlay with the Replikeo configuration.h file.
Then I get define and pointer problems. NFT! [As in Not fully tested].
I use current Marlin and Arduino 1.6.6.

Edited 1 time(s). Last edit at 12/01/2015 01:08PM by Giantkiller.
Sorry, only registered users may post in this forum.

Click here to login