diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-07-13 09:18:47 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-07-13 09:18:47 +0000 |
| commit | a6e315222478e3f425cce3e5f06e5a92e85cb076 (patch) | |
| tree | efae5834f35e2bc2c9171b48e1725a62bf9559be /cad/linuxcnc-devel/files/patch-scripts_sim__pin | |
| parent | - Clarify LICENSE (diff) | |
LinuxCNC controls CNC machines. It can drive milling machines,
lathes, 3d printers, laser cutters, plasma cutters, robot arms,
hexapods, and more.
- Accepts G-code input, drives CNC machines in response.
- Active user community.
- Several different GUIs available.
- Compatible with many popular machine control hardware interfaces.
- Supports rigid tapping, cutter compensation, and many other advanced
control features.
WARNING: This port is simulation-only for now.
WWW: http://linuxcnc.org/
Diffstat (limited to 'cad/linuxcnc-devel/files/patch-scripts_sim__pin')
| -rw-r--r-- | cad/linuxcnc-devel/files/patch-scripts_sim__pin | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cad/linuxcnc-devel/files/patch-scripts_sim__pin b/cad/linuxcnc-devel/files/patch-scripts_sim__pin new file mode 100644 index 000000000000..9dfaa413e150 --- /dev/null +++ b/cad/linuxcnc-devel/files/patch-scripts_sim__pin @@ -0,0 +1,8 @@ +--- scripts/sim_pin.orig 2016-06-25 02:19:12 UTC ++++ scripts/sim_pin +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/bin/env wish8.6 + + if [catch {package require Hal} msg] { + puts "\nProblem: $msg" |
