background image

9. CONFIGURATION OF THE SOFTWARE

Board selection

Before the software can be transmitted to the Arduino, the used 

configuration must be adjusted. For the Ramps 1.4 board is the following 

configuration intended:

#define BOARD_RAMPS_14_EFB  43 

//RAMPS 1.4(Power outputs: Hotend,Fan,Bed)

#define BOARD_RAMPS_14_EEB  44 

//RAMPS 1.4(Power outputs: Hotend0,Hotend1,Bed)

#define BOARD_RAMPS_14_EFF  45 

//RAMPS 1.4(Power outputs: Hotend,Fan0,Fan1)

#define BOARD_RAMPS_14_EEF  46 

//RAMPS 1.4(Power outputs: Hotend0,Hotend1,Fan)

#define BOARD_RAMPS_14_SF  48 

//RAMPS 1.4(Power outputs: Spindle,Controller Fan)

The most common configuration consists of one HotEnd, one fan and 

one bed. Depending to its purpose and structure the configuration can 

be differed. In accordance with the configuartion the motherboard in the 

Configuration.h

 file must be registered.

Open the 

Configuration.h

 file and search for the corresponding definition 

of the motherboard. 

For the earlier mentioned configuration (HotEnd, fan, bed) should the 

motherboard configuartion look like the following:

// The following define selects which electronics board you have

// Please choose the name from boards.h that matches your setup

#ifndef MOTHERBOARD

 

#define MOTHERBOARD BOARD_RAMPS_14_EFB

#endif 

Содержание RAMPS 1.4 KIT

Страница 1: ...lation of your own 3D printer on the basis of Arduino Not only the required stepper motor output stages are included but also the board offers connections for up to 3 heating units printing bed heatin...

Страница 2: ...duino The following schematic drawing shows the detailed pin assignment 3 CONNECTION TO ARDUINO MEGA 4 JUMPER CONFIGURATION Before you can plug the necessary stepper motors on the expansion board you...

Страница 3: ...schematic drawing before The various step configuartion are displayed in the following chart Jumper 1 No Jumper 2 Jumper 3 Steps full step half step 1 4 step 1 8 step 1 16 step 1 32 step 1 128 step No...

Страница 4: ...ccurately If you have successfully inserted the motor drivers you can connect particular stepper motors 6 ENDSTOPS AND TEMPERATURE SENSORS Now the endstops and the temperature sensores can be connecte...

Страница 5: ...MENT For the application is a Arduino development environment as well as a Marlin 3D firmware needed For that you have to download first the Arduino software from their website and install it Afterwar...

Страница 6: ...RAMPS_14_SF 48 RAMPS 1 4 Power outputs Spindle Controller Fan The most common configuration consists of one HotEnd one fan and one bed Depending to its purpose and structure the configuration can be d...

Страница 7: ...iatly LCD TYPE Enable ULTRA_LCD for a 16x2 16x4 20x2 or 20x4 character based LCD Enable DOGLCD for a 128x64 ST7565R Full Graphical Display These optionswill be enabled automatically for most displays...

Страница 8: ...MINTEMP for thermistor short failure protection define HEATER_0_MAXTEMP 275 define HEATER_1_MAXTEMP 275 define HEATER_2_MAXTEMP 275 define HEATER_3_MAXTEMP 275 define HEATER_4_MAXTEMP 275 define BED_M...

Страница 9: ...you must remove used batteries and accumulators which are not enclosed by the device Return options As the end user you can hand over with the purchase of a new device your old appliance which has ess...

Отзывы: