1

Topic: How to identify a temperature sensor on a solidoodle

Recently i found a 3D printer lying around in our company warehouse.
I got it and found that the main board was bad so i bought the Ramps 1.4 kit and installed it. The X,Y and Z axis motor run good manually. I have also set them up with their single side limit switches.


Problem 1: Now since this morning i have been trying to run the extruder motor and set a temperature on it. I am using the Marlin firmware. I didnt do much changes on the configuration program until i found that i have to set a temperature sensor in the program. But this being a very old unit, i dont know what temperature sensor is in there? i tried number 8 and 5 in the configuration but no success.

Problem 2: the extruder motor wont rotate. it makes this loud noise, but dont see it rotating. I also tried altering the stepper driver potentiometer up and down but nothing changed. Not sure why isnt it rotating, maybe because it is trying to push to feed in but because of the material meting shut the gateway, dont know.

Any help will be appreciated.

Thank you.

2

Re: How to identify a temperature sensor on a solidoodle

You know there is a safety feature in Marlin that prevents extrusion if the hotend is not to the required temp? The sensor should be the EPCOS 100K Thermistor.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

3

Re: How to identify a temperature sensor on a solidoodle

Yes i tried the command M302 S0 to run the motor.
Well i found the issue with the motor. As suspected, the material was stuck in there, so i have cleared everything out.
The EPCOS 100K is number 1 in the Marlin config. I already tried that but doesnt give me accurate reading.

4

Re: How to identify a temperature sensor on a solidoodle

Here is the list:
* Temperature sensors available:
*
*    -4 : thermocouple with AD8495
*    -3 : thermocouple with MAX31855 (only for sensor 0)
*    -2 : thermocouple with MAX6675 (only for sensor 0)
*    -1 : thermocouple with AD595
*     0 : not used
*     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
*     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
*     3 : Mendel-parts thermistor (4.7k pullup)
*     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
*     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
*   501 : 100K Zonestar (Tronxy X3A) Thermistor
*     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
*     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
*    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
*     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
*     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
*    10 : 100k RS thermistor 198-961 (4.7k pullup)
*    11 : 100k beta 3950 1% thermistor (4.7k pullup)
*    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
*    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
*    15 : 100k thermistor calibration for JGAurora A5 hotend
*    20 : the PT100 circuit found in the Ultimainboard V2.x
*    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
*    66 : 4.7M High Temperature thermistor from Dyze Design
*    70 : the 100K thermistor found in the bq Hephestos 2
*    75 : 100k Generic Silicon Heat Pad with NTC 100K MGB18-104F39050L32 thermistor
*
*       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
*                              (but gives greater accuracy and more stable PID)
*    51 : 100k thermistor - EPCOS (1k pullup)
*    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
*    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
*
*  1047 : Pt1000 with 4k7 pullup
*  1010 : Pt1000 with 1k pullup (non standard)
*   147 : Pt100 with 4k7 pullup
*   110 : Pt100 with 1k pullup (non standard)

5

Re: How to identify a temperature sensor on a solidoodle

ammarqs wrote:

Here is the list:
* Temperature sensors available:
*
*    -4 : thermocouple with AD8495
*    -3 : thermocouple with MAX31855 (only for sensor 0)
*    -2 : thermocouple with MAX6675 (only for sensor 0)
*    -1 : thermocouple with AD595
*     0 : not used
*     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
*     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
*     3 : Mendel-parts thermistor (4.7k pullup)
*     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
*     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
*   501 : 100K Zonestar (Tronxy X3A) Thermistor
*     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
*     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
*    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
*     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
*     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
*    10 : 100k RS thermistor 198-961 (4.7k pullup)
*    11 : 100k beta 3950 1% thermistor (4.7k pullup)
*    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
*    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
*    15 : 100k thermistor calibration for JGAurora A5 hotend
*    20 : the PT100 circuit found in the Ultimainboard V2.x
*    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
*    66 : 4.7M High Temperature thermistor from Dyze Design
*    70 : the 100K thermistor found in the bq Hephestos 2
*    75 : 100k Generic Silicon Heat Pad with NTC 100K MGB18-104F39050L32 thermistor
*
*       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
*                              (but gives greater accuracy and more stable PID)
*    51 : 100k thermistor - EPCOS (1k pullup)
*    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
*    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
*
*  1047 : Pt1000 with 4k7 pullup
*  1010 : Pt1000 with 1k pullup (non standard)
*   147 : Pt100 with 4k7 pullup
*   110 : Pt100 with 1k pullup (non standard)


http://www.soliwiki.com/List_of_compatible_hardware

This site list all the parts and the thermistor is listed as an EPCOS 100k.

https://www.digikey.com/product-detail/ … -ND/739871

Sp what is the measurment you are getting that you think is wrong? What does it read at room temp?

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

6

Re: How to identify a temperature sensor on a solidoodle

So under config i selected "51". and this is what it shows on the software. The software shows the extruder is upto that temperature. I used a digital thermometer to check and it shows 100-110F
http://soliforum.com/i/?OaX4ggY.png

7 (edited by carl_m1968 2019-02-20 20:00:14)

Re: How to identify a temperature sensor on a solidoodle

No, it should be 1 or 6 as the pullup is a 4.7k.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

8

Re: How to identify a temperature sensor on a solidoodle

carl_m1968 wrote:

No, it should be 1 or 6 as the pullup is a 4.7k.

I already tried both, did make any difference.

9 (edited by carl_m1968 2019-02-20 20:03:46)

Re: How to identify a temperature sensor on a solidoodle

If you still get the same value even with a different pullup then your board ,wiring, or thermistor is bad. Try connecting the hotend thermistor to the bed connection on the board and see if you get the same value. Also try just having the thermistor in the air instead of mounting in the hotend. It could be shorting out due to contact with the metal hotend parts caused by one of it's leads being exposed.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

10

Re: How to identify a temperature sensor on a solidoodle

carl_m1968 wrote:

If you still get the same value even with a different pullup then your board ,wiring, or thermistor is bad. Try connecting the hotend thermistor to the bed connection on the board and see if you get the same value. Also try just having the thermistor in the air instead of mounting in the hotend. It could be shorting out due to contact with the metal hotend parts caused by one of it's leads being exposed.

Nothing is working with this. In the air, the sensor has minimum reading, as soon as i connect it and start the heater, it starts increasing drastically and within 30-45 seconds, the temp is up.

11 (edited by carl_m1968 2019-02-20 22:35:50)

Re: How to identify a temperature sensor on a solidoodle

So does the bed thermistor behave the same? Try swapping the plugs at the board and see if the problem follows the plug or stays on the same channel on the board. If it reads right when just hanging in free air then it could be shorting to part of the hotend.

That is usually indicated by a constant high or low reading thought and you said your does climb. What I am confused about is that you image show a set temp of 275 and a reading of 275 so is not really that hot? You can't measure a hot end with an IR digital thermometer. It has a to be a contact type like a cooking thermometer or a K type thermocouple connected to a DMM.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

12

Re: How to identify a temperature sensor on a solidoodle

carl_m1968 wrote:

So does the bed thermistor behave the same? Try swapping the plugs at the board and see if the problem follows the plug or stays on the same channel on the board.


This unit doesn't have a bed thermistor. It is a 120 VAC bed heater that connects separately.

13 (edited by carl_m1968 2019-02-20 23:39:55)

Re: How to identify a temperature sensor on a solidoodle

ammarqs wrote:
carl_m1968 wrote:

So does the bed thermistor behave the same? Try swapping the plugs at the board and see if the problem follows the plug or stays on the same channel on the board.


This unit doesn't have a bed thermistor. It is a 120 VAC bed heater that connects separately.

Your board should still have a bed input on it though.

We are just trying to narrow down if the issue is with the thermistor, board, or firmware.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

14

Re: How to identify a temperature sensor on a solidoodle

I guess i got it to work. You were right, the IR digital thermometer didnt work. My kitchen thermometer showed 100 when it was 200 on the software, but accidentally the head fell on my hand and YES, it was pretty hot. Lol. So i guess it is at 200 C.
Now, i tried extruding a material down the line with the stepper motor, but it gets to a point in the line and stop moving. The motor is still rotating, trying to push it in, but it wont. Maybe the head is not hot enough to melt a material?

15

Re: How to identify a temperature sensor on a solidoodle

You will need at least 220 most likely to be able to extrude. When you extrude a long line it pulls heat from the hotend. So if you are marginally too low it will simply be to low to melt.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

16

Re: How to identify a temperature sensor on a solidoodle

The nozzle was a little block so we had to clear it up.
I tried manually extruding and it work. But now another issue, that i got 2 streams coming out of the nozzle?

17

Re: How to identify a temperature sensor on a solidoodle

ammarqs wrote:

The nozzle was a little block so we had to clear it up.
I tried manually extruding and it work. But now another issue, that i got 2 streams coming out of the nozzle?

Then you still have some sort of blockage. Clear it out completely.

SD4 #1 & #2 - Lawsy carriages, E3D v6, Rumba controller board, mirror bed plate, X motor fan, upgraded PSU & Mica bed heater
SD4 #3 - in the works ~ Folgertech FT-5, rev 1
Printit Industries Beta Tester - Horizon H1

18

Re: How to identify a temperature sensor on a solidoodle

OK so here is the update.
I cleared the nozzle, blocked it again, and tried clearing it out but not without breaking the tip. Lol.
So i ordered a pack of nozzles and heat tape to fix the sensor on there. Things look good now, ohh but wait, how it can be that simple, not for me.
The extruder motor runs fine when in manual mode, its calibrated and is perfect. But when i do the slicer and run it on automatic, it wont run. nothing happens. all other axis do what they are supposed to do, but the extruder wont run.

After slizing, here is the G-code. I added the M82 under configuration but nothing changed.

http://soliforum.com/i/?4t1CatI.png

19

Re: How to identify a temperature sensor on a solidoodle

ammarqs wrote:

OK so here is the update.
I cleared the nozzle, blocked it again, and tried clearing it out but not without breaking the tip. Lol.
So i ordered a pack of nozzles and heat tape to fix the sensor on there. Things look good now, ohh but wait, how it can be that simple, not for me.
The extruder motor runs fine when in manual mode, its calibrated and is perfect. But when i do the slicer and run it on automatic, it wont run. nothing happens. all other axis do what they are supposed to do, but the extruder wont run.

After slizing, here is the G-code. I added the M82 under configuration but nothing changed.

http://soliforum.com/i/?4t1CatI.png


There are no commands to heat the extruder in that gcode if that is the complete beginning. So all you are doing is grinding filament. you either don't have an extruder listed in your Host or you removed it during an edit.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

20

Re: How to identify a temperature sensor on a solidoodle

i downloaded the latest version of repetier and has the same problem.
how do i list the extruder in my host ? I thought these setting should be pre-defined.

21

Re: How to identify a temperature sensor on a solidoodle

ammarqs wrote:

i downloaded the latest version of repetier and has the same problem.
how do i list the extruder in my host ? I thought these setting should be pre-defined.

Click Configuration at the top. The click printer. The click extruders. Make number of extruders is set to 1.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

22

Re: How to identify a temperature sensor on a solidoodle

Been there. Done that.. this was pre-defined. I didnt have to change anything..

23

Re: How to identify a temperature sensor on a solidoodle

Thats the printer settings. Still no progress.

http://soliforum.com/i/?E5CNzox.png

24

Re: How to identify a temperature sensor on a solidoodle

ammarqs wrote:

Thats the printer settings. Still no progress.

http://soliforum.com/i/?E5CNzox.png

What are your slicer settings?

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

25

Re: How to identify a temperature sensor on a solidoodle

Ok so this happened. I calibrated my Z so that its paper distance away from the nozzle.

http://soliforum.com/i/?GGAfORb.jpg