EvilGremlin

Results 81 comments of EvilGremlin

Or just make one from scratch or closest one, i bet it's faster than asking.

Second that, custom thread pitch is essential feature that should've been there from the very beginning... I love Fasteners, but absence of custom pitch is killing me every time :(

Kimbra clearly in the wrong here. When saying "The command M530 for start printing is a standard in new protocol", you should point us to ISO 6983-1:2009. But guess what,...

PID already doing this, problem is weak power/heater and wrong fan duct design, and these problems should be always solved in hardware.

i guess LCD_SPI_SPEED turns out too fast, try cranking it down

does it actually use HW SPI on this board? i didn't look deep did you try shielding cable? how long is it?

``` // The MKS_MINI_12864 V1/V2 aren't exact copies of the MiniPanel. // Panel management is in u8g_dev_uc1701_mini12864_HAL.cpp with // extra delays added to remove glitches seen with fast MCUs. ```...

play with U8G_ESC_DLY in u8g_dev_uc1701_mini12864_HAL_data_start

Which SPI actually used for TMC? If you try using one shared with flash i wouldn't expect it to work at all. @Bob-the-Kuhn it's very old code for ESP, step...

CS on extended pins should be possibe anyway, with hw or sw SPI (though no idea if current code/framework can do arbitrary CS pins for HW SPI) Yep, random 4...