#linuxcnc-devel Logs

Mar 21 2017

#linuxcnc-devel Calendar

12:31 AM KGB-linuxcnc: 03Chris Morley 052.7 7e66235 06linuxcnc 10src/emc/usr_intf/pncconf/build_HAL.py pncconf -fix spindle command using wrong signal name * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7e66235
12:44 AM KGB-linuxcnc: 03Chris Morley 05master 18ad724 06linuxcnc 10src/emc/usr_intf/pncconf/build_HAL.py Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=18ad724
12:27 PM KGB-linuxcnc: 03John Thornton 052.7 8ec2e0f 06linuxcnc 10docs/src/hal/basic-hal.txt Docs: add missing information about addf command * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8ec2e0f
06:26 PM jasen_: hi all
06:26 PM jasen_: can somebody help me
06:26 PM andypugh: just ask the question…
06:26 PM jasen_: I am trying to start second instance of the interpreter for my GUI , but I am getting the folowing error
06:27 PM jasen_: terminate called after throwing an instance of 'boost::python::error_already_set'
06:47 PM seb_kuzminsky: jasen_: i'm not sure how to do that, but i'd start by looking at how gremlin does it
06:47 PM jasen_: gremlin?
06:49 PM jasen_: ok. got it
06:50 PM jasen_: I dont know python , and it is usless for me. I want to escape from it
06:50 PM jasen_: but thanks seb
06:52 PM seb_kuzminsky: look at how Task instanciates Interp, that's all C/C++, no python
07:01 PM skunkworks: seb_kuzminsky, what are your thoughts on reverse run in master? (it would have to be re-done for JA)
07:01 PM skunkworks: I might be the only one that has tested it.. (other than rob)
07:02 PM skunkworks: so far no issue - and it seems to play well with tool changes and such (just stops)
08:00 PM KGB-linuxcnc: 03chris morley 05master ba2ae2c 06linuxcnc 10lib/python/hal_glib.py gladevcp -add more Gobject messages * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ba2ae2c
08:00 PM KGB-linuxcnc: 03chris morley 05master f9a63f9 06linuxcnc 10lib/python/gladevcp/hal_mdihistory.py gladevcp -add interactive commands to load debug programs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f9a63f9
08:00 PM KGB-linuxcnc: 03chris morley 05master 282b90e 06linuxcnc 10lib/python/gladevcp/hal_python.xml 10lib/python/gladevcp/hal_pythonplugin.py 03lib/python/gladevcp/macro_widget.py gladevcp -add macro selection widget * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=282b90e
09:23 PM seb_kuzminsky: skunkworks: i haven't looked at it, so i don't have a valid opinion
09:23 PM seb_kuzminsky: it's a great first step that it works
09:24 PM seb_kuzminsky: thanks for testing it
09:24 PM seb_kuzminsky: it's probably more mozmck's call than mine though