screen says def?
-
- Printmaster!
- Posts: 40
- Joined: Wed Aug 22, 2012 11:48 pm
screen says def?
So I printed out a cup holder last night and woke up this morning and it was done. But now the printer wont print and when I restart the printer the screen says what temps the bed and nozzle are for about 2 seconds. The bed says 20 and the head says -18 then after 2 seconds the numbers go away and the word def appears. What is the issue and how does one go about fixing it.
Re: screen says def?
it does that when you have lost connection to your thermistor....
http://www.youtube.com/user/aonemarine" onclick="window.open(this.href);return false;
Lost pla castings? see me
Lost pla castings? see me
Re: screen says def?
The issue is that the firmware can not read the thermistors. This happens because of a software config issue, defective thermistors, a bad port/s on the RAMBo board or a bad connection or short of the thermistors. My bet is on the third reason. Check your connectors on the Rambo board (but be careful, they are EASY to short - I've had to have 3 boards repaired because of my impatience). Also check that the wires coming out of the hot end are not shorted.
An easy way to diagnose...
In Arduino in the Configuration.h file, change this:
#define HAVE_HEATED_BED true
to
#define HAVE_HEATED_BED false
Then recompile and upload. This will disable the heated bed and allow you to focus on the issue if its with the hot end thermistor (which it likely is). Once you have temp working for the hot end, re-enable the bed and it will probably work too. If not, debug it.
An easy way to diagnose...
In Arduino in the Configuration.h file, change this:
#define HAVE_HEATED_BED true
to
#define HAVE_HEATED_BED false
Then recompile and upload. This will disable the heated bed and allow you to focus on the issue if its with the hot end thermistor (which it likely is). Once you have temp working for the hot end, re-enable the bed and it will probably work too. If not, debug it.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler