#linuxcnc-devel | Logs for 2014-08-16

Back
[15:08:51] <KGB-linuxcnc> 03Chris Morley 05new_pncconf aa0c64b 06linuxcnc 10src/emc/usr_intf/pncconf/pncconf.py pncconf -fix bugs, improve debug messages * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=aa0c64b
[18:14:47] <KGB-linuxcnc> 03Chris Morley 05new_pncconf cfb23c9 06linuxcnc 10src/emc/usr_intf/pncconf/help.glade pncconf -fix missing text in help diagram * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=cfb23c9
[18:14:47] <KGB-linuxcnc> 03Chris Morley 05new_pncconf 869e684 06linuxcnc 10src/emc/usr_intf/pncconf/help.glade pncconf -fix help * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=869e684
[22:35:11] <jepler> well my assembler is becoming a hellhole, but it's also getting closer to compiling sslbp with its terrible macros
[22:41:21] <pcw_home> A little late but it would be possible to avoid the macros but using the intermediate file thats pure assy
[22:41:34] <pcw_home> s/but/by/
[22:43:04] <pcw_home> probably not a lot more incomprehensible than the source
[22:44:23] <pcw_home> I'm in the middle of patching the twiddler module so it works with the latest processor
[22:51:10] <pcw_home> I have an idea that the twiddler module could share the sserial driver code
[22:51:11] <pcw_home> with just a small change of the discovery data access method (it becomes just uproc local memory access)
[22:51:13] <pcw_home> This would mean you could download stiffware to the attached processor all the rest would be generic and automatic