Progress bar for loading gcode. (import linuxcnc)
- Simeng
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 4
22 Jul 2021 07:03 - 22 Jul 2021 13:26 #215551
by Simeng
Progress bar for loading gcode. (import linuxcnc) was created by Simeng
im working on a interface for linuxcnc with socketIO between react and linuxcnc-(python).
does anyone know a way to get a progress % for the progress of loading the g-code.
I can see it is in the gui, but have a hard time figuring how it's done.
does anyone know a way to get a progress % for the progress of loading the g-code.
I can see it is in the gui, but have a hard time figuring how it's done.
Last edit: 22 Jul 2021 13:26 by Simeng. Reason: typos and clarification
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
23 Jul 2021 00:43 #215622
by cmorley
Replied by cmorley on topic Progress bar for loading gcode. (import linuxcnc)
github.com/LinuxCNC/linuxcnc/blob/master...n/qtvcp/qt_action.py
look for FilterProgram and Progress class
Chris
look for FilterProgram and Progress class
Chris
The following user(s) said Thank You: Simeng
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
23 Jul 2021 00:44 #215623
by cmorley
Replied by cmorley on topic Progress bar for loading gcode. (import linuxcnc)
The following user(s) said Thank You: Simeng
Please Log in or Create an account to join the conversation.
Time to create page: 0.049 seconds