1

Topic: Ramps 1.4 install

I'm looking at installing Ramps 1.4 to my Divinci 1.0 after my motherboard was fried. I've read a few posts regarding certain things ill need to change and such but I have a few questions no-one has mentioned yet. Can I use the standard drivers for the stepper motors or will i need to buy them and would it be best if so to buy a kit that basically has the whole ramps parts apart from stepper motors and bed ?

Thanks

2

Re: Ramps 1.4 install

you have to use different limit switches and different temp sensors

stepper motor wiring swaps over.  i used sainsmart drivers.

3

Re: Ramps 1.4 install

The drivers in a Da vinci are not standard. They are physically larger and flipped upside down.

The limit switches do not have current limiting resistors as they should. Those are on the mainboard. A RAMPS does not have these resistors so if you used the stock limit sensors with a RAMPS it would kill them.

If you plan to use an LCD it to will need to be third party. A RAMPS cannot use the existing LCD.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

4

Re: Ramps 1.4 install

I ordered a clone kit to simply get my printer running again till i can afford a better kit. I ordered some new optical sensors along with some new drivers. I will have to just play around with the stepper motor wiring till i find the correct setup.

5

Re: Ramps 1.4 install

OK, I've had to go and buy a 500W PSU to power the board, standard XYZ one isn't outputting 12v. I've hooked it upto the RAMPS board, powered it up and the LCD backlight powers up as seen in this image.
http://soliforum.com/i/?ZE7j0w1.jpg

I've gone through the palarva of trying to install the repetier firmware to the arduino, it uploads and nothing is still showing on the LCD. This is all that there is being displayed.
http://soliforum.com/i/?q9qLwLZ.jpg serial

Any ideas anyone ? Really stuck now as I've trawled around and no-one has an answer to it on any forum.

6

Re: Ramps 1.4 install

if you can wait till friday ill upload my configuration

I am using the da vinci power supply.  it had i think 24,12,8,and 5v output.  the led light was the tricky part

7

Re: Ramps 1.4 install

Well all I was getting was 9v,7.8v, 5v and 3.3v. This PSU wasn't too bad, only cost me £11 and i get a load of free cable too.

8

Re: Ramps 1.4 install

The Da Vinci uses what is know as a Flex ITX PC power supply the outputs are 12V on the yellow and black wires, 5V on the Red and black wires, and then 3.3V which is on the Blue or other color wire. There are also wires for the remote switch and power good leads.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

9

Re: Ramps 1.4 install

My screen did the same thing when I first got it. I ended up having to adjust the screw pots on the back of the screen

Sd4 #9080 with a glass bed. E3d chimera duel extruder. Paste extruder , duet wifi.
Lawsy carriages. linear bearings. Y axis direct drive, Kinect scanner
SD4#8188 glass bed, lawsly carriages, E3d v6, octoprint http://www.ustream.tv/channel/hotrod96z28
Filastruder/filawinder, Custom Delta 300mm x 600mm

10

Re: Ramps 1.4 install

When you did the firmware did you add the U8glib to Arduino? The firmware needs that library to know how to use that display. If it is not added you will get that same issue.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

11

Re: Ramps 1.4 install

Yes it was added, I've since had the ramps board go up in the smoke, it was sat on nylon stand offs with a regulated 11amp supply. So now i'm waiting for a new one.

12

Re: Ramps 1.4 install

This is the exact problem I am facing. Firmware flashed thanks to Carl, and I followed instructions on pins.h, but my screen is behaving just like RC1's.
If anyone has a solution, please share!

Printit Mason and Printit Horizon printers
Multiple SD2s- Bulldog XL, E3D v5/v6/Lite6, Volcano, Hobb Goblin, Titan, .9 motor, Lawsy carriages, direct Y drive, fishing line...the list goes on
Filawinder and Filastruder #1870.....worth every penny!

13

Re: Ramps 1.4 install

AZERATE wrote:

This is the exact problem I am facing. Firmware flashed thanks to Carl, and I followed instructions on pins.h, but my screen is behaving just like RC1's.
If anyone has a solution, please share!


So just to make sure you do have the U8glib library added to Arduino as well. You can check by clicking SKETCH the IMPORT LIBRARY and it should be listed at the bottom. If it is not listed then it was not installed and is not getting packed in the firmware build.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

14

Re: Ramps 1.4 install

Yep! Downloaded that last time you helped me....thanks again for that.
I actually bought a new LCD thinking the first I got off another user was broken, but the new one is acting the same way. Adjust the contrast does nothing to bring about any icons or whatnot.

Printit Mason and Printit Horizon printers
Multiple SD2s- Bulldog XL, E3D v5/v6/Lite6, Volcano, Hobb Goblin, Titan, .9 motor, Lawsy carriages, direct Y drive, fishing line...the list goes on
Filawinder and Filastruder #1870.....worth every penny!

15

Re: Ramps 1.4 install

http://www.flemcodesign.com/files/DAVINCI1.0RAMPS.zip

there is my configuration.h

I use the same display, but my x and z home are going to be different with the extruder and hot end I'm using

16 (edited by AZERATE 2016-01-24 16:08:26)

Re: Ramps 1.4 install

Thanks for the share!
Personally, I'm using the following:
  *Sainsmart RAMPS 1.4
  *Arduino Mega 2560
  *RRD LCD Smart Controller...pretty much the only thing I didn't cheap out on with this setup smile
  *Solidoodle Marlin firmware
So far, by scrolling through your configuration.h, I've found the only real difference from mine (aside from a massive difference) is that I did not include #include "pins.h". That has been changed, saved, compiles just fine, and I'll test it tomorrow.

For any future users reading this thread, especially for XYZ users, can you share the exact LCD model you use and the pins.h?
It would be nice to have a one stop shop for them during this upgrade

EDIT: Well, that didn't do the job hmm

Printit Mason and Printit Horizon printers
Multiple SD2s- Bulldog XL, E3D v5/v6/Lite6, Volcano, Hobb Goblin, Titan, .9 motor, Lawsy carriages, direct Y drive, fishing line...the list goes on
Filawinder and Filastruder #1870.....worth every penny!

17

Re: Ramps 1.4 install

robertf wrote:

http://www.flemcodesign.com/files/DAVINCI1.0RAMPS.zip

there is my configuration.h

I use the same display, but my x and z home are going to be different with the extruder and hot end I'm using

Thank-you dude! I'll have to try it when my new board arrives along with another LCD. Got a spare LCD for future uses.

18

Re: Ramps 1.4 install

AZERATE wrote:

Thanks for the share!
Personally, I'm using the following:
  *Sainsmart RAMPS 1.4
  *Arduino Mega 2560
  *RRD LCD Smart Controller...pretty much the only thing I didn't cheap out on with this setup smile
  *Solidoodle Marlin firmware
So far, by scrolling through your configuration.h, I've found the only real difference from mine (aside from a massive difference) is that I did not include #include "pins.h". That has been changed, saved, compiles just fine, and I'll test it tomorrow.

For any future users reading this thread, especially for XYZ users, can you share the exact LCD model you use and the pins.h?
It would be nice to have a one stop shop for them during this upgrade


Why would you use SD Marlin if you are using a RAMPS? You should just download the base version from github and then make a few tweaks for you machine. Unless you did some really weird stuff for your machine, it should work out of the box as long as you go in and set the correct display under configuration.h.. Then it is just some simple tweaks to get endstops working. If you care to dig back through all my post I attached a copy of my Marlin to some of them several months ago and that was for a 1.0 and the whatever 2004 display with RAMPS. That copy of Marlin should have your machine purring and so quite you will have to check to see if it is running..

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

19

Re: Ramps 1.4 install

carl_m1968 wrote:
AZERATE wrote:

Thanks for the share!
Personally, I'm using the following:
  *Sainsmart RAMPS 1.4
  *Arduino Mega 2560
  *RRD LCD Smart Controller...pretty much the only thing I didn't cheap out on with this setup smile
  *Solidoodle Marlin firmware
So far, by scrolling through your configuration.h, I've found the only real difference from mine (aside from a massive difference) is that I did not include #include "pins.h". That has been changed, saved, compiles just fine, and I'll test it tomorrow.

For any future users reading this thread, especially for XYZ users, can you share the exact LCD model you use and the pins.h?
It would be nice to have a one stop shop for them during this upgrade


Why would you use SD Marlin if you are using a RAMPS? You should just download the base version from github and then make a few tweaks for you machine. Unless you did some really weird stuff for your machine, it should work out of the box as long as you go in and set the correct display under configuration.h.. Then it is just some simple tweaks to get endstops working. If you care to dig back through all my post I attached a copy of my Marlin to some of them several months ago and that was for a 1.0 and the whatever 2004 display with RAMPS. That copy of Marlin should have your machine purring and so quite you will have to check to see if it is running..

The github one isn't working. We've tried everything. No-one seems to know why either.

20

Re: Ramps 1.4 install

carl_m1968 wrote:

Why would you use SD Marlin if you are using a RAMPS? You should just download the base version from github and then make a few tweaks for you machine. Unless you did some really weird stuff for your machine, it should work out of the box as long as you go in and set the correct display under configuration.h.. Then it is just some simple tweaks to get endstops working. If you care to dig back through all my post I attached a copy of my Marlin to some of them several months ago and that was for a 1.0 and the whatever 2004 display with RAMPS. That copy of Marlin should have your machine purring and so quite you will have to check to see if it is running..

I do not own a Da Vinci. I have nothing but Solidoodles

Printit Mason and Printit Horizon printers
Multiple SD2s- Bulldog XL, E3D v5/v6/Lite6, Volcano, Hobb Goblin, Titan, .9 motor, Lawsy carriages, direct Y drive, fishing line...the list goes on
Filawinder and Filastruder #1870.....worth every penny!

21

Re: Ramps 1.4 install

AZERATE wrote:
carl_m1968 wrote:

Why would you use SD Marlin if you are using a RAMPS? You should just download the base version from github and then make a few tweaks for you machine. Unless you did some really weird stuff for your machine, it should work out of the box as long as you go in and set the correct display under configuration.h.. Then it is just some simple tweaks to get endstops working. If you care to dig back through all my post I attached a copy of my Marlin to some of them several months ago and that was for a 1.0 and the whatever 2004 display with RAMPS. That copy of Marlin should have your machine purring and so quite you will have to check to see if it is running..

I do not own a Da Vinci. I have nothing but Solidoodles


But if you took out a the SD board and put in a RAMPS then it is no longer and SD... Or are you trying to put a display on an SD board?

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

22

Re: Ramps 1.4 install

RC1 wrote:
carl_m1968 wrote:
AZERATE wrote:

Thanks for the share!
Personally, I'm using the following:
  *Sainsmart RAMPS 1.4
  *Arduino Mega 2560
  *RRD LCD Smart Controller...pretty much the only thing I didn't cheap out on with this setup smile
  *Solidoodle Marlin firmware
So far, by scrolling through your configuration.h, I've found the only real difference from mine (aside from a massive difference) is that I did not include #include "pins.h". That has been changed, saved, compiles just fine, and I'll test it tomorrow.

For any future users reading this thread, especially for XYZ users, can you share the exact LCD model you use and the pins.h?
It would be nice to have a one stop shop for them during this upgrade


Why would you use SD Marlin if you are using a RAMPS? You should just download the base version from github and then make a few tweaks for you machine. Unless you did some really weird stuff for your machine, it should work out of the box as long as you go in and set the correct display under configuration.h.. Then it is just some simple tweaks to get endstops working. If you care to dig back through all my post I attached a copy of my Marlin to some of them several months ago and that was for a 1.0 and the whatever 2004 display with RAMPS. That copy of Marlin should have your machine purring and so quite you will have to check to see if it is running..

The github one isn't working. We've tried everything. No-one seems to know why either.

Did you go back to last year about October or so in my post history and find my post that I included my Da Vinci Marlin build on? I will be back later today and try to find one then and repost it here. But do  look for it yourself if possible.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

23

Re: Ramps 1.4 install

carl_m1968 wrote:
RC1 wrote:
carl_m1968 wrote:

Why would you use SD Marlin if you are using a RAMPS? You should just download the base version from github and then make a few tweaks for you machine. Unless you did some really weird stuff for your machine, it should work out of the box as long as you go in and set the correct display under configuration.h.. Then it is just some simple tweaks to get endstops working. If you care to dig back through all my post I attached a copy of my Marlin to some of them several months ago and that was for a 1.0 and the whatever 2004 display with RAMPS. That copy of Marlin should have your machine purring and so quite you will have to check to see if it is running..

The github one isn't working. We've tried everything. No-one seems to know why either.

Did you go back to last year about October or so in my post history and find my post that I included my Da Vinci Marlin build on? I will be back later today and try to find one then and repost it here. But do  look for it yourself if possible.

Yeah i found it after you commented.

24

Re: Ramps 1.4 install

AZERATE wrote:

This is the exact problem I am facing. Firmware flashed thanks to Carl, and I followed instructions on pins.h, but my screen is behaving just like RC1's.
If anyone has a solution, please share!

Here is the whole source code folder I'm using on mine.   It is the same screen that is pictured in this thread.

http://www.flemcodesign.com/files/Repetier.zip

The screen is really sensitive to bad cables,  maybe try swapping the 2 around.