Popular repositories Loading
-
-
pyprofibus
pyprofibus PublicForked from mbuesch/pyprofibus
Original repository at: https://git.bues.ch/git/pyprofibus.git
Python 1
-
lcnc_logger
lcnc_logger PublicThis is a position logger using Python3 and PyQt5 for Linuxcnc
Python 1
-
linuxcnc
linuxcnc PublicForked from LinuxCNC/linuxcnc
LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
Python
-
ma-core-public
ma-core-public PublicForked from MangoAutomation/ma-core-public
Mango Automation Core public code
Java
-
manim
manim PublicForked from ManimCommunity/manim
A community-maintained Python framework for creating mathematical animations.
Python
168 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
July 2025
Created 2 commits in 1 repository
Created a pull request in LinuxCNC/linuxcnc that received 33 comments
Gmoccapy fix various (localization) bugs
Calculator_widget: Fix locale handling Offsetpage_widget: force display of unlocalized float values, remove unused format template Tooledit_widget…
Opened 6 other pull requests in 1 repository
LinuxCNC/linuxcnc
3
open
1
closed
2
merged
-
Gmoccapy: Fix arrow key up/down bug in tooleditor
This contribution was made on Jul 8
-
Gmoccapy: Fix args list getting lost
This contribution was made on Jul 8
-
Gmoccapy: Move tool table buttons to table frame, add toggle button for calculator use
This contribution was made on Jul 7
-
Gmoccapy: Add native hal pins to be used instead of halui
This contribution was made on Jul 6
-
Gmoccapy: Add button to call calculator in mdi and gcode edit modes
This contribution was made on Jul 3
-
Gmoccapy: Fix unwanted expansion of ComboBoxText for mouse-button-mode
This contribution was made on Jul 3
Reviewed 1 pull request in 1 repository
LinuxCNC/linuxcnc
1 pull request
-
Gmoccapy fix various (localization) bugs
This contribution was made on Jul 6
Created an issue in LinuxCNC/linuxcnc that received 4 comments
Gmoccapy uses some keyboard shortcuts despite having them disabled in the settings
I noticed that the 'ESC' key is absorbed by Gmoccapy despite having Keyboard Shortcuts disabled in the settings. In my opinion this is very wrong.…