Heated Chamber
HELLO,
we have a repetier server pro version. We are running the machine on smoothieware. Its a delta style machine. We would like to add a temperature controller for heated chamber on the server as well as on the touch screen. The machine has two extruders and we are using custom pins to control the chamber. we need your help to add this controller on the server as we were not able to find any solution for this one
looking forward to your help.
thanks
vaibhav
we have a repetier server pro version. We are running the machine on smoothieware. Its a delta style machine. We would like to add a temperature controller for heated chamber on the server as well as on the touch screen. The machine has two extruders and we are using custom pins to control the chamber. we need your help to add this controller on the server as we were not able to find any solution for this one
looking forward to your help.
thanks
vaibhav
Comments
Currently you can only add it as extra extruder so you see the temperature but should avoid using it for extrusion.
So far there is no real standard for heated chambers and hence no direct support to visualize it. Of course you can send the command to enable it etc. just not see it except you would reprogram the ui.
SSR to control the heaters and fans
looks similar to this code
I ask because you can not add chamber temperature like you want to, but I can add it if I know how to parse the temperature.
This is what pronterface will return when you type the M105 command, where "C" is the chamber same thing as the "B" which is for the bed.
If we would add two extruders it would look like
T0:31.0/0.0 T1:31.0/0.0 B:31.0/0.0 C:31.0/0.0
I try to map my printers spare sensor pin to the heated chambers diagram.
But I cannot figure out the right syntax for having the PWM taken from "C"hamber Part. It always gives me the PWM from active extruder. currentTemperatures and targetTemperatures are shown as expected.
This evening I tempered alot with Command::printTemperatures(), but no success.
This was my last state:
I guess it falls down to this syntax:
T:31.6 /35 @:109
B:27.0 /0 B@:0
T0:31.6 /35 @0:109
T1:25.2 /0 @1:0
C:27.1 /0 C@:0
F:-526 /0 @:0
(F is the value of force in direction of Z-axis which measures the extrusion force)
But whenever I see C's PWM I see the PWM of T->current.
I tried: C@:0, @:0, different Places, ...
Greetings
Has this been implemented, as I can not seem to find it.
https://docfirmwarev2.repetier.com/
also still in progress of course. But it is up to date with implemented parts.
A:30,9 ist die gelieferte Umgebungstemperatur.
In the M105 response C is for chamber A would be for ambient.
These are 2 different things.
Chamber is inside the printers volume (the heated chamber), ambient is outside the printers volume( the room where the printer is located).
I am guessing the prusa firmware is not reporting the ambient temperature, but the chamber temperature. It would be helpfull to contact them, and let them know that their M105 response is wrong.