Updating my Makerbot Replicator 2 with up to date features
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
board_mount_test_6.stlRAMPS+Arduino Mega board adapter to replicator 2 Model fileStandard Tesselated Geometry - 348.86 kB - 08/08/2016 at 20:15 |
|
|
board_mount_adapter.123dxRAMPS+Arduino Mega board adapter to replicator 2 Design file123dx - 67.39 kB - 08/08/2016 at 20:15 |
|
|
lcd_mount_test_5.stlmount adapter for the LCD, used alongside the case for the LCDStandard Tesselated Geometry - 290.12 kB - 08/03/2016 at 17:26 |
|
|
lcd_mount.123dxmount adapter for the LCD, used alongside the case for the LCD123dx - 44.68 kB - 08/03/2016 at 17:26 |
|
|
test_ramps.inoA simple program to test RAMPS 1.4 boardsino - 3.18 kB - 08/01/2016 at 19:56 |
|
Now that I have the LCD nicely fitted in the printer it is the turn of the RAMPS/Arduino board(s).
I printed an adapter (the model can be found in the files section and it is using the same printer! ):
It is meant to fit where the old board used to be (but is much smaller):The board inside the adapter(with the help of hot glue):
And all inside the printer:
And with the lid close(this marks the end of this conversion!):
So after getting everything working (repeatability!) I moved to making it pretty :)
I used this design for my lcd controller board and added a custom holder (can be found in the files section) so it fits the screw holes of the Replicator 2(sorry K :).
Next up an adapter for the RAMPS/Arduino board.
Some pictures:
Mount adapter for Replicator K (hot glued):
Old LCD vs new LCD:
And fully assembled:
(I had to cut the MDF panel, it wasn't a clean cut but I don't care since I plan to replace the panels anyway).
So after I was sure that all the connections were correct it was time to put the firmware into the machine.
I forgot to get the configuration values before taking out the original board so I hooked the board to the power supply (soldered the original connector so I can use the board) and connected via USB to ReplicatorG:
After I got the information from the board I proceed to editing Configuration.h - the file can be found in the files section.
I guessed the values of the PID based on stuff that I found online so the next thing was to get the correct PID values, that can be done using PID autotuning feature of Marlin.
After few tries I succeeded in printing something!
But after few prints my nozzle got clogged, so I declogged and after few more prints it got clogged again.
The issue was that once it finished printing the fan would stop! now I was used to the fan running while the hotend was hot so digging a bit in Marlin source revealed that there is an option to control the fan automatically based on the temperature.
The change needed was in configuration_adv.h (can be found in the files section) file - settings EXTRUDER_0_AUTO_FAN_PIN to 9 which means it will use D9 pin (which I connected the fan to) for controlling the fan based on the temperature.
Now since it uses pin 9 we can't use it for the "regular" fan pin so a change in pins.h (Also in the files section) was needed to set FAN_PIN to -1.
With this fix I been printing for serval hours with breaks between them and the nozzle doesn't clog anymore.
Next up: printing adapters for RAMPS1.4 board and LCD controller.
So now that I had the connectors mapped the first step was to connect the stepper motor drivers and set the correct current limit.
The current for the motors is (according to this and other sources):
X,Y, Extruder - 0.83A
Z - 0.4A
Setting the current limit for A4988 drivers is explained there too.
After setting up the stepper motor drivers I proceeded to using a test program (can be found in the files section) with the RAMPS board with to see that I can actually control the steppers:
At first I used a 12V PSU (with only 1.5A!) for testing as the RAMPS board doesn't support 24V natively.
Next were the endstops using a cell battery and a multimeter in diode/conductive test mode:
Now the board can work perfectly from 24V but the Arduino needs to be powered separately.
I had to cut the connector of the power supply so I could connect it directly to RAMPS, the inside of the wire is positive and the outside is negative.
Now that I had all the parts working ad-hoc I proceed with making an adapter board from Makerbot connectors to RAMPS connectors that looked like this:
It basically adapts the steppers, endstop and extruder connectors of the replicator 2 to individual connectors for the RAMPS board.
The connector on the left is actually taken from the original board and is used originally for the second extruder:
While the adapter board worked it was a PITA to solder and took a lot of space, so I changed my approach to using male-to-female cables that I just received after finishing the adapter board and some tape to hold them more securely and it is been working perfectly:
Another thing that need adapting is using a thermistor instead of the thermocouple, since I wanted to change as few as possible in the printer I added the thermistor in hole on the opposite side of the thermocouple with the help of (alot) of thermal paste and kapton tape (not shown in this picture):
I read quite a bit in order to get this right. First I needed to understand how a RAMPS 1.4 board is typically connected - that information can be found here.
Next I needed to map the connectors in the mightyboard (My bot uses Rev-H):
Connectors in this picture:In the end the connectors that I need were: steppers, endstops, extruder
Create an account to leave a comment. Already have an account? Log In.
I have a replicator 2 so it doesn't have a heated bed and because of that converting the ramps to 24v was quite easy :)
The replicator 2 uses thermocouples but I just took it out and replaced it with a thermistor which costs pennys and works out of the box with mariln.
Become a member to follow this project and never miss any updates
hi, I'm planning to do the same ting using a gt2560 board that can support 24v in order not to change the power supply, I have a replicator 1, did u had problems with the heated bed? does it use thermocuples? I still have to disassembly my printer but I wanted to first achive more informations :)