Vojislav Milivojevic
Vojislav Milivojevic
The signal looks something like this.  The two commands look good when they are called separately, but not good when called form script.
No, everything works when i use it without the container
just to confirm, using CLI from docker on under arm host works fine for me for some time now. Fell free to close the issue.
@J-Dunn I did some documentation for this code, but it is not finished yet. You can find it on this link: https://github.com/IRNAS/grbl_stm32 Mainly the programming environment is based on http://www.openstm32.org/HomePage,...
@Andypos I haven't tested on H_Bot, I have tasted it on [PreciseXY](https://github.com/IRNAS/PreciseXY). You have all documentation on github repository page. @J-Dunn thanks for noticing "differente", I fixed it
@langwadt I changed pin positions in the code, but it is still not working, I moved SPI1 to different SPI pins because they were overlapping with Arduino header pins. I...
I think maybe the problem is in this three functions: ``` void config_steppers() void enable_steppers() void disable_steppers() ``` You use SPI to config, enable and disable stepper motors.
Yes, it worked for me too yesterday before your modifications. I saw your commit, It is great. I will test it on corexy machine, write some documentation, and make pull...
Now it works, I have changed some things in **src/grbl/limits.c** You can see the changes in this commit: [commit](https://github.com/IRNAS/grbl_stm32/commit/b5362ff4210b91ef37b57005d5482818384f8c07) :smile:
@Andypos I am not sure what is your question, but I have no problem with [Arduino shield](http://blog.protoneer.co.nz/arduino-cnc-shield/) and Nucleo 3.3 V logic.