Hi, I'm trying to compile for my 6-pack v1p5. There are several board files for the 6pack boards, but using the web compiler, I wasn't able to initialize my drivers. The map files that are there don't have separate CS pins, which I believe this board does need. So I've compiled it myself with my own board map. However, I am still not able to initialize the drivers.
There is a good chance that I'm just doing something wrong, but do you have any idea what?
M122I
[MSG:Warning: Could not communicate with stepper driver!]
When I try to change the current value at $140, I get:
error:2 - Missing the expected G-code word value or numeric value format is not valid.
I'll add: My console output from IO Sender, platformio.ini, my_machine.h, my_machine_map.h
Hi, I'm trying to compile for my 6-pack v1p5. There are several board files for the 6pack boards, but using the web compiler, I wasn't able to initialize my drivers. The map files that are there don't have separate CS pins, which I believe this board does need. So I've compiled it myself with my own board map. However, I am still not able to initialize the drivers.
There is a good chance that I'm just doing something wrong, but do you have any idea what?
M122I
[MSG:Warning: Could not communicate with stepper driver!]
When I try to change the current value at $140, I get:
error:2 - Missing the expected G-code word value or numeric value format is not valid.
I'll add: My console output from IO Sender, platformio.ini, my_machine.h, my_machine_map.h