Currently Arduino 1.0 doesn’t work with most of the modern reprap firmwa...#36
Currently Arduino 1.0 doesn’t work with most of the modern reprap firmwa...#36ERoth3 wants to merge 1 commit intoMarlinFirmware:Marlin_v1from ERoth3:patch-1
Conversation
…mwares. I believe it has to do with all the SD card library changes...but really I don't know. The stop gap solution is to use any arduino version <1.0 (which is confusing since that is 23 or something...)
|
as said, marlin_v1 branch works on arduino 1.0, i use it constantly. |
|
Strange...It's an issue that has come up a few times in the IRC channel specifically with sprinter. Someone was on today and was having the same problems with Marlin not compiling, I had them go back to Arduino 25 and that solved all their problems. |
|
OK...so I tried it all out and it DOES compile in Arduino 1.0...sorry bout that. I did find if i set things up for motherboard 33 I HAD to comment out the entire section of configuration.h that had to do with SD, and LCD support or else it wouldn’t compile. Maybe there is a good reason for that...I dont have either on this particular bot so its no big deal for me. |
|
The includes are broken right now, which causes grief with certain options. I'm waiting for my pull request which fixes this to be merged in. |
|
i think its a different thing, the problem was that ultralcd was on while the pins where not defined. I will close this, if the issue is still there,please reopen. |
switched to dynamic paths, pushd popd instead of cd, make dir recursively
…pper-probe EX-2581 More reliable stepper probe
…rmware#36) * flip offset * adjust maximum temperature based on scaling * add temperature offset to EEPROM * use named constant --------- Co-authored-by: Skyelar Craver <sc@cellink.com>
Currently Arduino 1.0 doesn’t work with most of the modern reprap firmwares. I believe it has to do with all the SD card library changes...but really I don't know. The stop gap solution is to use any arduino version <1.0 (which is confusing since that is 23 or something...)