I’m having some issues sending G-code with ChiliPeppr and TinyG2 on an Arduino Due.
I’m using Chrome on Windows 10, Json Server 1.94_windows_386.
These are my systems parameters:
[fb] firmware build 100.26
[fbs] firmware build “100.26-4-g6519-dirty”
[fbc] firmware config “settings_burkp.h”
[fv] firmware version 0.99
[hp] hardware platform 3.00
[hv] hardware version 0.00
[id] g2core ID 0084-9429-29c6-8ce
[jt] junction integrgation time 0.75
[ct] chordal tolerance 0.0100 mm
[sl] soft limit enable 0 [0=disable,1=enable]
[lim] limit switch enable 0 [0=disable,1=enable]
[saf] safety interlock enable 1 [0=disable,1=enable]
[m48e] overrides enabled 1 [0=disable,1=enable]
[mfoe] manual feed override enab 0 [0=disable,1=enable]
[mfo] manual feedrate override 1.000 [0.05 < mfo < 2.00]
[mtoe] manual traverse over enab 0 [0=disable,1=enable]
[mto] manual traverse override 1.000 [0.05 < mto < 1.00]
…
I am able to connect to the arduino board without issues.
But initially I was unable to send single commands by the serial console. Then I switched to “Send No Init Cmds” mode and now I am able to send single commands like “g0 x100” an the motor will turn.
But when I try to run the sample g-code the motor stopps after a couple of lines (see screenshot below). The buffer counter will go up and the checkmarks in the serial console reamain yellow.
Can someone help me?
Thank you!
Patrick