Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hf2gcode interactive demo #2

Closed
koppi opened this issue Apr 22, 2016 · 3 comments
Closed

hf2gcode interactive demo #2

koppi opened this issue Apr 22, 2016 · 3 comments

Comments

@koppi
Copy link

koppi commented Apr 22, 2016

Hi @Andy1978 . I've created a small GUI to preview G-Code in a more interactive manner, see:

https://github.com/koppi/gcoder and quick demo Video: https://www.youtube.com/watch?v=9D3hMXP5-QM

One thing in hf2gcode.c that needs to be changed imho is, to send the gcode data to stdout and the debug and info messages to stderr. Should I send you a pull request to make this happen?

@Andy1978
Copy link
Owner

Hi @koppi . This looks very cool, thank you for sharing. Which part in hf2gcode.c so you want to change? I think you want something like "hf2gcode -q -m "hello world"" which only has the gcodes and nothing else. Or what do you want to change? Feel free to send a pull request. Happy hacking, Andy

@koppi
Copy link
Author

koppi commented Apr 23, 2016

Fixed in 252d78a .

@koppi koppi closed this as completed Apr 23, 2016
@Andy1978
Copy link
Owner

And for the record: You increased the BUFSIZE, this shouldn't be needed. It's used to read BUFSIZE chunks from the file and reallocates memory if it doesn't fit into memory. The reason you saw a problem is fixed in c75ab47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants