Results 1 to 6 of 6
Thread: Getting the prusa I3 on track
-
03-30-2016, 06:25 AM #1
- Join Date
- Mar 2016
- Location
- Nantes, France
- Posts
- 5
Getting the prusa I3 on track
Hello everyone!
I finally made it I bought my first 3D printer! The prusa I3 (zonestar P802) Ok... a chinese one... on a budget... but still, it's mine and I feel we are going to share a lot of adventure together. The first adventure went quite smoothly as the assembly took me 3 hours (mechanical and wiring). The second one... well, nothing happened.
Let me explain:
- Triple checking the wiring
- Making sure the power supply (PS) switch is on 220V
- Powering the PS
- Nice green led on the PS and its fan is making a cute humming
- One tiny red led is on for 2/3 seconds on the control board then goes off
- NOTHING HAPPENS (ever)
I opened a ticket on aliexpress but I think it would be wise not to just wait for them to reply... first of all because if I keep everything for myself it won't help the community (I had quite the trouble finding anything related to that on the web, yup I am a newbie in 3D printers) and second because they might just not answer with a decent delay, or with an accurate answer, or at all. So here am I, using this thread to talk about the printer, its problems and I really hope, about the related solutions.
So if you could throw directions, or advice, or whatever, I would really appreciate it!
Oh, I almost forgot... Google was not my best friend on this one. I need to learn the "3D printing community search language" to achieve anything, and meanwhile I have to start somewhere.
Thanks a lot guys!
-
03-30-2016, 07:06 AM #2
- Join Date
- Mar 2016
- Location
- Nantes, France
- Posts
- 5
Ok so I called one guy I know who have a 3D printer shop and he helped me a bit... Apparently the firmware was not uploaded to the board. And it reminded me of playing with the arduino mega board. I remember the first time I switch it on and I had the same behaviour.
I will tell you if it solved the problem.
The nice guy: http://idea3d.fr/contact/
-
03-30-2016, 11:42 AM #3
You should be uploading Marlin RCBugFix found here for the easiest path forward: https://github.com/MarlinFirmware/Marlin/tree/RCBugFix
-
03-31-2016, 02:49 AM #4
- Join Date
- Mar 2016
- Location
- Nantes, France
- Posts
- 5
Thanks a lot for you answer Roxy! Unfortunately it seems it runs with repetier...
So that what I have done:
- Getting all the files needed:
- Something called "UpdateFw_melzi.bat" that runs "avrdude.exe" using the proper COM and a file named "P802NV20.hex"
- Sanguino
- What they called "source code" which is the Repetier project
- Repetier host and server
- Arduino IDE (last version) & serial port driver (everything was already installed as I play with arduino)
- Putting the jumper to USB config on the main board
- Powering the printer, plugging it to the computer (board initializing -> red led on for 2 seconds and off, LCD screen off, cooling fan on). The computer detected it -> COM4
- Installing repetier server and host
- Trying to install/upgrade the firmware, it freezes: screenshot.jpg
- Putting Sanguino into the "hardware" folder of Arduino install
- Launching Repetier.ino
- Choosing the "sanguino W/ATMEGA 1284P 16Mhz" board
- Choosing the COM4 port
- Verifiying the code (I had a problem and I needed to put the "libraries" and "core" folder that where on the "repetier" one inside the arduino install dir, otherwise it will compile all those files which are inside a subfolder of the .ino project) -> OK
- Uploading the code -> "avrdude stk500_getsync() not in sync" error -> meaning that the board is not reachable
- I spend a lot of time correcting the problems above... Then, I was tired, I mechanically launched "repetier server" and oh surprise, my printer is here...
- Setting the printer with the proper parameters
- Starting a print:
- the 0-Z is too low and the extruder touches the bed... so the first layer remove the blue tape
- LCD screen is still off
- Result of the first print firstPrint.jpg
- The first 8mm are fine, the other layers are not attached to each other
Ok so there are a lot of things and problems... Here is a little summary:
-> 2: Why LCD screen is off and how do I put it on?
-> 4: Why the firmware installation is freezing and how to properly install my "P802NV20.hex" one?
-> 6.4: Why have I the "avrdude stk500_getsync() not in sync" error and how do I reach the board?
-> 7: Why is it possible to reach the printer using repetier host/server and impossible with cmd/arduino IDE?
-> 9.1: How can I set a Z-offset?
-> 9.4: I think the problem is because the temperature of the bed warm the first layers and not the other one and/or the printing speed is too high, is that right?
Thanks a lot again =)
-
04-19-2016, 09:24 AM #5
- Join Date
- Mar 2016
- Location
- Nantes, France
- Posts
- 5
I solved some of the problems and I am getting closer to find a proper solution for the remaining ones:
2: Why LCD screen is off and how do I put it on?
-> because it was not plug the right way (no indication about the right way) FIXED
4: Why the firmware installation is freezing and how to properly install my "P802NV20.hex" one?
-> apparently, the avrdude conf is not right, same problem as the 6.4 NOT FIXED
6.4: Why have I the "avrdude stk500_getsync() not in sync" error and how do I reach the board?
-> see point 4 NOT FIXED
7: Why is it possible to reach the printer using repetier host/server and impossible with cmd/arduino IDE?
-> not a clue... I have to understand about the differences regarding the communication protocoles between avrdude and repetier host/server NOT FIXED
9.1: How can I set a Z-offset?
-> that's not a proper problem, I have a sensor for the auto-levelling bed feature, I have to use it FIXED
9.4: I think the problem is because the temperature of the bed warm the first layers and not the other one and/or the printing speed is too high, is that right?
-> all wrong, the speed of the printing was too high. So I properly sliced and everything is perfect! FIXED
-
05-06-2016, 03:20 AM #6
- Join Date
- Mar 2016
- Location
- Nantes, France
- Posts
- 5
It appears I solved all the problems... hurray!
4: Why the firmware installation is freezing and how to properly install my "P802NV20.hex" one?
-> The problem is a compatibility with my computer. So I used another one and everything went fine... As I won't update the printer every day, I considered the problem solved.FIXED
6.4: Why have I the "avrdude stk500_getsync() not in sync" error and how do I reach the board?
-> see point 4 FIXED
7: Why is it possible to reach the printer using repetier host/server and impossible with cmd/arduino IDE?
-> see point 4 FIXED
But other ones appeared... the lack of rigidity of the overall assembly gives a big load to the motors of the Z-axis. So it was tweaks and tweaks... I am not fully satisfied but it is working so far. And also the metal bed is a pain in the a**! Not sticky without blue tape, too much with blue tape...
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help