[request] Observing Tool/Bed temperatures #109

Open
opened 2018-03-08 22:19:48 +00:00 by EddyMI3d · 7 comments
EddyMI3d commented 2018-03-08 22:19:48 +00:00 (Migrated from github.com)

Hi!
Is it possible to get the tool/bed temperature as a value that can trigger an output?
Like the temperature sensor that can be connected to the GPIO.

Thanks in advance,
Eddy

Hi! Is it possible to get the tool/bed temperature as a value that can trigger an output? Like the temperature sensor that can be connected to the GPIO. Thanks in advance, Eddy
vitormhenrique commented 2018-03-08 22:23:54 +00:00 (Migrated from github.com)

can you give me a example on what you want to do? and why?
if you want to activate outputs based on your materials you can just use g-code commands.....

can you give me a example on what you want to do? and why? if you want to activate outputs based on your materials you can just use [g-code](https://github.com/vitormhenrique/OctoPrint-Enclosure/wiki/G-CODE-Control) commands.....
EddyMI3d commented 2018-03-09 07:21:09 +00:00 (Migrated from github.com)

E.g. for a hotend fan that runs only above a certain temperature of the hotend.
Or an indication (blink) light when the bed is cool enough to take off the printed part

E.g. for a hotend fan that runs only above a certain temperature of the hotend. Or an indication (blink) light when the bed is cool enough to take off the printed part
vitormhenrique commented 2018-03-09 14:39:45 +00:00 (Migrated from github.com)

I don't quite get the use case yet, the extruder temperature is controlled by your printer, why would you turn on and off fans for it? For example all my lulzbot taz have fans on the extruder that need to be on 100% of the time.
For the bed temperature, it would not quite work, let's say you are starting a print, your bed temperature is at room temperature, so it would trigger the output already, instead of triggering when your print finish, better solution is at the end of the print, put a set and wait temperature on your print bed, and then send an enclosure gcode to turn a gpio on or off...

M190 R50 
ENC O1 S1
I don't quite get the use case yet, the extruder temperature is controlled by your printer, why would you turn on and off fans for it? For example all my lulzbot taz have fans on the extruder that need to be on 100% of the time. For the bed temperature, it would not quite work, let's say you are starting a print, your bed temperature is at room temperature, so it would trigger the output already, instead of triggering when your print finish, better solution is at the end of the print, put a set and wait temperature on your print bed, and then send an enclosure gcode to turn a gpio on or off... <pre><code>M190 R50 ENC O1 S1 </code></pre>
EddyMI3d commented 2018-03-09 21:25:18 +00:00 (Migrated from github.com)

That's a neat hint. I think I'll stick with that. Thank you!

That's a neat hint. I think I'll stick with that. Thank you!
Akilestar commented 2018-03-10 05:30:48 +00:00 (Migrated from github.com)

I was actually looking for this too. Mainly to have a light on anytime the bed or extruder is above a certain temperature. If by setting the output type to temp control and then having the option to use the bed or extruder temp as the sensor along with gpio sensors.

I was actually looking for this too. Mainly to have a light on anytime the bed or extruder is above a certain temperature. If by setting the output type to temp control and then having the option to use the bed or extruder temp as the sensor along with gpio sensors.
vitormhenrique commented 2018-03-11 20:43:26 +00:00 (Migrated from github.com)

I'll leave this as a feature request now, but I spent a lot of time on the last release, more than 120 hours, and I need to move on to other projects, I'll only focus on bugs for the next few months. So don't expect new release with new features for quite some time.

I'll leave this as a feature request now, but I spent a lot of time on the last release, more than 120 hours, and I need to move on to other projects, I'll only focus on bugs for the next few months. So don't expect new release with new features for quite some time.
doza62 commented 2019-05-22 23:05:11 +01:00 (Migrated from github.com)

any update? I found on the api reference that a simple get call to /api/printer would return actual temperatures of the bed and tools available. I don't think this to be to hard to implement right?

any update? I found on the api reference that a simple get call to /api/printer would return actual temperatures of the bed and tools available. I don't think this to be to hard to implement right?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#109