Advanced Search

Search Results (Searched for: )

  • JT
  • JT's Avatar
27 Feb 2025 15:05 - 27 Feb 2025 15:06
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Flex GUI

Hi. 1) How did you started your Flexible GUI? Just modifying the AXIS.GUI (don't know where it is), or creating a new one? And 2) how do you compile it then with linuxcnc? Thanks a lot.
 


You can start with a blank slate or start with one of the examples. You don't have to compile anything.
The documents are at gnipsel.com/linuxcnc/flexgui/index.html
The videos are at www.youtube.com/playlist?list=PLzYeNVt90...AsRGVDCtpW9_7ZXiSTak

JT


 
  • Aciera
  • Aciera's Avatar
27 Feb 2025 14:59
Replied by Aciera on topic G33.1 synchronized tapping problem

G33.1 synchronized tapping problem

Category: General LinuxCNC Questions

I wonder if this could be related to the order of how the components are added in hal. I've just had a somewhat similar issue with my own encoder disconnect component and I moved the addf of my component up above 'motion-...' and it worked fine.

so maybe try to change this
addf motion-command-handler     servo-thread
addf motion-controller          servo-thread
...
addf caxis.0                    servo-thread            #MAIN SPINDLE


to this order
addf caxis.0                    servo-thread            #MAIN SPINDLE
addf motion-command-handler     servo-thread
addf motion-controller          servo-thread
...
Displaying 18616 - 18617 out of 18617 results.
Time to create page: 0.482 seconds
Powered by Kunena Forum