I actually need help and you all keep deleting my posts September 16, 2014 02:07PM |
Registered: 10 years ago Posts: 20 |
Re: I actually need help and you all keep deleting my posts September 16, 2014 02:30PM |
Registered: 14 years ago Posts: 195 |
Re: I actually need help and you all keep deleting my posts September 16, 2014 02:41PM |
Registered: 10 years ago Posts: 20 |
Quote
CdnReprap
What OS is your PC?
What electronics are you using? arduino model?.....
Re: I actually need help and you all keep deleting my posts September 17, 2014 05:25PM |
Registered: 10 years ago Posts: 581 |
Re: I actually need help and you all keep deleting my posts September 18, 2014 07:52AM |
Registered: 10 years ago Posts: 20 |
Re: I actually need help and you all keep deleting my posts September 18, 2014 08:41AM |
Registered: 10 years ago Posts: 9 |
Re: I actually need help and you all keep deleting my posts September 18, 2014 09:32AM |
Registered: 11 years ago Posts: 88 |
Re: I actually need help and you all keep deleting my posts September 18, 2014 10:16AM |
Registered: 10 years ago Posts: 20 |
Re: I actually need help and you all keep deleting my posts September 18, 2014 10:34AM |
Registered: 10 years ago Posts: 581 |
Re: I actually need help and you all keep deleting my posts September 18, 2014 11:10AM |
Registered: 10 years ago Posts: 20 |
Quote
3dkarma
OK - Gen6 electronics. That narrows things down a bit. Pronterface and RepetierHost should both be able to talk to it.
Did you load the Marlin firmware on it yourself? If not, and if neither Pronterface nor RH are talking to it, then the chances are that no-one has loaded the firmware onto it. I'd get in touch with the supplier to make sure.
If Marlin has not been loaded onto the board, then you can do it yourself. There is a video tutorial here (youtube.com). Take a look at it, get in touch with your supplier to see what they have to say and let us know how you get on.
Please note that you will need to configure Marlin before it is loaded onto your board. You should be able to get the correct settings from your supplier. If not, get back to us with a link to the kit you purchased and we may be able to get you to the next step.
Re: I actually need help and you all keep deleting my posts September 18, 2014 09:05PM |
Registered: 12 years ago Posts: 313 |
Re: I actually need help and you all keep deleting my posts September 26, 2014 12:08PM |
Registered: 10 years ago Posts: 20 |
Quote
3dkarma
OK - Gen6 electronics. That narrows things down a bit. Pronterface and RepetierHost should both be able to talk to it.
Did you load the Marlin firmware on it yourself? If not, and if neither Pronterface nor RH are talking to it, then the chances are that no-one has loaded the firmware onto it. I'd get in touch with the supplier to make sure.
If Marlin has not been loaded onto the board, then you can do it yourself. There is a video tutorial here (youtube.com). Take a look at it, get in touch with your supplier to see what they have to say and let us know how you get on.
Please note that you will need to configure Marlin before it is loaded onto your board. You should be able to get the correct settings from your supplier. If not, get back to us with a link to the kit you purchased and we may be able to get you to the next step.
Re: I actually need help and you all keep deleting my posts September 26, 2014 12:28PM |
Registered: 13 years ago Posts: 1,466 |
Re: I actually need help and you all keep deleting my posts September 27, 2014 06:24AM |
Registered: 10 years ago Posts: 20 |
Quote
leadinglights
Although I built a couple of Generation 6 boards for my first printers and even quite liked them, I think you would be better served by getting a RAMPS and Arduino Mega. The reason for this is that it is a nightmare suitable only for those with a knowledge and programmer for programming Atmel microcontrollers. When you have got it working, it still has no control for the bed heating.
Mike
Re: I actually need help and you all keep deleting my posts September 28, 2014 07:00AM |
Registered: 14 years ago Posts: 7,616 |
Quote
leadinglights
The reason for this is that it is a nightmare suitable only for those with a knowledge and programmer for programming Atmel microcontrollers.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: I actually need help and you all keep deleting my posts September 29, 2014 08:08AM |
Registered: 10 years ago Posts: 20 |
Quote
Traumflug
Quote
leadinglights
The reason for this is that it is a nightmare suitable only for those with a knowledge and programmer for programming Atmel microcontrollers.
Programming an ATmega isn't exactly a nightmare. And there are Gen6s which do support a heated bed. Else you can always hook something like a SevenSwitch up to one of the available pins -- if you actually have a heated bed.
To my experience, insisting on using Arduino IDE, the graphical user interface, is what makes uploading a bootloader something like a nightmare. Doing the same from the command line is much easier. And it has to ge figured only once, after than you can upload firmwares with the IDE.
There are instructions for Arduino and for Gen7. Both apply to a Gen6 as well: [arduino.cc] and [reprap.org]
Re: I actually need help and you all keep deleting my posts September 29, 2014 01:10PM |
Registered: 13 years ago Posts: 1,466 |
Re: I actually need help and you all keep deleting my posts September 29, 2014 02:58PM |
Registered: 11 years ago Posts: 125 |
Re: I actually need help and you all keep deleting my posts September 30, 2014 07:15AM |
Registered: 14 years ago Posts: 7,616 |
Quote
leadinglights
The first thing was that it didn't have a bootloader - a small piece of software on the Atmel chip that allows actual running software like Marlin or Repetier firmware to run. In order to program this you needed a programmer;
Quote
leadinglights
athough these are cheap and readily available, each one has it's own peculiarities.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |