Replies: 6 comments 5 replies
-
I guess it has something to do with the STEP_OUTMODE, as all moving axes are on GPIOA. But
doesn't fix the problem... |
Beta Was this translation helpful? Give feedback.
-
I'd love to do the testing. And if you like I can send a prototype board to you. |
Beta Was this translation helpful? Give feedback.
-
Oh yeah! All 6 axes are working. Thank you so much! Only IoSender doesn't like this configuration... but that's not important. |
Beta Was this translation helpful? Give feedback.
-
Boards has arrived, thank you! Do you have complete board maps for both? |
Beta Was this translation helpful? Give feedback.
-
And my platformio.ini has this new env:
|
Beta Was this translation helpful? Give feedback.
-
Side issue with the same PCB: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I just made a custom board with a STM32F103RC controller. I was able to compile and flash the binary (using platformIO).
All 6 axes are displayed in IoSender.
Unfortunately only axis 1-4 are moving, B and C are not responding to any command (like Jog-commands).
This is what I get when starting up:
GrblHAL 1.1f ['$' or '$HELP' for help] [VER:1.1f.20221115:] [OPT:VNMSL,35,512,6,0] [AXS:6:XYZABC] [NEWOPT:ENUMS,RT+,TC,SED] [FIRMWARE:grblHAL] [NVS STORAGE:*FLASH]
I adapted the port mapping according to the way the controller is connected and made sure none of the pins are declared twice.
( I have '-D BOARD_MY_MACHINE=' and '-D N_AXIS=6' in my INI-file)
What am I missing? Is there anything else to configure?
Beta Was this translation helpful? Give feedback.
All reactions