Welcome! Log In Create A New Profile

Advanced

Reprap in ABS, w/ heated bed, gen4 electronics & Mk6+ extruder

Posted by GRod 
Reprap in ABS, w/ heated bed, gen4 electronics & Mk6+ extruder
March 03, 2013 04:35PM
Hello I am selling my REPRAP, I bought it for my graduate thesis in Architecture. I was hoping to use it BUT, with new technology I was unable to fix any issues. It stopped printing on day. It was not reading the extruder, it was reading a temp of ZERO. I was trying to find someone to fix it but it’s a very special select field.

The 3D printer was built bye someone who knows how the 3D printer works but they are out of town and I can not find someone to fix it in El Paso, Texas.

All the parts are quality parts, So you can buy it and see if you can make it work. It was working fine and I am certain if you know REPRAP you can make it work for a great price.

It would be a great buy at 800.00
It would take 200.00 To get it printing again

It is securely packed away and ready for shipment. It is a :

Reprap in black ABS, with heated bed, gen4 electronics and Mk6+ extruder.
This gives you a 210 x 210 x 120 mm build area, LCD control panel.
1/16th step drivers which make is nearly silent (I mean that, it's like an inkjet printer),
full gen4 MBI electronics, the Full MK6+ heater and extruder, and the heated build platform.

REPRAP
It would be a great buy at 800.00
It would take 200.00 To get it printing again

Images, You can skip the first 6 then you will see the REPRAP

[www.facebook.com]

Video of REP RAP in action when it was working
[www.facebook.com]

Please read Notes/ emails of what might be wrong, I am not knowledgeable enough to fix


Gabriel Rodriguez
El Paso TX
I moved to El Paso from Dallas, TX
Gabrielrodriguez821@yahoo.com
214-335-6444

_____________________


I've heard really good things about the printrbot's electronics on the
Reprap IRC lately: [printrbot.com]

I hear it's 99% compatible with the Marlin firmware, and there's a
link to a page on how to make it work. That should change to 100% soon
though. It's also supposed to perform a lot better than current reprap
electronics heat-wise.

If we need to swap the thermocouples, I have 2 thermistors you can have.

On Wed, Mar 28, 2012 at 9:02 AM, Peter Smith wrote:
>
> Gabriel, I'm sorry to say, but I must admit defeat. I'm afraid that
> the Makerbot electronics are just entirely too difficult to deal with
> for me to troubleshoot. I really can not say with any certainty where
> the problem lies. If I had to guess I would say the extruder
> controller (the board at the top) is probably shot. The thing is,
> however, I can not determine whether or not this is true.
>
> The hardware for the machine is good, as it is identical to mine, the
> Sells Mendel design. In fact, yours is a bit better, since all your
> pulleys are the machined aluminum type, and yours already has the GT2
> (2mm) belts. I'm still working on getting mine to that level. With
> that said, I think it is very likely that if you were to have the
> electronics replaced, the machine would likely work very well. The
> only hitch I can see to this is I believe your machine is set up for a
> K-type thermocouple, which current Reprap electronics do not support
> as far as I know, so that would either need to be replaced, or
> adapted. I'm CC-ing the other guys since they've all recently
> purchased and/or spec'ed out electronics and are likely knowledgable
> on the subject, if you were interested.
>
____________________________


HARDWARE
-------------------
Re: Electronics

We (John and I) are using the RAMPS1.4 board and Pololu stepper
drivers which we purchased from UltiMachine.com. The fully assembled
kit including 4 Pololu Stepper Drivers comes to $200.

[ultimachine.com]

We chose Mechanical endstops (which come with the complete kit), and
the Double Connector Z motor connection (PrintrBots, like RepRaps, use
2 Z steppers).

With that and some configuration of the Arduino Firmware to match your
stepper belts/pulleys you could again be printing.


Doing it Cheaper
-------------------------
They offer several levels of pre-assembly: if you are handy with a
soldering iron (and like that sort of thing) you can by a
lesser-assembled kit and trade some of your assembly time for a
somewhat cheaper price.

[ultimachine.com]


Note that if you buy one of the lesser-assembled kits, the Pololus may
not be included. You will need 4: (X,Y,Z and Extruder). The Pololus
can handle 2 steppers on the Z with a single Pololu without issue.

Also note that the Arduino Mega 2560 is not included. Keep this in
mind when comparing cost savings.

Cheapest from UltiMachine would be:
---------------------------------------------------------
RAMPS DIY Kit - $50 (or $65, see below)
4X Pololu Stepper Driver Kits 4 X $14 = $56
Arduino Mega 2560 $65

Assuming you need to buy an Arduino Mega, the parts price comes out to
$171 to $186, so you're paying them about $30 to do all the soldering
and have tested parts out of the box.

If you're sure you want to do more of the work yourself, you still
might consider buying a board with the SMT parts pre-installed unless
you have a VERY steady hand or a solder reflow oven. $65 vs $50
sounds like money well spent.


Re: Thermistor
The 100K thermister we use came from Hotends.com, along with the JHEAD
(beta value of 4066). The Arduino code we are using supports many
"beta" profiles as well as the ability to code up the thermister
response profile in the code, assuming such a table is available for
your machine. The Makerbot Wiki says the "default large thermister"
also has a beta value of 4066, so perhaps this is not a big risk, but
there is some risk here in customizing things.

Re: Heated Beds
The RAMPS 1.4 supports headed beds as well as a 2nd extruder.



SOFTWARE
-------------------
The software we have been using would be different that the code
you're currently used to. We use the following:

Firmware Customization/installation
----------------------------------------------------
Arduino 1.0 (only needed to flash the EEPROM on the Arduino Mega 2560
that is a part of the RAMPS (the "AM" part specifically). You may end
up doing that several times as you tweak performance, however).


Object Design/Creation
----------------------------------
Google Sketchup Pro or Sketchup with the FREE STL exporter plugin
(http://www.guitar-list.com/download-software/convert-sketchup-skp-files-dxf-or-stl)
Open SCAD
Download things from Thingiverse
(other free and commercial solutions are possible)


STL--> GCODE translation
-----------------------------------------
Slic3r


GCode Control
--------------------------
Pronterface - Python-based. You'll need a Python interpreter as well.

We are running on Windows laptops, but all these tools are supported
on Linux as well. I know Peter is using a Linux box to drive things,
but I am not sure what Software Combo he is using.

You've likely been using Skeinforge and ReplicatorG for the latter two
parts. I think those will also work with the RAMPS. The nice thing
about standards is that there are so many to choose from.

Mike C



At 09:02 AM 3/28/2012, Peter Smith wrote:
>
> Gabriel, I'm sorry to say, but I must admit defeat. I'm afraid that
> the Makerbot electronics are just entirely too difficult to deal with
> for me to troubleshoot. I really can not say with any certainty where
> the problem lies. If I had to guess I would say the extruder
> controller (the board at the top) is probably shot. The thing is,
> however, I can not determine whether or not this is true.
>
> The hardware for the machine is good, as it is identical to mine, the
> Sells Mendel design. In fact, yours is a bit better, since all your
> pulleys are the machined aluminum type, and yours already has the GT2
> (2mm) belts. I'm still working on getting mine to that level. With
> that said, I think it is very likely that if you were to have the
> electronics replaced, the machine would likely work very well. The
> only hitch I can see to this is I believe your machine is set up for a
> K-type thermocouple, which current Reprap electronics do not support
> as far as I know, so that would either need to be replaced, or
> adapted. I'm CC-ing the other guys since they've all recently
> purchased and/or spec'ed out electronics and are likely knowledgable
> on the subject, if you were interested.
>
> Sorry!
>
> Peter
>
> On Sat, Mar 10, 2012 at 11:00, Gabriel Rodriguez
> wrote:
> > Peter
> > Hope all is well. I just completed mid terms.... Uggggg
> > But free now
> >
> > Gabriel
Sorry, only registered users may post in this forum.

Click here to login