Manual Toolchange Library nf e.g nf.start(app);
- robksawyer
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
02 Nov 2016 00:18 - 02 Nov 2016 00:39 #82331
by robksawyer
Manual Toolchange Library nf e.g nf.start(app); was created by robksawyer
Can someone tell me where I can find more information about nf?
I'm trying to learn more about what's happening in the following and I'm familiar with Tkinter and rs274, but my Google searches for nf are not teaching me much. Any insight appreciated.
The following snipped is from
Update: Does it have anything to do with NF Screen Designer? See searchcode.com/codesearch/view/99895547/
I'm trying to learn more about what's happening in the following and I'm familiar with Tkinter and rs274, but my Google searches for nf are not teaching me much. Any insight appreciated.
The following snipped is from
/usr/bin/hal_manualtoolchange
import Tkinter, nf, rs274.options
app = Tkinter.Tk(className="AxisToolChanger")
app.wm_geometry("-60-60")
app.wm_title(_("AXIS Manual Toolchanger"))
rs274.options.install(app)
nf.start(app); nf.makecommand(app, "_", _)
Update: Does it have anything to do with NF Screen Designer? See searchcode.com/codesearch/view/99895547/
Last edit: 02 Nov 2016 00:39 by robksawyer.
Please Log in or Create an account to join the conversation.
- dgarrett
- Offline
- Platinum Member
-
Less
More
- Posts: 567
- Thank you received: 325
02 Nov 2016 01:20 - 02 Nov 2016 01:26 #82332
by dgarrett
Replied by dgarrett on topic Manual Toolchange Library nf e.g nf.start(app);
(using 2.7) in bin/hal_manualtoolchange:
The file in the source tree is actually nf.py.in (substitutions are made with make)
import Tkinter, nf, rs274.options
find . -iname 'nf.py'
./lib/python/nf.py
The file in the source tree is actually nf.py.in (substitutions are made with make)
$ cd lib/python
$ git ls-files nf\*
nf.py.in
Last edit: 02 Nov 2016 01:26 by dgarrett.
Please Log in or Create an account to join the conversation.
Time to create page: 0.133 seconds