162
edits
| Line 131: | Line 131: | ||
[[File:MAX31855 memory map.PNG]] | [[File:MAX31855 memory map.PNG]] | ||
MAX31855 is somewhat backwards compatible with the MAX6675 however it is 32 bits instead of 16 bits. I shall test to see if this poses a problem. | |||
Have to take the "MAX6675_SS" lines from the RAMPS section of pins.h and transpose it to Sanguinololu section. | |||
under <code>#define SDSS 31</code> write <code>#define MAX6675_SS 31"</code>. | |||
/Lines to change in Sprinter/Marlin/etc... / | /Lines to change in Sprinter/Marlin/etc... / | ||