Gmoccapy - A new screen for linuxcnc
28 Oct 2014 19:52 #52495
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Hallo Rick,
it is fixed in 2.6 and master, but if you are using the deb packages, it isn't.
I do not maintain that package build and the repo is very old, as it still brings 1.20 with it.
So please git clone the corresponding repo and do compile, or just download
gmoccapy.py
gmoccapy.glade
notification.py
from scr/emc/usr_intf/gmoccapy of git
Then replace the files on your computer, be aware that gmoccapy.py will loose its py. ending
gmoccapy.py goes to /usr/bin as gmoccapy
gmoccapy.glade goes to /usr/share/gmoccapy/
notification.py goes to /usr/share/pyshared//gmoccapy/
Norbert
it is fixed in 2.6 and master, but if you are using the deb packages, it isn't.
I do not maintain that package build and the repo is very old, as it still brings 1.20 with it.
So please git clone the corresponding repo and do compile, or just download
gmoccapy.py
gmoccapy.glade
notification.py
from scr/emc/usr_intf/gmoccapy of git
Then replace the files on your computer, be aware that gmoccapy.py will loose its py. ending
gmoccapy.py goes to /usr/bin as gmoccapy
gmoccapy.glade goes to /usr/share/gmoccapy/
notification.py goes to /usr/share/pyshared//gmoccapy/
Norbert
Please Log in or Create an account to join the conversation.
28 Oct 2014 21:59 #52500
by LAIR82
Replied by LAIR82 on topic Gmoccapy - A new screen for linuxcnc
Hello Norbert,
On the turning centers that we are using Gmoccapy on, they are all built using git so I will just do the "pull" to update.
After doing git pull, do I need to recompile?
Thanks
Rick
On the turning centers that we are using Gmoccapy on, they are all built using git so I will just do the "pull" to update.
After doing git pull, do I need to recompile?
Thanks
Rick
Please Log in or Create an account to join the conversation.
29 Oct 2014 02:00 #52509
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Yes, at least a make is necessary.
Norbert
Norbert
Please Log in or Create an account to join the conversation.
31 Oct 2014 16:38 #52613
by papaours
Replied by papaours on topic Gmoccapy - A new screen for linuxcnc
I need some help to upgrade Gmoccapy
i don't know how to do about GIT
thank you very much.
i don't know how to do about GIT
thank you very much.
Please Log in or Create an account to join the conversation.
31 Oct 2014 18:57 #52617
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
Have look at this document, it contains all the information that you need to install from scratch.
wiki.linuxcnc.org/cgi-bin/wiki.pl?Instal..._the_source_with_git
wiki.linuxcnc.org/cgi-bin/wiki.pl?Instal..._the_source_with_git
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
31 Oct 2014 19:51 - 31 Oct 2014 20:10 #52618
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
How did you install the version you are running?
What version do you have now installed?
Please check the WIKI for Update infos. If there are still questions, do not hesitate to ask.
Norbert
P.S. If you are brave, you can also follow: Update to 2.7 buit you will not get the very last version. Actual package contains 1.3.0. So better use git version.
What version do you have now installed?
Please check the WIKI for Update infos. If there are still questions, do not hesitate to ask.
Norbert
P.S. If you are brave, you can also follow: Update to 2.7 buit you will not get the very last version. Actual package contains 1.3.0. So better use git version.
Last edit: 31 Oct 2014 20:10 by newbynobi.
Please Log in or Create an account to join the conversation.
01 Nov 2014 00:25 #52627
by papaours
Replied by papaours on topic Gmoccapy - A new screen for linuxcnc
Good evening,
i have a fresh install ( 1 months ) with 2.6 live Debian. on a DVD
Actually Gmoccapy is 1.2 and i am afraid of STOP PAUSE crash.
I have try to play with git, but no result.
so git is installed, and all is update, but Gmoccapy is alway 1.2
i will try harder tomorrow morning.
Thank you very much.
One question regardind calling a gcode file.
My cam software (windows computer ) print a barre code for each sheet of a job, ( 1 job = +/- 50 sheet = 50 gcode )
i would like to store all the file on a server, and use a barre code reader to call it instead of using the mouse.
Gmoccapy do not allow me to see the last file i have run.
And Sometime i run tow time the same Gcode...
i have a fresh install ( 1 months ) with 2.6 live Debian. on a DVD
Actually Gmoccapy is 1.2 and i am afraid of STOP PAUSE crash.
I have try to play with git, but no result.
so git is installed, and all is update, but Gmoccapy is alway 1.2
i will try harder tomorrow morning.
Thank you very much.
One question regardind calling a gcode file.
My cam software (windows computer ) print a barre code for each sheet of a job, ( 1 job = +/- 50 sheet = 50 gcode )
i would like to store all the file on a server, and use a barre code reader to call it instead of using the mouse.
Gmoccapy do not allow me to see the last file i have run.
And Sometime i run tow time the same Gcode...
Please Log in or Create an account to join the conversation.
01 Nov 2014 03:01 #52633
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Hallo papaours,
if git is installed, just do:
If you installed allready the depencies and cloned git, just ignore the steps.
gmoccapy allows to set up the start dir and also a jump to dir to select files, so if the files to use are all in the same dir, just set the jump to dir to that path.
Norbert
Norbert
if git is installed, just do:
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
sudo apt-get install libboost-python-dev libmodbus-dev libusb-1.0-0-dev
cd linuxcnc-dev
cd src
./autogen.sh
./configure
make
sudo make setuid
cd ..
. ./scripts/rip-environment
linuxcnc
If you installed allready the depencies and cloned git, just ignore the steps.
gmoccapy allows to set up the start dir and also a jump to dir to select files, so if the files to use are all in the same dir, just set the jump to dir to that path.
Norbert
Norbert
Please Log in or Create an account to join the conversation.
01 Nov 2014 04:00 #52634
by papaours
Replied by papaours on topic Gmoccapy - A new screen for linuxcnc
Thank you, i will try it.
Please Log in or Create an account to join the conversation.
01 Nov 2014 05:23 #52637
by Tom_R2E3
Replied by Tom_R2E3 on topic Gmoccapy - A new screen for linuxcnc
Hi Norbert,
Will that be 2.6.3 then, or 2.8? I had a go on my spare machine (following the instructions for Debian on the Wiki page) and got 2.8 pre.
Tom
Will that be 2.6.3 then, or 2.8? I had a go on my spare machine (following the instructions for Debian on the Wiki page) and got 2.8 pre.
Tom
Please Log in or Create an account to join the conversation.
Time to create page: 0.163 seconds