Jump to content

NEWBEE question


jack separovic

Recommended Posts

Octopus 1.1 .

i would like to  : use the unused themistor to do a chamber /electronics temp monitor and activate multiple  fans based on temp set ,rather than all the time.

i.e min temp  65c 

am runing "CAN"  so the extruder themistor on the board is not used ,or is it .or is there a better way .

same with chamber temp where is that physicly plugged into on board .

and can any one point me into how that is written in printer.cfg or as a macro .or you tube 

 

 

Link to comment
Share on other sites

Since heat rises, and therefore the top of a heated enclosure will be somewhat hotter than the bottom, wouldn't a better thermistor location be somewhere in the middle?   I'll be dealing with this same issue when it's time to build my enclosure as well, so it's something I'd be interested in knowing.  My impression is that sampling the chamber temperature at the level of the print head would be optimal... or I could go overboard and sample top, middle, and bottom and use the average as the temperature figure.  No criticism, just speculation!

  • Like 1
Link to comment
Share on other sites

Just now, kharrisma said:

Since heat rises, and therefore the top of a heated enclosure will be somewhat hotter than the bottom, wouldn't a better thermistor location be somewhere in the middle?   

The middle would probably give you a more accurate reading, but how much difference would there be. I had a CPAP fan that moved the air around quite a bit. The part cooling fan might also provide enough air movement.

Here's my v2.4 temperature readings

image.png.7e478a5b2393290d2a25b25adfb3fd23.png

Here is what I have for my BTT Pi2 and my BTT CB1 (just change the text to suit).

[temperature_sensor BTT_Pi2]
sensor_type: temperature_host
min_temp: 10
max_temp: 100

For the Chamber temp

[temperature_sensor chamber]
sensor_type: Generic 3950 change this to suit
sensor_pin: PC5 change this to suit
min_temp: 0
max_temp: 100
gcode_id: C

Link to comment
Share on other sites

I just added a thermistor in the middle height wise that is ran directly from the octopus. 
Works great for me and you don’t have to wonder if the Extruder or hotend is affecting actual temp readings.  I printed a little extrusion mount for the thermistor type I have and it snaps right in place.  You can move it around to find the best placement easily as well.

 

[temperature_sensor chamber]
sensor_type: NTC 100K beta 3950 your thermistor 
sensor_pin: your pin location
min_temp: 10
max_temp: 100
gcode_id: C

 

Edited by Jerazmus
Link to comment
Share on other sites

This is the section of printer.cfg with the sensors and fans.

 

[temperature_sensor CB2]
sensor_type: temperature_host

[temperature_sensor M8P]
sensor_type: temperature_mcu
sensor_mcu: mcu

[temperature_fan CB2_fan]
#[temperature_fan SoC_fan]
pin: PF9
#pin: RPI: gpio26
kick_start_time: 0.8
off_below: 0.8
max_power: 1.0
sensor_type: temperature_host
control: pid
min_temp: 0
max_temp: 100
pid_kp: 1.0
pid_ki: 0.5
pid_kd: 2.0
min_speed: 0.0
max_speed: 0.8
target_temp: 65

[temperature_sensor chamber]
sensor_type: Generic 3950
sensor_pin: PC5
min_temp: 0
max_temp: 100
gcode_id: C

The CB2_fan is not a duplicate, it turns the CB2 cooling fan on and off (I think).

 

Link to comment
Share on other sites

12 hours ago, TitusADuxass said:

I have a thermistor peeking through a hole in the rear panel, it reports the temperature at the top of the enclosure and is plugged in to the mainboard (M8P).

You could use the vacant hotend slot.

I can give you the config when I get home this afternoon.

Yes please ,and what sort of thermistor are you using ?

Link to comment
Share on other sites

On 8/14/2025 at 3:58 AM, jack separovic said:

am runing "CAN"  so the extruder themistor on the board is not used ,or is it .or is there a better way .

As far as I'm aware, there is no setup, CAN or wired, where the hotend thermistor isn't used. I assume that you mean you have a spare port on your CAN board. I don't know which CAN board you have but the Mellow 2040 V2 has a built in chamber thermistor right on the board. 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...