E0 Temp ?
all seems to be working except the heater...
I have a 24v heater e0 when I turn on the heater say to 200 the led go's on, on the ramps and I set the temp is set to 200 on the lcd screen and also the temp shows it's raising up to 200 and that it reached 200 and is holding.
The problem is it doesn't seem to get hot it may go up a few C%'s but not much I have a temp sensor I point at the hot end and its still only showing around 30%c ...
I tested the voltage to the heater from the ramps and its putting out 23.5 should be plenty to heat up...
I don't understand why, the temp resistor reading is sending back a rise in temp up to the 200 on the lcd screen when the heater doesn't seem to be heating up much I can touch the wire about an inch from the hot end and not get burned.
any suggestions
Thanks gary
Comments
Try only testing the sensor. When cold put it in your hands to get it to 33°C you should see that in lcd. If it shows 200°C the sensor type or measurement circuit is wrong. If it doe snot move at all you have another selected that gets the power as well.
can't figure that part out I point my digital thermometer at the hot end and its highest reading was around 55%c
I tested the digital thermometer at the oven and it went right up to 260 so I assume it wasn't that
if I took a piece of the pla and touched the hot end tip it would start to melt but not like it should so I assume it is getting hotter that 30 to 50 just don't know why the digital thermometer is not picking up anything higher that the 50's... and that's not the tip it reads the slightly higher temps in middle of the hot end and I don't think I should be able to touch it an inch from were the wires go into the tip..
Gary
This cannot work because of emissivity of metal surfaces. refer :
https://en.wikipedia.org/wiki/Emissivity
I thought that might be the problem...
So what do you do to check if the temp match's what the sensor is reading ?.
Thanks gary
i took calibrated thermocouple and removed the nozzle to measure inside the heater block.
absolute nonsens. why?
the filament temperature will never be the same, it usually is not long enough in the heater to reach heaters temperature( depending on printing speed, layer height, nozzle size etc...)
it just heats up, you never know exact temperature.
The temperature reading is just something "over the thumb" so at the end you have to find the setting for
your filament on your printer.
new problem dried pid audotune set at s200 the hotend reached around 80 stays there for a min or so then error's out
when I try to heat it normal it reaches 60 and errors out and takes a long time to reach the 60..
Any suggestions tried two different thermos's
Thanks gary
I got the hot end heating up ok now.. heated to 180 and held ok..
Now I can't get past 45 on the hotbed so guess I will keep plugging away at it.
Thanks gary
Can't seem to get things going correct..
I calibrated the print bed z center and a b c corners are all good
When i print its way off the printer moves to what it thinks is at 5.0 above bed after the heaters have heated but it is only half way down to bed..
when print starts hot end heater all ways errors and i get def and shuts off the hot bed stays ok
then it starts printing but at half way down to bed so just printing up in the air.
i used slic3 and repetier host...
any suggestions as to why it calibrates ok i can do a z0 and be to the paper on the bed
but when i do a print it thinks the z is half the length.
Thanks gary
Then check G28 G0 Z0 is at the bottom.
If both is the case printer configuration is correct and I would start checking the start gcode if it has for example a G92 Zx from previous configurations that can cause offsets and whcih Z coordinates are used. There should be a G0 Z0.2 or something like that before the first print move in gcode.
Check also isolation of hot end sensor. if it defs on moves it might be a broken sensor cable that sometime has contact or 2 free parts that get into contact. Both are typical pattern for heater works when still and not while moving around.
I have just noticed when i send a g28 to home when i looked at the lcd
it shows that z is 901 not sure why i have the z length set at 313.00 one it hits the home z changes to 313
and if i do a g1 z0 it stops paper thin from the bed..
and getting other strange results when sending a g code file seems when its gets the g28 to home it go's to home in segments moves say 25.0 stops moves again keeps doing it till it reaches home..
and i do have zmin enabled i have the probe setup zmin pin
the more i mess with this I'm starting to think i have a bad ramps board..
I had to use E1 for extruder couldn't get E0 to work with motor..
Thanks gary
What kind of printer do you have? Cartesian or delta? Deltas reduce moves into submoves and depending on planner state it could not optimize full move so it slows down mid move. Does not happen in full print when buffers are full as it then has enough time for planning (except you configured it wrong to use more then 100% cpu time, then anything is possible).
But even on due you will see speed changes mid move when buffers are not full, especially first moves and homing. So that would be ok.