Advanced Search

Search Results (Searched for: )

  • 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
...
  • Ismacr63
  • Ismacr63
27 Feb 2025 14:29
Replied by Ismacr63 on topic No Keyboard jog after update 2.9.3 to 2.9.4

No Keyboard jog after update 2.9.3 to 2.9.4

Category: QtPyVCP

I just tried it and it works like this.

Because of my keyboard layout (mini keyboard) is it possible to change the "+" key to the shift key?

Another question that has been on my mind for some time is: Can keyboard keys be assigned to change the different increments (5mm - 1mm - 0.5mm etc...?
Displaying 18616 - 18617 out of 18617 results.
Time to create page: 0.428 seconds
Powered by Kunena Forum