gmoccapy 3.0.8 is out!
- newbynobi
- Topic Author
- Offline
- Moderator
- Posts: 2075
- Thank you received: 406
Was rumming around with the lathe examples. There is a small thing with the "PROGRAM_PREFIX" in the ini files in gmoccapy/lathe_configs, there should really be one more "../" in the PROGRAM_PREFIX, like so
PROGRAM_PREFIX = ../../../nc_files/
In lathe.ini it now says
PROGRAM_PREFIX = ../../nc_files/:.
and I had to remove that ":." to have it find the files in ../../../nc_files.
I will check that one later and if necessary push a bug fix., What gmoccapy release do you use?
Norbert
Please Log in or Create an account to join the conversation.
- newbynobi
- Topic Author
- Offline
- Moderator
- Posts: 2075
- Thank you received: 406
There is also one thing with the stop-button in the lower right corner when running macros. It often places itself right ontop of the onboard keyboard icon. Is it possible to move one or the other? It often happens that the keyboard is up and I can't get it down because the stop button is in the way. And it hides all control buttons on the lower part of the screen.
It is one button! I just change the icon! If a macro is running, you get the stop sign, otherwise the keyboard icon.
Can you tell me exactly how I can reproduce the described behavior?
Norbert
Please Log in or Create an account to join the conversation.