Ok look at this .. for the most part two errors.. that is all after being compiles with Sketch 1.06. Here it is: ....
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega1284p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Users\Administrator\Documents\Arduino\hardware\Sanguino\variants\sanguino -IC:\Program Files (x86)\Arduino\libraries\SPI C:\TMP\AppData\Local\Temp\build6200970795496528423.tmp\BedLeveling.cpp -o C:\TMP\AppData\Local\Temp\build6200970795496528423.tmp\BedLeveling.cpp.o
In file included from BedLeveling.cpp:107:
/Repetier.h:1:16: warning: SD.h: No such file or directory
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:628:1: warning: "NUM_TEMPS_USERTHERMISTOR0" redefined
/Configuration.h:160:1: warning: this is the location of the previous definition
/Configuration.h:629:1: warning: "USER_THERMISTORTABLE0" redefined
/Configuration.h:161:1: warning: this is the location of the previous definition
/Configuration.h:638:1: warning: "NUM_TEMPS_USERTHERMISTOR1" redefined
/Configuration.h:162:1: warning: this is the location of the previous definition
/Configuration.h:639:1: warning: "USER_THERMISTORTABLE1" redefined
/Configuration.h:163:1: warning: this is the location of the previous definition
In file included from BedLeveling.cpp:107:
/Repetier.h:631:29: error: src/SdFat/SdFat.h: No such file or directory
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1691:1: warning: "UI_DISPLAY_ENABLE_PIN" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:608:1: warning: this is the location of the previous definition
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1692:1: warning: "UI_DISPLAY_RS_PIN" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:606:1: warning: this is the location of the previous definition
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1694:1: warning: "UI_DISPLAY_D4_PIN" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:613:1: warning: this is the location of the previous definition
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1695:1: warning: "UI_DISPLAY_D5_PIN" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:614:1: warning: this is the location of the previous definition
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1696:1: warning: "UI_DISPLAY_D6_PIN" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:615:1: warning: this is the location of the previous definition
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1697:1: warning: "UI_DISPLAY_D7_PIN" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:616:1: warning: this is the location of the previous definition
In file included from /Repetier.h:1123,
from BedLeveling.cpp:107:
/DisplayList.h:1709:1: warning: "UI_DELAYPERCHAR" redefined
In file included from /Repetier.h:214,
from BedLeveling.cpp:107:
/Configuration.h:621:1: warning: this is the location of the previous definition
In file included from /Repetier.h:963,
from BedLeveling.cpp:107:
/Printer.h: In static member function 'static void Printer::setColdExtrusionAllowed(uint8_t)':
/Printer.h:763: warning: only initialized variables can be placed into program memory area
/Printer.h:765: warning: only initialized variables can be placed into program memory area
/Printer.h: In static member function 'static void Printer::setAutoretract(uint8_t)':
/Printer.h:783: warning: only initialized variables can be placed into program memory area
/Printer.h: In static member function 'static void Printer::setDebugJam(uint8_t)':
/Printer.h:834: warning: only initialized variables can be placed into program memory area
/Printer.h: In static member function 'static void Printer::setJamcontrolDisabled(uint8_t)':
/Printer.h:847: warning: only initialized variables can be placed into program memory area
In file included from BedLeveling.cpp:107:
/Repetier.h: At global scope:
Repetier.h:991: error: 'SdFat' does not name a type
Repetier.h:996: error: 'SdFile' does not name a type
Repetier.h:1009: error: 'SdBaseFile' does not name a type
Repetier.h:1037: error: expected ',' or '...' before '&' token
Repetier.h:1037: error: ISO C++ forbids declaration of 'dir_t' with no type
Repetier.h:1045: error: 'SdBaseFile' has not been declared
/Repetier.h: In member function 'void SDCard::setIndex(uint32_t)':
Repetier.h:1025: error: 'file' was not declared in this scope
In file included from BedLeveling.cpp:107:
/Repetier.h: In member function 'void PlaneBuilder::createPlane(Plane&, bool)':
/Repetier.h:1108: warning: only initialized variables can be placed into program memory area
/Repetier.h:1109: warning: only initialized variables can be placed into program memory area
/Repetier.h:1110: warning: only initialized variables can be placed into program memory area
========
src/SdFat/SdFat.h: No such file or directory I need to find a place to put these files.. checked Google and there were not real answers.. Your thoughts? I think this should take care of the SdFat problem.