MKS GEN V1.1

From RepRap
Jump to: navigation, search
Crystal Clear action run.png
MKS GEN.jpg

Release status: Working

MKS GEN.jpg
Description
Single board solution, Remix of Arduino mega2560 and RAMPS1.4
License
Author
Contributors
Based-on
Categories
CAD Models
External Link


MKS GEN Summary

We like the combination of Arduino MEGA2560 plus RAMPS1.4 and A4988 in 3D printer,and we also find some short for them. Such as we have to plus a lot,the volume is more big etc. Then we design a new single board electronics PCBA which combine all major features of these open-source PCBAs: Arduino Mega 2560, RAMPS 1.4. MKS GEN V1.1 has the powerful processor ATMEGA2560 WITH 256K flash memory. It use FTDI FT232R device for USB and not ATMEGA16U2 as ARDUINO MEGA2560. In power input, we use L5970D replacing the LM1117-5.0, which make MKS GEN V1.1 supporting 24V or 12V input. And XH series sockets let us easy inset the wire of step motor and end stop.

Configuring Arduino

MKS GENV1.1 is supplied with a Marlin firmware. Of course you can also upload another firmware. You can use Arduino IDE to upload firmware to MKS Base V1.0 board through ICSP PIN. While uploading the blue LED is lit and the RX/TX LEDs will blink fast.


Basic setup

This photo will show you how to connect the board. And the PIN map is in showed at below file (File:MKS GEN-PIN.PNG), you can attached other module as bluetooth, SD ramps etc.

MKS GEN-1.jpg


Files

MKS GEN-PIN.PNG


How to get it

MakerBase.com.cn

Cubic-Print.de

Maker-Base v.1.0 from US to Worldwide

Funreprap.com V1.4 en France

Comment utiliser Heather 1 D7 pour E1

dans {Pins.h}

remplacer le "-1 " en "7"


#if MB(RAMPS_13_EFB) || MB(AZTEEG_X3)
   #define HEATER_1_PIN       -1
 #else
   #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
 #endif

OU

#if MOTHERBOARD == 33 || MOTHERBOARD == 67
   #define HEATER_1_PIN       -1
 #else
   #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
 #endif