rafaljot
rafaljot
Thank you! Yes I have this one. It works with 5V, with Mega. in my Velleman Vertex K8400. With FD it looks like only EN works and ignores STEP/DIR. BTW:...
I am very disappointed with the lack of a feature from the nano_stepper project. Especially the virtual endstop. I think it could be the best option to manage endstops. https://github.com/Misfittech/nano_stepper...
I found solution: Modify file Marlin-bugfix-2.0.x/buildroot/share/PlatformIO/variants/BIGTREE_GENERIC_STM32F407_5X/variant.h #define SERIAL_UART_INSTANCE 1 //ex: 2 for Serial2 (USART2) to #define SERIAL_UART_INSTANCE 6 //ex: 2 for Serial2 (USART2) and configuration.h from #define SERIAL_PORT_2 1 to...
Has anyone tried to upload nano_stepper to S42B?
@[BoomManPro](https://github.com/BoomManPro) Change ```xml ... ``` for: ```xml ... ```
I had the same error on Ubuntu 22.4. Installing libmongo-client-dev helped. sudo apt-get install libmongo-client-dev