-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mks_robin_nano_v3.0 board map wrong AUXINPUT0_PORT selected #213
Comments
I'm trying to summarize board alignment from MKS documents and board mapping. |
This is better? I do not have a board to verify with. |
Thank you! it's looks much better. #ifdef M3_AVAILABLE #ifdef M4_AVAILABLE #ifdef M3_AVAILABLE #ifdef M4_AVAILABLE I'll also propose different port and button allocation It will use more protected inputs for buttons, allow more free inputs :
power outputs: - move spindle PWM to most powerful output to allow connecting DC motors directly and logical output for the same port, direct connection of coolant DC motor or relay, reserve fan port for fan/vacuum etc. control
It's also lots of ports still free on the board, but I'm only few days playing with board and cannot explore it yet. |
Hi Terge,
Started to play with MKS robin nano v3.1 board found AUXINPUT0_PORT are configured to use GPIOG, which are not exists on this CPU.
As result, created by WebBuilder firmware mapping Safety door and Motor fault inputs to nowhere.
Most probable it's some copy-past error from different board map
mks_robin_nano_v3.0_map.h
It's also mapping the same pin for AUXOUTPUT1 and AUXOUTPUT4 and some other overlapping definitions
MOOR_UARTZ and MOTOR_UART3 are mapped to the same pin, MOTOR_UART5 are configured but board only supports 5 drivers in total
mks_robin_nano_v3.0_map
The text was updated successfully, but these errors were encountered: