Sergey Alirzaev
Sergey Alirzaev
On Sat, Aug 11, 2018 at 09:12:35AM -0700, ArcEye wrote: > I will add a new M code M119 to just set the temperature. You should use M104 (or M140,...
You're right, it is Pnn for setting the target temperature, and it works this way for me. Slic3r has a `machinekit` g-code output format that generates Pnn codes, but apparently...
It doesn't set the target temperature like original M109 did and expected to behave, so everyone'll have to pre-process g-code before feeding it to machinekit if M109 is not prepended...
``` can't open none can't open none Counter: 1 Last value: 0 Target = 110 Counter: 2 Last value: 0 Target = 110 Counter: 3 Last value: 0 Target =...
> Also I thought it was a pin not a signal? Yes, it's a signal: ``` newsig e0.temp.meas float ``` I've used `configs/ARM/BeagleBone/` as a reference for my hal configuration.
On Mon, Aug 13, 2018 at 08:50:08AM -0700, ArcEye wrote: > You could just read the pin `Therm.ch-04.value` which is linked to it Oh, thanks, will try it. > However,...
Okay, now it reads the temperature, but only once: ``` Counter: 1 Last value: 161 Target = 220 Counter: 2 Last value: 161 Target = 220 Counter: 3 Last value:...
``` Counter: 486 Last value: 161 Target = 220 ``` And i observe the temperature really changing by other means.
Same problem in Gentoo Linux. I think there must be some problem in the autotools configuration of aria2.
It plays sound using a remote rsound daemon.