Questions tagged [ramps]

For questions related to the RAMPS controller board - The RepRap Arduino Mega Pololu Shield, or RAMPS for short, is an expansion shield for the Arduino Mega designed to fit the entire electronics for a RepRap 3D printer in a small, low cost package.

RAMPS 1.x is a family of popular 3D Printer controllers, which is a shield that sits on top of an Arduino Mega. The most commonly used is the 1.4 version.

The RepRap Arduino Mega Pololu Shield, or RAMPS for short, is an expansion shield for the Arduino Mega designed to fit the entire electronics for a RepRap 3D printer in a small, low cost package.

Additional information and a full list of features can be found at the RAMPS RepRap Wiki page.

See these definitions from the RepRapWiki:

There are specific tags for:

21 questions
5
votes
1 answer

Configuring of MKS_GEN_L V1.0

I've bought a new "MKS GEN_L V1.0" and I'm trying to configure it with Marlin 1.1.X. I changed motherboard in configuration.h from previous: #define BOARD_RAMPS_13_EFB 33 //RAMPS 1.3 (Power outputs:Hotend,Fan,Bed) to #define BOARD_MKS_GEN_L 53…
2012User
  • 579
  • 5
  • 15
4
votes
1 answer

Digital vs. analog pins

In the RAMPS v1.4 board, it seems like the X, Y, and Z motors all use at least one analog pin, while the extruder motors are entirely digital. See just the top left block of this photo: Is there any advantage to using analog vs. digital pins in the…
K Mmmm
  • 1,702
  • 14
  • 33
3
votes
1 answer

Arduino Mega 2560 + RAMPS voltage on GPIO pin

I am using an Arduino Mega 2560 and RAMSP 1.4 shield with Marlin firmware to control my machine (not exactly a 3D printer). Marlin has G-code: M42 P20 S255 ==> Turn on pin 20 of the microprocessor M42 P20 S0     ==> Turn off pin 20 of the…
Athul
  • 647
  • 3
  • 7
  • 14
3
votes
1 answer

Can I mix TMC drivers with A4988 on the same RAMPS board?

The closest thing I can find is this wiki page that state DRV8825 and A4988 can be mixed. However, the TMCs seem different, requiring more connections and offer more features, so I wonder if they can be used on the same RAMPS board with A4988,…
leloctai
  • 145
  • 4
3
votes
4 answers

Closed-loop stepper motors

I am thinking to use closed-loop stepper motors to prevent step loss and make the machine more accurate. What options (preferably low cost) are there for: stepper motor + driver + encoder + microcontoller Is building it from scratch worth it? E.g.…
Andreas K.
  • 133
  • 1
  • 5
3
votes
1 answer

Some steppers only rotate one way on RAMPS 1.4

I have a RAMPS 1.4 tester code for Arduino MEGA, only need stepper motors and drivers connected. The code in a working setup moves steppers in both directions but in my setup does something wrong: Extruder 0 , Axis X/Y only moves in 1 direction all…
jimbi3d
  • 31
  • 1
3
votes
1 answer

Replacing RAMPS 1.4 for 1.6

During the assembly of my printer, I accidentally shorted the RAMPS 1.4 board, looking for a replacement I found the RAMPS 1.6 which would eliminate the need for a MOSFET power module. My question is, could I simply replace the RAMPS 1.4 for the 1.6…
Andrés
  • 55
  • 1
  • 5
3
votes
1 answer

Short circuit on RAMPS 1.6 board?

I have a RAMPS 1.6 board. After soldering my stepper drivers, I probed them for bridging and found a short where none should be. Digging deaper into it, my multimeter shows continuity between the 12V +/- connectors (on occasion). I have scanned the…
Till B
  • 313
  • 3
  • 11
2
votes
2 answers

Will RAMPS able to control 4 stepper motors

I am making a DIY 3D printer based on the Prusa mini. So, I doubt whether RAMPS can control only 4 stepper motors as it has slots for 5 stepper motor slots and one will not be used in my case. If I can, in what order should I connect the drivers and…
Leo Red
  • 41
  • 3
1
vote
1 answer

Is my RAMPS 1.4 board fried?

I was adjusting the current on my Pololu stepper drivers when I accidentally fried two of my stepper drivers when I accidentally shorted the contacts with my multimeter probes. When I changed the fried drivers the board wasn't working properly. My…
1
vote
1 answer

Can I plug in Arduino Mega USB input (to supply power) and RAMPS 1.4 power input at the same time?

Can I plug Arduino Mega USB input (to supply power) and RAMPS 1.4 power input at the same time? This is because when I plug the PSU into the RAMPS 1.4 alone, the LCD keeps restarting and it just gets stuck at the Marlin logo but if I plug the USB to…
Michael
  • 51
  • 3
1
vote
3 answers

Can I connect a PSU with a higher current rating than RAMPS 1.4 can handle?

I have a 12 V/30 A power supply. Will a RAMPS 1.4 shield burn if I use that power supply with it?
1
vote
1 answer

What is the maximum input ratings for current, voltage and power for RAMPS 1.4, 1.5 and 1.6?

I need to know the maximum input for current, voltage and power for: RAMPS 1.4 RAMPS 1.5 RAMPS 1.6 I want to build a DIY 3D printer. RAMPS 1.6 can deliver only 270 W. but if I total my heatbed + hotend + other components, it will be 300 W which…
1
vote
1 answer

Pin layout of RAMPS Plus2 board?

I've temporarily acquired two different 3D printers that I'm helping someone reassemble. They are delta style printers that at one point worked great. They were being stored in a large community warehouse type place and somebody that shouldn't have…
Joseph Crozier
  • 380
  • 5
  • 17
1
vote
1 answer

Stepper motor moving only to one side after reset

I come through this post, rescue a problem with my printer. It uses Arduino 2560 Mega, RAMPS 1.4, and Marlin 1.1.9, which had configured it left it working as follows: on the RAMPS the Y-axis is connected to the Z-axis pins, as it has two stepper…
1
2