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

Update Readme descriptions for M200, M207 and M208 #871

Merged
merged 1 commit into from
Apr 4, 2014

Conversation

whosawhatsis
Copy link
Contributor

No description provided.

@whosawhatsis whosawhatsis mentioned this pull request Apr 4, 2014
nothinman added a commit that referenced this pull request Apr 4, 2014
Update Readme descriptions for M200, M207 and M208
@nothinman nothinman merged commit fe49302 into MarlinFirmware:Marlin_v1 Apr 4, 2014
@nothinman
Copy link
Contributor

Thanks!

@kiws
Copy link

kiws commented Apr 5, 2014

Hello.
Firmware is excellent.
But the last several firmware versions stopped working support MAX6675.
Generates a compiler error:

#define MAX6675_HEAT_INTERVAL 250
long max6675_previous_millis = -HEAT_INTERVAL; <--------------!!!!!!!
int max6675_temp = 2000;

int read_max6675()
{
if (millis() - max6675_previous_millis < MAX6675_HEAT_INTERVAL)

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