Git Product home page Git Product logo

Comments (7)

Highlander01 avatar Highlander01 commented on May 28, 2024

Think I found my problem with my usb being slow.....in python
I had my python usb timeout set = 1, I changed it to 0.1
Units I believe are seconds.
The following works much faster :-)

MyUSB = serial.Serial(usbport, 115200, timeout=0.1)

from grbl.

edwardrford avatar edwardrford commented on May 28, 2024

Highlander,
I'm really excited about your additions to Simen's code. Could you put that python script somewhere for download. Once I get It i'm going to try installing your fork and see what happens.

from grbl.

Highlander01 avatar Highlander01 commented on May 28, 2024

I plan to get the python code posted at the following location this weekend:
http://github.com/Highlander01/Highlander01HMI

I posted a screen shot there previously/the git software took me a little effort to post with. If people like it I will see if Simen Grbl wants it located on his git location. Would be cool if others with some python and opengl experience could help with some fine tuning. ex. faster refresh/redraw of gcode graphics. linuxCNC does it pretty fast some how.

from grbl.

Highlander01 avatar Highlander01 commented on May 28, 2024

Took a little bit of learning but I figured out how to post to git. I posted my python code and a slightly modified version of Simen Grbl code at:

http://github.com/Highlander01/Highlander01HMI

I have strayed slightly but would like to join back to a version with Simen some day. For now I hacking and playing.

from grbl.

Highlander01 avatar Highlander01 commented on May 28, 2024

My first finished basic version is now posted: http://github.com/Highlander01/Highlander01HMI

Updated version of my Python HMI/GUI and slightly modified version of Simen Grbl is now posted. I have now test ran my gear tooth gcode file with 3200 lines and have had no hang ups etc. Terminal screen shot showing usb handshaking is posted also.

I think I am going to now do my first cutting project and build a wood clock!

(later on I plan to go back and do some OpenGL graphics enhancements.)

from grbl.

edwardrford avatar edwardrford commented on May 28, 2024

Looks great Highlander! I'm planning to mount a simple cutting head on my machine in the next few days, after that's complete I'll post a video of the mill cutting with GRBL + HIGHLANDER front end. Great work!

from grbl.

simen avatar simen commented on May 28, 2024

This is still a problem for low baud rates, but not much to do about that I think. I have reduced serial output to an absolute minimum in the new acceleration-branch that I am preparing to release.

from grbl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.