Re: Folger Prusa i3 Kit from ebay November 20, 2014 09:52AM |
Registered: 9 years ago Posts: 110 |
#define DEFAULT_AXIS_STEPS_PER_UNIT {79.7, 80.3, 4030, 101} // default steps per unit for Ultimaker
Re: Folger Prusa i3 Kit from ebay November 20, 2014 08:21PM |
Registered: 9 years ago Posts: 134 |
Re: Folger Prusa i3 Kit from ebay November 20, 2014 09:05PM |
Registered: 12 years ago Posts: 76 |
Re: Folger Prusa i3 Kit from ebay November 20, 2014 10:28PM |
Registered: 9 years ago Posts: 110 |
Quote
Gannicus
Anyone want to buy a completely built Prusa I3?
Apparently, I'm an effing retard.
I've spent now...4 nights...about 15 hours with a COMPLETED printer, and can't print a god damn thing.
I've tried Pronterface, Cura, and Simplify3D (that name is a total lie by the way) and they all do the same thing.
First, I've got my heated bed leveled, so that at every corner, the hotend nozzle is a paper thickness away.
Every one of those software don't seem to behave properly. By the time everything gets up to temp, and it goes to print, it does nothing, but starts cooling down the bed and nozzle. That's infuriating, especially where there is no good reason.
The COUPLE times I've got it to go through the paces of the Gcode, the printer decides it's going to lift off my Z home, 5mm and just spews melted abs everywhere.
I about to take a sledge to this GD thing.
; generated by Slic3r 1.0.0RC2 on 2014-11-20 at 14:28:25 ; layer_height = 0.3 ; perimeters = 3 ; top_solid_layers = 3 ; bottom_solid_layers = 3 ; fill_density = 0.4 ; perimeter_speed = 30 ; infill_speed = 60 ; travel_speed = 130 ; nozzle_diameter = 0.4 ; filament_diameter = 1.75 ; extrusion_multiplier = 1 ; perimeters extrusion width = 0.40mm ; infill extrusion width = 0.42mm ; solid infill extrusion width = 0.42mm ; top infill extrusion width = 0.42mm ; first layer extrusion width = 0.70mm
G21 ; set units to millimeters M107 M190 S105 ; wait for bed temperature to be reached M104 S225 ; set temperature G28 ; home all axes
G1 Z5 F5000 ; lift nozzle M109 S225 ; wait for temperature to be reached G90 ; use absolute coordinates G92 E0 M82 ; use absolute distances for extrusion G1 F1800.000 E-1.00000 G92 E0 G1 Z0.350 F7800.000 G1 X73.310 Y71.310 F7800.000
Re: Folger Prusa i3 Kit from ebay November 20, 2014 10:42PM |
Registered: 9 years ago Posts: 134 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 12:47AM |
Registered: 10 years ago Posts: 477 |
Quote
Gannicus
Thanks guys...I've calmed myself...and will really crack down on this this weekend to get it running once and for all.
I just wish there was some way to really pick your brains. A web forum takes too long to get replies etc. LOL
I know the issue now is that I don't know how to use the software. I know that.
It's all software issues at this point. I don't get why all four of those programs turn the heat to the bed and nozzle off when the temps are reached, instead of printing like it's supposed to either.
It's maddening.
Re: Folger Prusa i3 Kit from ebay November 21, 2014 04:40AM |
Registered: 9 years ago Posts: 1,011 |
Only 15 hours ? it's half the way Up to 60 hours I'm still refining to get better prints ! For slicer, go to page 11 and download waltermixx's Slic3r_config_bundle.ini it's a good start point. It things goes once again wrong, there's still something to fix on the machine or electronics.Quote
Gannicus
I've spent now...4 nights...about 15 hours with a COMPLETED printer, and can't print a god damn thing.
Re: Folger Prusa i3 Kit from ebay November 21, 2014 07:39AM |
Registered: 12 years ago Posts: 18 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 08:58AM |
Registered: 9 years ago Posts: 110 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 10:12AM |
Registered: 9 years ago Posts: 1,011 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 03:37PM |
Registered: 11 years ago Posts: 136 |
Quote
Gannicus
Thanks guys...I've calmed myself...and will really crack down on this this weekend to get it running once and for all.
I just wish there was some way to really pick your brains. A web forum takes too long to get replies etc. LOL
I know the issue now is that I don't know how to use the software. I know that.
It's all software issues at this point. I don't get why all four of those programs turn the heat to the bed and nozzle off when the temps are reached, instead of printing like it's supposed to either.
It's maddening.
Re: Folger Prusa i3 Kit from ebay November 21, 2014 05:04PM |
Registered: 10 years ago Posts: 208 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 06:02PM |
Registered: 9 years ago Posts: 134 |
Quote
louspinuso
Quote
Gannicus
Anyone want to buy a completely built Prusa I3?
Apparently, I'm an effing retard.
I've spent now...4 nights...about 15 hours with a COMPLETED printer, and can't print a god damn thing.
I've tried Pronterface, Cura, and Simplify3D (that name is a total lie by the way) and they all do the same thing.
First, I've got my heated bed leveled, so that at every corner, the hotend nozzle is a paper thickness away.
Every one of those software don't seem to behave properly. By the time everything gets up to temp, and it goes to print, it does nothing, but starts cooling down the bed and nozzle. That's infuriating, especially where there is no good reason.
The COUPLE times I've got it to go through the paces of the Gcode, the printer decides it's going to lift off my Z home, 5mm and just spews melted abs everywhere.
I about to take a sledge to this GD thing.
There are a few things to try.
In Slic3r, under print settings, then select "Layers and Perimeters" on the left, there is a "Layer Height" and a "First Layer Height". Make sure that Layer height is .3 and First Layer Height is .35 (note the decimal at the front of that number).
After you've verified this setting and then saved using the little disk icon, re-slice your object.
Next open gcode file that gets created. You'll see a bunch of lines at the top that have ; in front of them, those are comments just so you know what it's going to do. The actual code is below that. Here are the first 32 lines in one of my objects:
; generated by Slic3r 1.0.0RC2 on 2014-11-20 at 14:28:25 ; layer_height = 0.3 ; perimeters = 3 ; top_solid_layers = 3 ; bottom_solid_layers = 3 ; fill_density = 0.4 ; perimeter_speed = 30 ; infill_speed = 60 ; travel_speed = 130 ; nozzle_diameter = 0.4 ; filament_diameter = 1.75 ; extrusion_multiplier = 1 ; perimeters extrusion width = 0.40mm ; infill extrusion width = 0.42mm ; solid infill extrusion width = 0.42mm ; top infill extrusion width = 0.42mm ; first layer extrusion width = 0.70mm
Now, those first few lines tell the person reading the file that it will be using a .3 layer height and a 40% fill density along with my filament diameter, number of extruders and the speed with which the printer will print. Read these and make sure that the settings are what you expect them to be based on what you set in your slicing program
G21 ; set units to millimeters M107 M190 S105 ; wait for bed temperature to be reached M104 S225 ; set temperature G28 ; home all axes
These are the first lines of actual directions sent to the printer that the printer reads. Everything after the ; is a comment to let you know what that line will be doing. The only line there that is not documented is "M107" which is turn off fan (this code should technically be replaced with "M106 S0" but whatever)
G1 Z5 F5000 ; lift nozzle M109 S225 ; wait for temperature to be reached G90 ; use absolute coordinates G92 E0 M82 ; use absolute distances for extrusion G1 F1800.000 E-1.00000 G92 E0 G1 Z0.350 F7800.000 G1 X73.310 Y71.310 F7800.000
You'll note that the very next line in the code tells my z axis to lift to 5 millimeters (G1 Z5 F5000). I suspect that you're seeing the same thing in your code.
After this the extruder temperature is set and it waits for that to be reached.
Once the extruder temperature is reached it sets the printer to use all points specified from now on to be absolute
Next it Extrudes 0 (a Google search implies that this may be related to fixing retraction)
Next it will use absolute distances for the extrusion
Next, it will extrud -1 mm at 1800 mm/min
Next it again extrudes 0 (before and after the retraction)
and then it moves the Z axis to 0.350 level (the height of the first layer)
and then it starts moving the extruder all over the place to do it's thing
There's a good bit of documentation over at [reprap.org] and if you want to post the first 40 or so lines of your gcode I will try to take a look at it and see if I can't figure out why it's not coming back down to the right layer height after starting.
Oh, one other thing, make sure that there isn't a setting to use "relative" coordinates. Some people like them, but if you use relative coordinates (instead of absolute) and you forget to move the z axis -4.65 before starting to print, you'll just start printing in the middle of the air (since you've moved to 5 mm and then next move will just move it another 0.35 up as opposed to moving it to a height of 0.35)
Hope this helps. And if you were nearby I'd come take a look at what you have to see if I can help but I think I'm the only person for 30 miles that knows what a 3D printer is so I doubt you're even remotely close.
; generated by Slic3r 1.0.0RC2 on 2014-11-20 at 19:29:47
; layer_height = 0.3
; perimeters = 3
; top_solid_layers = 3
; bottom_solid_layers = 3
; fill_density = 0.4
; perimeter_speed = 30
; infill_speed = 60
; travel_speed = 130
; nozzle_diameter = 0.4
; filament_diameter = 1.75
; extrusion_multiplier = 1
; perimeters extrusion width = 0.40mm
; infill extrusion width = 0.42mm
; solid infill extrusion width = 0.42mm
; top infill extrusion width = 0.42mm
; first layer extrusion width = 0.70mm
G21 ; set units to millimeters
M107
M104 S225 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
M109 S225 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F1800.000 E-1.00000
G92 E0
G1 Z0.350 F7800.000
G92 E0
M107
M104 S0 ; turn off temperature
G28 X0 ; home X axissub()[/sub]
M84 ; disable motors
; filament used = 58.9mm (0.4cm3)
Re: Folger Prusa i3 Kit from ebay November 21, 2014 07:11PM |
Registered: 9 years ago Posts: 134 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 07:25PM |
Registered: 9 years ago Posts: 110 |
Quote
Gannicus
Thanks! Here is my code for the thin walled test box.
; generated by Slic3r 1.0.0RC2 on 2014-11-20 at 19:29:47 ; layer_height = 0.3 ; perimeters = 3 ; top_solid_layers = 3 ; bottom_solid_layers = 3 ; fill_density = 0.4 ; perimeter_speed = 30 ; infill_speed = 60 ; travel_speed = 130 ; nozzle_diameter = 0.4 ; filament_diameter = 1.75 ; extrusion_multiplier = 1 ; perimeters extrusion width = 0.40mm ; infill extrusion width = 0.42mm ; solid infill extrusion width = 0.42mm ; top infill extrusion width = 0.42mm ; first layer extrusion width = 0.70mm G21 ; set units to millimeters M107 M104 S225 ; set temperature G28 ; home all axes G1 Z5 F5000 ; lift nozzle M109 S225 ; wait for temperature to be reached G90 ; use absolute coordinates G92 E0 M82 ; use absolute distances for extrusion G1 F1800.000 E-1.00000 G92 E0 G1 Z0.350 F7800.000G92 E0 M107 M104 S0 ; turn off temperature G28 X0 ; home X axissub()[/sub] M84 ; disable motors ; filament used = 58.9mm (0.4cm3)
Seems to me it's exactly as yours...But it goes up the 5mm, and never comes back down.
Re: Folger Prusa i3 Kit from ebay November 21, 2014 07:37PM |
Registered: 9 years ago Posts: 110 |
Quote
Gannicus
Got it all figured out. I just deleted the "G1 Z5 F5000 ; lift nozzle" from the gcode.
However...my issue is that it isn't laying down enough to stick. It goes to the center to begin printing, and nothing comes out till it's halfway through the first couple outlines.
By that time, it's too late. It comes out super slow, and too thin I feel to stick to the bed.
I'm using dooms101 configuration.h...which everyone says works amazing...but I can't get anything but black strings.
Re: Folger Prusa i3 Kit from ebay November 21, 2014 07:51PM |
Registered: 10 years ago Posts: 208 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 08:23PM |
Registered: 11 years ago Posts: 136 |
M109 S225 ; wait for temperature to be reached G90 ; use absolute coordinates G92 E0 M82 ; use absolute distances for extrusion
G1 Z0.1 F3600 G92 E0 G1 E20 F150 G92 E0
Re: Folger Prusa i3 Kit from ebay November 21, 2014 09:20PM |
Registered: 9 years ago Posts: 134 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 09:23PM |
Registered: 9 years ago Posts: 134 |
Quote
isonoob
Gannicus,
If your nozzle is not going down, your z limit switch may not be configured properly, i havent read the whole thread, so I'm not sure what state your printer is in, but if you move the Z-Axis up manually 10mm and then tell it to home and it doesnt move, your Z endstop may be giving out a "TRIGGERED" command. Send in an M119 command to check the status of your endstops. They should all be open until you press them in. When you press the limit switch and send in M119, you should see TRIGGERED on the axis' endstop you're pressing on.
If the print is not extruding until part way in, it means your hot end is not primed. Most likely at the end of the previous print or last time you heated it up, plastic oozed out as the hot end was cooling down, causing a gap between the filament and the tip of the nozzle.
M109 S225 ; wait for temperature to be reached G90 ; use absolute coordinates G92 E0 M82 ; use absolute distances for extrusion
After the M82 you want to put a "prime" script in for example:
G1 Z0.1 F3600 G92 E0 G1 E20 F150 G92 E0
This will extrude 20mm of filament in the corner of your bed where you home, making sure there is filament ready when you start printing.
Re: Folger Prusa i3 Kit from ebay November 21, 2014 09:31PM |
Registered: 9 years ago Posts: 110 |
Re: Folger Prusa i3 Kit from ebay November 21, 2014 09:40PM |
Registered: 9 years ago Posts: 7 |
Quote
Gannicus
How do you do the skirt??
Here is a video of where I'm currently at.
Seems like the ABS coming out isn't as thick or liquid as other videos I've seen. It's pretty much dry and hard looking as soon as it comes out the nozzle. I'm running it at 235c. As you can see, I don't get any filament till a minute into the print, and which point, it's too late.
My heat bed settings are only 85c, it doesn't seem to want to go up to 100. And the 85c takes FOREVER to get to.
[youtu.be]
Re: Folger Prusa i3 Kit from ebay November 21, 2014 09:54PM |
Registered: 9 years ago Posts: 110 |
Re: Folger Prusa i3 Kit from ebay November 22, 2014 08:30AM |
Registered: 9 years ago Posts: 134 |
Re: Folger Prusa i3 Kit from ebay November 22, 2014 08:39AM |
Registered: 9 years ago Posts: 12 |
Re: Folger Prusa i3 Kit from ebay November 22, 2014 09:33AM |
Registered: 10 years ago Posts: 208 |
Re: Folger Prusa i3 Kit from ebay November 22, 2014 11:00AM |
Registered: 9 years ago Posts: 45 |
Quote
Waltermixx
Oddly enough i find that the heated bed heats quicker and consistently when the bed is pushed forward all the way on the Y axis (away from the frame).
Not sure why, but it seems to work better... give it a try and see if you have better heating results for your bed...
my Y-axis min. endstop is at the front of my Prusa, so it starts off in that position.... i just noticed that if i manually start to heat the bed,
it does the same thing you discribe, unless the bed is all the way forward... odd but true with me.
Re: Folger Prusa i3 Kit from ebay November 22, 2014 12:16PM |
Registered: 11 years ago Posts: 136 |
Re: Folger Prusa i3 Kit from ebay November 22, 2014 01:02PM |
Registered: 9 years ago Posts: 110 |
Quote
konto89
Hello guys,
I also had an issue with the heatbed, when it reached 95 degrees it would take 5 minutes to increase by one degree!!!
So I used a sheet of the foamy stuff that you wrap fragile things to insulate the bottom of the bed and when I heat the bed for a print I cover the top with a piece of cardboard!!!
I remove it when it reaches temperature just before the print.
It really helps and it does not heats up the rest of the printer!
Hope it helps!
Re: Folger Prusa i3 Kit from ebay November 22, 2014 03:04PM |
Registered: 9 years ago Posts: 110 |