MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.22k stars 19.22k forks source link

Error in pins.h file on recent MKS 1.3+/SainSmart Board additions #3313

Closed emartinez167 closed 8 years ago

emartinez167 commented 8 years ago

Hi Scott,

When selecting BOARD_SAINSMART_2IN1, a compiler error comes up, due to the following issue with pins.h:

=== Current ===

#elif MB(BOARD_SAINSMART_2IN1)
  #include "pins_SAINSMART_2IN1.h"
#else

=== Should be: ===

#elif MB(SAINSMART_2IN1)
  #include "pins_SAINSMART_2IN1.h"
#else
github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.