Tool offset patch
18 May 2013 07:13 #34312
by jlviloria
Replied by jlviloria on topic Re:Tool offset patch
Chris,
The version I had installed before had other things.
I will try this new version.
thanks,
Jorge Viloria
The version I had installed before had other things.
I will try this new version.
thanks,
Jorge Viloria
Please Log in or Create an account to join the conversation.
18 May 2013 07:14 #34313
by DaOne
Replied by DaOne on topic Tool offset patch
Chris, No it does not do a change without the m6 command. I do have the tool 1 and tool 10001 in the toolfile.
Is there anything else i need to do after the "sudo make setuid" command of should it just work after that?
In the readme it says...
"to run the software go back to the top level directory, and issue:
. scripts/rip-environment
linuxcnc"
This have anything to do with it??
The patch did apply and the make went without an error.
Is there anything else i need to do after the "sudo make setuid" command of should it just work after that?
In the readme it says...
"to run the software go back to the top level directory, and issue:
. scripts/rip-environment
linuxcnc"
This have anything to do with it??
The patch did apply and the make went without an error.
Please Log in or Create an account to join the conversation.
18 May 2013 07:18 #34314
by cmorley
Replied by cmorley on topic Tool offset patch
If you haven't done that yet then yes.
It doesn't hurt to enter it twice anyways (it'll just tell you so )
If you don''t enter that commands then you are running the installed version rather then the RIP version.
When you start linuxcnc is should mention the version number: like 2.6 pre XXXXX
Chris M
It doesn't hurt to enter it twice anyways (it'll just tell you so )
If you don''t enter that commands then you are running the installed version rather then the RIP version.
When you start linuxcnc is should mention the version number: like 2.6 pre XXXXX
Chris M
Please Log in or Create an account to join the conversation.
18 May 2013 07:23 #34315
by cmorley
If you do you must add:
LATHE_STYLE_TOOLCHANGE = 1
under the [RS274NGC] heading
Chris M
Replied by cmorley on topic Re:Tool offset patch
Chris,
The version I had installed before had other things.
I will try this new version.
thanks,
Jorge Viloria
If you do you must add:
LATHE_STYLE_TOOLCHANGE = 1
under the [RS274NGC] heading
Chris M
The following user(s) said Thank You: jlviloria
Please Log in or Create an account to join the conversation.
18 May 2013 07:30 #34316
by DaOne
Replied by DaOne on topic Tool offset patch
Ok I got it working!!! WooHoo! thanks to all! Chris that was the issue. Now when it boots is just says 2.6.0~ pre
Now here is where it gets weird...
It will only load this version is I run linuxcnc for the command line in linuxcnc-dev How do I fix this to make it the default app?
Now here is where it gets weird...
It will only load this version is I run linuxcnc for the command line in linuxcnc-dev How do I fix this to make it the default app?
Please Log in or Create an account to join the conversation.
18 May 2013 07:47 - 18 May 2013 07:55 #34317
by jlviloria
Replied by jlviloria on topic Re:Tool offset patch
Chris, there is one detail, I notice now add the value of the compensation to 1000n, and Tn is the wear.
but assumes wear backwards. digit 1 in Z and the display shows -1
sorry is my mistake
thanks
Jorge Viloria
but assumes wear backwards. digit 1 in Z and the display shows -1
sorry is my mistake
thanks
Jorge Viloria
Last edit: 18 May 2013 07:55 by jlviloria.
Please Log in or Create an account to join the conversation.
18 May 2013 08:03 #34318
by DaOne
Replied by DaOne on topic Tool offset patch
Ok, the only way I seam to be able to make the new build run is by doing this every single time...
cd linuxcnc-dev
cd src
sudo make setuid
cd ..
. scripts/rip-environment
linuxcnc
Can someone help me make the new build run as the default? Got to be something simple I am not seeing.
Thanks, sorry for being such a pain.
cd linuxcnc-dev
cd src
sudo make setuid
cd ..
. scripts/rip-environment
linuxcnc
Can someone help me make the new build run as the default? Got to be something simple I am not seeing.
Thanks, sorry for being such a pain.
Please Log in or Create an account to join the conversation.
18 May 2013 08:09 #34320
by cmorley
Ya Jorge when entering something like g10 L10 p10001 z.001
I am not sure what is expected in the tooltable. I woulda thought +.001 in the T1 position.
Chris M
Replied by cmorley on topic Re:Tool offset patch
Chris, there is one detail, I notice now add the value of the compensation to 1000n, and Tn is the wear.
but assumes wear backwards. digit 1 in Z and the display shows -1
sorry is my mistake
thanks
Jorge Viloria
Ya Jorge when entering something like g10 L10 p10001 z.001
I am not sure what is expected in the tooltable. I woulda thought +.001 in the T1 position.
Chris M
Please Log in or Create an account to join the conversation.
18 May 2013 08:10 #34321
by andypugh
You _should_ only need the . ./scripts/rip-environment
(And I tend to have that in my .bashrc file)
To install you need to repeat the compile steps, with a small change:
./configure --prefix /usr
then make, sudo make setuid. and then the compile will over-write the installed version.
Replied by andypugh on topic Tool offset patch
Ok, the only way I seam to be able to make the new build run is by doing this every single time...
cd linuxcnc-dev
cd src
sudo make setuid
cd ..
. scripts/rip-environment
linuxcnc
Can someone help me make the new build run as the default? Got to be something simple I am not seeing.
You _should_ only need the . ./scripts/rip-environment
(And I tend to have that in my .bashrc file)
To install you need to repeat the compile steps, with a small change:
./configure --prefix /usr
then make, sudo make setuid. and then the compile will over-write the installed version.
Please Log in or Create an account to join the conversation.
18 May 2013 08:13 #34322
by cmorley
You don't need the sudo make setuid anymore.
The rest of the commands is what we all do. You can automate it with a script - someone else will have to give you a sample.
The other thing you can try is cd to the src/
and enter: make install-menus
If it still works, you we see extra entries in the Applications/cnc menu.
Chris M
Replied by cmorley on topic Tool offset patch
Ok, the only way I seam to be able to make the new build run is by doing this every single time...
cd linuxcnc-dev
cd src
sudo make setuid
cd ..
. scripts/rip-environment
linuxcnc
Can someone help me make the new build run as the default? Got to be something simple I am not seeing.
Thanks, sorry for being such a pain.
You don't need the sudo make setuid anymore.
The rest of the commands is what we all do. You can automate it with a script - someone else will have to give you a sample.
The other thing you can try is cd to the src/
and enter: make install-menus
If it still works, you we see extra entries in the Applications/cnc menu.
Chris M
Please Log in or Create an account to join the conversation.
Time to create page: 0.291 seconds