option wear tool lathe

More
17 Jan 2015 03:47 #55106 by jlviloria
Replied by jlviloria on topic option wear tool lathe
Dgarret install this version

wget buildbot.linuxcnc.org/dists/wheezy/2.7-r...75.g18a933a_i386.deb

Reproduce the installation steps, and still the same error, I guess stdglue must be a python module, which for some reason is not reading,

with this version of LinuxCNC, does not generate the file in linuxcnc/configs

you think you touch me Formatting? how do I delete all LinuxCNC and reinstall everything from scratch.

thanks,

Please Log in or Create an account to join the conversation.

More
17 Jan 2015 04:02 - 17 Jan 2015 04:44 #55107 by dgarrett
Replied by dgarrett on topic option wear tool lathe
Using a deb install:
$ ls
linuxcnc_2.7.0~pre2.275.g18a933a_i386.deb  old
$ dpkg --contents *.deb|grep stdglue
-rw-r--r-- root/root      7781 2014-10-29 18:41 ./usr/share/doc/linuxcnc/examples/sample-configs/sim/gmoccapy/python/stdglue.py
drwxr-xr-x root/root         0 2015-01-14 21:07 ./usr/share/linuxcnc/ncfiles/remap_lib/python-stdglue/
-rw-r--r-- root/root     14913 2015-01-14 21:07 ./usr/share/linuxcnc/ncfiles/remap_lib/python-stdglue/stdglue.py

# When using the config selector and creating a config, it makes links in ~/linuxcnc/nc_files  to
# the system-provided library directories like remap_lib

$ cd ~/linuxcnc/configs/sim.axis.lathe-fanucy
$ grep stdglue *.ini
PATH_APPEND=../../nc_files/remap_lib/python-stdglue/
$ pwd
/home/username/linuxcnc/configs/sim.axis.lathe-fanucy
$ ls ../../nc_files/remap_lib/python-stdglue
stdglue.py

how do I delete all LinuxCNC and reinstall everything from scratch.


If you did a make install to /usr, you will have to do it manually since the
Makefile does NOT provide an uninstall option.

However, installing a buildbot deb should overwrite files so that may fix. A
deb install will not remove installed files that are not common to the deb (but
these should be zero or at least few in number).
Last edit: 17 Jan 2015 04:44 by dgarrett.

Please Log in or Create an account to join the conversation.

More
23 Jan 2015 12:14 - 21 Feb 2015 05:46 #55281 by joekline9
Replied by joekline9 on topic option wear tool lathe
Using LinuxCNC ver 2.6....
Use G43.2 for wear offset

M6 T1 G43 (Gets tool offsets from tool table.)
G43.1 X.001 (Replaces offset. Does NOT add to it as in docs :S )

G43.2 H10 (adds tool 10's offsets to current offsets as it should :) )

You can have multiple G43.2 H10 lines which will acumulate.
You could set Tool 10 X offset to -.0001
Each line will add another -.0001
Last edit: 21 Feb 2015 05:46 by joekline9.

Please Log in or Create an account to join the conversation.

Time to create page: 0.074 seconds
Powered by Kunena Forum