Till
Till
MISO and CLK have been interchanged - no SPI connection to the MAX31855K this way. [#define PIN_NUM_MISO 12](https://github.com/DurandA/reflow946-firmware/blob/6782341b24b91ee0388d14db7c9579f278806f31/main/max31855.c#L8) Correct defines are: ``` #define PIN_NUM_MISO 14 #define PIN_NUM_CLK 12 ```
During compilation I noticed a compiler warning stating that the variable _clk_ok_ is not used and indeed the _self_test()_ does not call _safe_test_voltage()_ function to test for PIN_CLK compared to...
### Description For rapid moves of geared extruders using TMC UART/SPI driver the maximum torque would be beneficial. Switching the TMC to Spreadcycle helps a bit but increasing current would...