In pursuit of a faster GC (AKA Anyone with Cython knowledge?)

In trying to get GC to work right with large gcode files I’ve been looking at trying to compile with Cython into native executable. But the complexities are getting overwhelming very quickly and having Kivy as a part of it is not making things easier. Does anyone have experience with Cython or have a better way to speed up (and properly render at the ‘home location’) large gcode files?

1 Like

with a little work [1], you should be able to use ny grbl sender program, there
are a lot to choose between.

David Lang

[1]look at you ground control log and see what messages it sends to the maslow
as it starts up, put those into a file and send that file before you send any
other g-code)