First Layer Way Too High / Extrusion is off?
-
So after deleting M201, M203, M204, M205, M220, M221 from the "Start G-Code" section of the printer settings within Cura, the status quo has changed a little bit.
I also manually leveled the bed with the bed heater set at 50 C and 200 C for the nozzle.
-
@tmeryhew said in First Layer Way Too High:
Would it be pulling the Start / Stop gcode from this Preferences menu for what I have called "New Style" printer?
Yes.
If you're still printing too high, you need to change either the position of the Z axis endstop switch so that the nozzle is just touching the bed when it stops, or set the actual distance between the nozzle and the bed in the homeall.g file.
G1 H1 Z-305 F360 ; move Z down stopping at the endstop G90 ; absolute positioning G92 Z0 ; set Z position to axis minimum (you may want to adjust this)
G92 Z0 could be changed to whatever the gap is between the bed and the nozzle. So if the nozzle is 1mm above the bed when the endstop switch is triggered, you'd use G92 Z1.
Getting the bed nice and level will be the first thing. Beyond that you would need to use mesh compensation with a Z probe to measure multiple points on the surface of the bed to be able to adjust for a curved bed or other imperfections.
-
So I believe I may have solved the issue of the extruder being too high off the bed, maybe. As soon as I can I will instal a Z probe as it seems that’s the best way to go.
But check out my pictures below, what would cause my test prints to come out like this?
-
If that's the bottom layer, likely over extrusion, either from being too close to the bed or extruding too much plastic.
Maybe give this a read.
https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+4:+Calibration/40
-
I added some more pictures to that post. I didn’t think you’d get to a response so quick!
So are you saying I should go through and calibrate extruder steps per mm? Step 5 on that link you sent me?
Also, since you seem to have so many answers to my questions, what do I need to do to turn on the part cooling fan (fan 0)? That seems to not be turning on automatically, even though I can go in and turn it on with the G-code commands.
-
Holy crap, I did that test and this sucker pumped out 395mm of filament when I ran the "G1 E100 F60" code in the console....
-
@tmeryhew said in First Layer Way Too High / Extrusion is off?:
Holy crap, I did that test and this sucker pumped out 395mm of filament when I ran the "G1 E100 F60" code in the console....
Sounds about right based on those photos.
-
@tmeryhew said in First Layer Way Too High / Extrusion is off?:
; Fans
M950 F0 C"fan0" Q20 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0.9 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q20 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S0 H1 T45 ; set fan 1 value. Thermostatic control is turned onFor the fan problem, are you use 20Hz works for the fans you have?
-
@Phaedrux I honestly have no idea if 20 hz works for them or not. I was afraid of blowing them up, so I went on the super low end for that.
I went with the default number on the mA for the motors also. I believe each of my four steppers are rated at 1.5A. And I kept it at the default 800mA that was auto populated by the config tool.
As for the fans, both are set to 20 hz and the extruder fan comes on no problem so far. But the part cooling fan hasn't come on at all yet.
-
Try 500Hz for the fans. That's the default. Valid values go up beyond 30000, so you'll be fine.
For the motors, the ideal current is ~60 to 85% of the rated current for the motor.