Welcome! Log In Create A New Profile

Advanced

Help Marlin

Posted by Girl 
Help Marlin
September 22, 2017 09:19AM
Please help me with this error
Arduino: 1.8.3 (Windows 8.1), Bo mạch:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\MarlinConfig.h:39:0,

from C:\Users\User01\Desktop\Marlin-1.1.1\Marlin-1.1.1\Marlin\Marlin.ino:31:

SanityCheck.h:174: error: #error "(min|max)_software_endstops are now (MIN|MAX)_SOFTWARE_ENDSTOPS. Please update your configuration."

#error "(min|max)_software_endstops are now (MIN|MAX)_SOFTWARE_ENDSTOPS. Please update your configuration."

^

exit status 1
#error "(min|max)_software_endstops are now (MIN|MAX)_SOFTWARE_ENDSTOPS. Please update your configuration."

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Re: Help Marlin
September 22, 2017 03:09PM
What you have done is taken an older Configuration.h file set and dropped it into a new Marlin code base. The problem is, some of the configuration option names have changed.
Those errors are from the SanityCheck.h file. It is checking for older option names being used and is telling you what the new names are.

You should cross your current settings over from the old file to the new file.
Re: Help Marlin
September 22, 2017 04:25PM
What 3D Printer do you have there may already be a Marlin configured for your Printer.

Edited 1 time(s). Last edit at 09/22/2017 04:25PM by Roberts_Clif.
Sorry, only registered users may post in this forum.

Click here to login