diff options
author | Dewey Garrett <dgarrett@panix.com> | 2013-12-10 08:40:44 -0700 |
---|---|---|
committer | Dewey Garrett <dgarrett@panix.com> | 2013-12-10 16:53:48 -0700 |
commit | 9bf26dfc66e13a3156d6356fd29baae9914c1df8 (patch) | |
tree | 3420639861f5819de3f3637a01b8c51faf3b211c /configs/sim/touchy/gladevcp | |
parent | 8d90ebb51f0a425c920ca62dab8107f5bd0f4579 (diff) | |
download | linuxcnc-9bf26dfc66e13a3156d6356fd29baae9914c1df8.tar.gz linuxcnc-9bf26dfc66e13a3156d6356fd29baae9914c1df8.zip |
rearrange: some configs housecleaning
Move one-time-usage files:
root/nc_files/foam.ngc,t3.ngc,taskcall.ngc,toolchange-demo.ngc
to the specific config local dir to support working with a deb install (and
reduce clutter by moving non-generic files from root/nc_files)
(note: deb installs:
( cp root/nc_files/* /usr/share/linuxcnc/ncfiles/
( and pickconfig creates a link:
( ~/linuxcnc/nc_files/examples --> /usr/shre/linuxcnc/ncfiles
(so configs that names that work in RIP by referring to nc_files/ by a relative
(symlink will not have the same name in a deb install. The _lib
(directories are accesible by identical relative links.
General config dir and ini updates:
specify local files with OPEN_FILE for one-time-usage cases
replace bogus OPEN_FILE specifiers (null.ngc, ~user/, etc) with ""
chmod 644 hal,tbl,ini files
Create nc_files/orphans directory to isolate abandoned and superseded .ngc
files after rearrangement (root/nc_files/on_abort.ngc)
----------------------------------------------------------------------------
Specific config dir updates:
sim/gscreen
changes to make ini files start:
remove test_postgui.hal and comment-out ini reference
remove some unused files
sim/touchy/gladevcp
use symlink for simpockets.tbl
sim/axis/python_demo/*.ini
edit ini [EMC]MACHINE for more info in titlebar labeling
add missing sim_mm_test.hal link
fix SUBROUTINE_PATH to find on_abort in remap_lib
mv orient.README to orient.txt for display in picker
sim/axis/remap/*
edit ini [EMC]MACHINE for more info in titlebar labeling
fix SUBROUTINE_PATH to find on_abort in remap_lib
add missing symlinks for halfiles and amend ini for local
Diffstat (limited to 'configs/sim/touchy/gladevcp')
l---------[-rw-r--r--] | configs/sim/touchy/gladevcp/simpockets.tbl | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/configs/sim/touchy/gladevcp/simpockets.tbl b/configs/sim/touchy/gladevcp/simpockets.tbl index a89efcd59..bcb1f52e5 100644..120000 --- a/configs/sim/touchy/gladevcp/simpockets.tbl +++ b/configs/sim/touchy/gladevcp/simpockets.tbl @@ -1,16 +1 @@ -T0 P0 ;no tool -T10 P1 Z-3.406343 ;other big jacobs chuck -T16 P3 ;little jacobs chuck -T12 P4 Z-4.596806 ;1/2 2fl long em -T6 P5 Z-0.950266 ;big jacobs chuck -T3 P6 D2.250000 Z-6.595331 ;2-1/4 face mill -T1 P7 D0.750000 Z-5.319396 ;3/4 roughing -T7 P8 Z-2.979905 ;big albrecht drill chuck .25 drill -T11 P9 D0.125000 Z-6.307857 ;1/8 2fl end mill -T15 P10 Z-3.730620 ;little albrecht chuck spot drill -T2 P11 D0.750000 Z-6.366394 ;3/4 2 flute -T14 P12 Z-5.305736 ; -T8 P13 Z-7.213145 ;V engraving tool -T9 P14 Z-6.163994 ;90 deg 3/8 mill-drill -T5 P15 Z-2.825524 ;long ER40 collet chuck -T4 P16 D0.375000 Z-5.307185 ;3/8 4fl carbide +../../simpockets.tbl
\ No newline at end of file |