Forum Replies Created
-
AuthorPosts
-
talpaMember
I’m 99% sure it is caused by a bug in g2core’s handling of {‘gc’ where it mistakes them for control lines.
Sending the g-code without json wrapping works just fine 🙂talpaMemberQuite all right I only just finished cleaning up the code and filling an issue on github.
https://github.com/synthetos/g2/issues/287
Unfortunately it does not seem to be as simple as ‘sr’ being seen as containing ‘r’.
I actually considered that some time ago…So I would call is a good wild guess 🙂
talpaMemberIn case anyone is interested I have uploaded the code to:
https://github.com/talpadk/g2coreguiNext task logging an issue at the github page for g2core
talpaMemberYes but I haven’t found anything that matches my issue.
I will try to log an issue (and upload my script code to github for easier replication)
However I still assume it is a bug on my part as preventing overflow on the receiving g2core is a critical and probably well tested functionality as it is required for sending “large” files.
Btw. I have also tested branch “master” with my script with the same result.
talpaMemberI have currently tried to flash the Arduino with the latest master for tesing…
But I’m quite sure that my Edge build would have given me 100.26
From my edge checkout:
./g2core_info.h:#define G2CORE_FIRMWARE_BUILD 100.26 // Merged fixes for #267 and PR #258I might be worth mentioning that goko has some graphical issues here (splash screen does not go away, content does not update when selecting different things in the “tree wire” in the settings window)
But it does seem to read values from the first serial data line from the g2core (version information and such)
talpaMemberA custom build based on the edge branch
(just changes to settings and board definitions)
Edit: git SHA: af26ad8966d4cd065c9fb08ebdc6eee6264daef0 to be preciseI’m running it with an external driver.
An Arduino Due that is wired to a “mach 3” parallel to 5 axis adapter with opto couplers, which in turn is connected to the drivers that came with the 3040 mill (excluding there USB interface)
Btw. I also used the 64 bit version of the programs
- This reply was modified 7 years, 3 months ago by talpa.
talpaMemberHave anyone of you tried
https://goko.fr/
or
https://winder.github.io/ugs_website/With a TinyG board?
I have only tried them with g2core running on an Arduino Due with a Linux Laptop as a host.
Using this setup I did have some issues with connecting to the g2core, however support might be better with TinyG based boards. -
AuthorPosts