mulcmu
mulcmu
Consolidated into one zip to download seems like a good idea for the releases. I'd restructure zip so that there is one folder in the zip to copy to the...
I've encountered this twice so far on`119r15` as well. This release had some changes made to the thermistor/temperature so rolling back to `119r14` if you were running `119r15` on the...
My two occurrences were on a open box printer I purchased recently while running `mpmd_marlin_1.1.x-119r15-SM1110-ACfan-10Alimit`. Each occurred on the 2nd layer in different locations while printing a spiral test pattern....
After a few more tests of the spiral file that was giving me problems, runaway was encountered on `r14` and `r15` sometime during the 2nd layer. I realized initial layer...
The below gcode was an attempt force a bunch of extraneous processing to try to trigger the runaway. It opens file for output on sdcard, spams text to LCD message,...
@NightDav Is this what your ALC changes should look like? ``` ........ // i2S 16b this->write_byte(0x0C, 0x0C); // MCLK 256 this->write_byte(0x0D, 0x02); // ADC Volume this->write_byte(0x10, 0x00); this->write_byte(0x11, 0x00); //...
I started a separate repository with the patches. Any luck on extra init to address the "digital static"? ``` external_components: - source: github://mulcmu/esphome-es8388-a1s@nightdav-patch components: [es8388] refresh: 0s #### Not needed...
Here was my solution using jinja filters, it avoids the 0th element access so no errors in the logs. Also avoids errors from attempting to process "receiptMessages". Restricting messages from...
The `[0]` from the sample code is what is problematic when there are no messages to retrieve and an empty list is returned. ``` json_attributes_path: $[0].envelope ``` The `selectattr()` doesn't...
I was using RealTerm. The invert option was not checked yesterday. 