So i just want to share you my Setup:
Here is just a picture so you can see in which port i plugged in the diffrent cables.
The Board is an Orion based Board.
The Pin Layout in the Parser looks like this:
It looks like you plugged the Y Motor in Port 2
And X Motor in Port 1.
Im using this Setup since i had problems with mDraw when i chose the other Layout.
The same settings i used in GRemote under the tab Settings.
Im not sure what the -1 on the different int means i just copied the PIN-Layout from another forum Post.
Also when i send the G01 X200 Y200 via Arduino Monitor i get an oë as an OK Message i saw that in GRemote too
GRemote also gave some kind of error in the cmd line
So in Arduino Monitor the OK is oë and in GRemote the OK goes by oÙ maybe there is a problem with the character encoding.
In the Universal GCode sender you dont get an OK at all you just see:
**** Connected to COM13 @ 115200 baud ****
{“gc”:“G01 X200 Y200”}
This could be why i sometimes get Problems when sending more commands because sometimes i send the code and nothing happens…
Is there any way that i can send more than 1 command via the Arduino Monitor?
If there would be an ability to load a file it would be good.
Also is there a command where i can get to X 0 Y 0 in the bottom left corner (view like image)
I also found out for me that if i enter a command from the fish file G02 and G03 arent working G01 is working…
even without the I13.839709 J-13.234108 values on the G02 and G03 commands arent working.
Also i cant get the G90 or G91 commands to work.
Seems like there are only some commands that work and not all the GCode commands.
Edit: So i fixed the strange ok by changing Serial.println(“ok”); to Serial.println(“o”); in the process_string file but still i cant do any absolute movement just G01 commands.
Also i can now send code from GRemote and even Send a file from GRemote with arrow keys working aswell