rondlh
rondlh
Great job!
How about Master and Node, or Controller and Responder?
Very nice project, I tested it on an MKS THR42 board (CAN Bus toolhead). Most thing work already, but I get stuck when I enable the onboard TMC2209 (serial config...
I don't think there is an problem with the hardware, there are many ESP32 based motherboards in the field that are running fine. Perhaps it's a communication issue or lose...
> Are you using hardware that uses the ESP32 chipset? Yes, and in my experience it's reliable. ESP32 hardware is extremely common. > What can only be seen as a...
> If I send you this motherboard, could you fix it? I'm exhausted Where are you located?
I have the same problem. In buildroot\share\PlatformIO\variants\Marlin_F4x7Vx\variant.h #define TIMER_SERIAL TIM5 // TIMER_SERIAL must be defined in this file **Change to:** #define TIMER_SERIAL TIM4 // TIMER_SERIAL must be defined in this...
I guess you can use EXTENSIBLE_UI for this purpose
I still cannot get this to work, Here some more info. In platformio.ini I select: `default_envs = mks_monster8_usb_flash_drive_msc` Then a drive letter pops up under Windows 10, but I cannot...
This behavior is a bit odd in my view, WinMerge shows me there is a difference, and give me the option to copy it, but just ignores me when I...