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

Currently Arduino 1.0 doesn’t work with most of the modern reprap firmwa... #36

Closed
wants to merge 1 commit into from

Conversation

ERoth3
Copy link

@ERoth3 ERoth3 commented Dec 14, 2011

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...)

…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...)
@bkubicek
Copy link
Contributor

as said, marlin_v1 branch works on arduino 1.0, i use it constantly.

@ERoth3
Copy link
Author

ERoth3 commented Dec 15, 2011

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.

@ERoth3
Copy link
Author

ERoth3 commented Dec 15, 2011

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.

@pelrun
Copy link

pelrun commented Dec 18, 2011

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.

@bkubicek
Copy link
Contributor

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.

@bkubicek bkubicek closed this Dec 22, 2011
rosenhouse pushed a commit to rosenhouse/Marlin that referenced this pull request Feb 16, 2015
stklcode pushed a commit to stklcode/Marlin that referenced this pull request Sep 2, 2022
switched to dynamic paths, pushd popd instead of cd, make dir recursively
arades79 pushed a commit to CELLINKAB/Marlin that referenced this pull request Mar 15, 2024
…pper-probe

EX-2581 More reliable stepper probe
arades79 pushed a commit to CELLINKAB/Marlin that referenced this pull request Mar 15, 2024
…rmware#36)

* flip offset

* adjust maximum temperature based on scaling

* add temperature offset to EEPROM

* use named constant

---------

Co-authored-by: Skyelar Craver <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants