#linuxcnc-devel | Logs for 2016-01-16

Back
[03:49:27] <micges> jepler: have you seen clipper.js from that project?
[04:09:02] <micges> code is obfuscated
[08:42:01] <jepler> micges: no, I didn't look at the source at all. :-/
[08:43:51] <KGB-linuxcnc> 03Norbert Schechner 052.6 2f6548c 06linuxcnc 10(9 files in 2 dirs) gmoccapy_1_5_5_5 - small bug fix in hal jogging and fixed a typo * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2f6548c
[08:43:51] <KGB-linuxcnc> 03Norbert Schechner 052.6 2272e69 06linuxcnc Merge branch '2.6' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into 2.6 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2272e69
[08:45:27] <jepler> micges: a little effort tracks down http://sourceforge.net/projects/jsclipper/files/Javascript_Clipper_6.1.3.2.zip/download which has clipper_unminified.js (though that is still a concatenation of several javascript libraries afaict)
[08:46:27] <jepler> :-/ javascript people really haven't grasped the point of Free software in the same way as old Unix people have
[09:02:16] <norbert__> I just made a bug fix and corrected a typo in gmoccapy in branch 2.6 - If I try to merge 2.6 in 2.7 I get a conflict in VERSION and changelog. Can someone fix that please?
[10:03:29] <jepler> norbert__: I will look at it.
[10:03:43] <jepler> thank you for asking
[10:05:32] <KGB-linuxcnc> 03Jeff Epler 052.7 2896476 06linuxcnc 10debian/changelog 10debian/extras/linuxcnc.files Merge remote-tracking branch 'origin/2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2896476
[10:13:38] <KGB-linuxcnc> 03Jeff Epler 05master 4c485bc 06linuxcnc 10debian/changelog Merge remote-tracking branch 'origin/2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4c485bc
[10:26:44] <KGB-linuxcnc> 03Jeff Epler 05master 4c485bc 06linuxcnc 10debian/changelog Merge remote-tracking branch 'origin/2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4c485bc
[10:27:43] <KGB-linuxcnc> 03Jeff Epler 05master 4c485bc 06linuxcnc 10debian/changelog Merge remote-tracking branch 'origin/2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4c485bc
[11:02:45] <maxcnc> Hi Q: Why is it so hard to get a info on Pos in respect to G53 the Mashining origin to the G-code
[11:03:43] <maxcnc> maybe noone needed it bevor all points are accesabel by paraameters numberd Vars exept the mashining point itself
[11:04:40] <maxcnc> i needed to go over a analog-in and M66 as #5399 to get the absolut pos-cmd or fb to the gcode
[11:05:33] <maxcnc> whear iset there a #<_xxxx> that holds the actuell position of g53
[11:06:34] <jepler> figure out a good way to add it, and send us a github pull request.
[11:07:13] <Tom_itx> is there a high res ver of the chips logo anywhere?
[11:07:29] <jepler> Tom_itx: unfortunately I don't think so
[11:10:10] <linuxcnc-build> build #1694 of 4016.deb-wheezy-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/1694 blamelist: Norbert Schechner <nieson@web.de>, Sebastian Kuzminsky <seb@highlab.com>, Jeff Epler <jepler@unpythonic.net>, John Thornton <bjt128@gmail.com>
[11:10:56] <maxcnc> Tom_itx: the tux you can get with 2500pix
[11:12:12] <maxcnc> jepler: whera are the parameters generated or modified in the system files axis glcanon ?
[11:14:24] <maxcnc> in first hand i need to find a documentation on the _globels
[11:15:08] <maxcnc> there might be already somthing like #<_tcx> for all 9 joints
[11:25:10] <maxcnc> jepler: 5440-5448 - Current absolut position in respect to mashine coordinate system and in the current program units for X, Y, Z, A, B, C, U, V & W,
[11:25:23] <maxcnc> eoudt that be commen
[11:25:35] <maxcnc> lets try to implement this
[13:33:04] <maxcnc> hi i try to compile linuxcnc from git on 10.04 git clone ok the problem is configure: error: boost::python is required to build LinuxCNC
[13:33:36] <maxcnc> libboost-python-dev is 1.40.0
[13:34:03] <maxcnc> --with-boost-python=libboost-python-dev
[13:34:09] <maxcnc> is this correct
[13:34:30] <maxcnc> or do i need to set the path there
[13:34:43] <maxcnc> ./configure --enable-run-in-place --enable-simulator --without-libmodbus --with-python=python2.7 --with-tkConfig=/usr/lib/tk8.5/tkConfig.sh --with-tclConfig=/usr/lib/tcl8.5/tclConfig.sh --with-boost-python=libboost-python-dev
[13:35:56] <JT-Shop> mine is libboost-python1.49.0
[13:36:17] <maxcnc> you may not be on 10.04
[13:36:22] <JT-Shop> but let me look at 10.04
[13:37:32] <JT-Shop> yea 1.40.0 on my 10.04
[13:38:05] <Roguish> JT-Shop.
[13:38:14] <maxcnc> so what shoudt i add in --with-boost-python=
[13:38:33] <JT-Shop> yo
[13:38:39] <Roguish> I loaded the wheeze RT on my test setup. no real issues.
[13:38:42] <maxcnc> is this the path to the so file
[13:38:54] <Roguish> do have a few doc comments though.
[13:39:02] <Roguish> purely constructive.
[13:39:04] <JT-Shop> maxcnc: look in configure for options
[13:39:31] <maxcnc> this is the option
[13:39:40] <maxcnc> --with-boost-python=
[13:39:48] <JT-Shop> or type ./configure --help
[13:39:50] <maxcnc> but what to add behind the =
[13:41:40] <maxcnc> --with-boost-python=boost_python-py27
[13:41:45] <maxcnc> does not work
[13:42:10] <JT-Shop> I'm at the end of my SWAG's for that
[13:43:49] <maxcnc> i think i need to clone linuxcnc2.5 insted of 2.7
[13:44:01] <JT-Shop> why
[13:44:09] <maxcnc> this only requirers python 2.6
[13:44:23] <JT-Shop> why not 2.6?
[13:44:24] <maxcnc> as default on 10.04
[13:44:49] <JT-Shop> no need to clone only need to checkout the branch you want
[13:44:49] <maxcnc> let me see
[13:45:18] <JT-Shop> git checkout branch-name also git branch -r to list all branches
[13:45:49] <JT-Shop> so for branches after 2.4 it is git checkout 2.5 or 2.6 or 2.7
[13:48:20] <JT-Shop> configure works for me on 10.04 and 2.7 branch
[13:59:23] <maxcnc> not for mee
[14:01:35] <maxcnc> JT-Shop: where is your libmodbus-dev from its not available in 10.04
[14:07:48] <maxcnc> SMILE
[14:10:35] <maxcnc> JT-Shop: do you know where the globel parameters are listed in src
[14:11:53] <maxcnc> non smile /usr/bin/env: python: Permission denied
[14:12:44] <maxcnc> "/usr/bin/xgettext: no input file given
[14:13:00] <maxcnc> make: *** [po/linuxcnc.pot] Error 1
[14:15:45] <JT-Shop> you might need sudo apt-get install libboost-python-dev
[14:15:52] <JT-Shop> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC#Getting_the_source_with_git
[14:15:58] <maxcnc> its on
[14:18:24] <JT-Shop> I have to put a new hard drive in the BP so I'll see what needs to be done
[14:18:33] <JT-Shop> but first there is firewood to cut
[14:20:20] <pcw_home> Preemt-RT 4.4-rc2 seems fine on my $40 clunker CoreDuo:
[14:20:22] <pcw_home> Linux pcw-G41M-Combo 4.4.0-rt2 #1 SMP PREEMPT RT Sat Jan 16 11:09:39 PST 2016 i686 i686 i686 GNU/Linux
[14:20:23] <pcw_home> http://freeby.mesanet.com/e8500-rt4.4.png
[14:20:25] <pcw_home> (5 min of 10 glxgears+youtube videos)
[14:22:10] <pcw_home> 4.4 is nice since it has support for the GPU's on new Intel CPUs (Skylake/Broadwell)
[14:26:21] <maxcnc> pcw_home: after a bios update the new mesa5i25 starts
[14:34:57] <maxcnc> no way to make im done for today By
[15:37:04] <KGB-linuxcnc> 052.6-comp-name-check 7b36721 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7b36721
[16:04:11] <pcw_home> Preemt-RT 4.4-rc2 is definitely better that 4.1.15 on the Core Duo
[16:05:10] <pcw_home> used to have a forest of 10-20 usec latency spikes when moving the mouse, all gone now
[16:05:40] <pcw_home> better than
[16:06:37] <seb_kuzminsky> that's reall great
[16:07:39] <pcw_home> Really impressed that they are up to date with the latest kernel too
[16:17:41] <micges_> zlog: aya
[16:54:53] <JT-Shop> pcw_home: do you have any info on how you gto Preemp-RT up and going?
[16:57:36] <pcw_home> http://freeby.mesanet.com/makert4.4.2
[16:58:50] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master a760846 06linuxcnc 10src/hal/utils/halcmd_commands.c halcmd help: clarify loadusr's -Wn argument * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a760846
[16:59:51] <JT-Shop> thanks pcw_home I'll give that a whirl in the morning
[17:00:58] <pcw_home> Ill post my .config (you will need to set the 64 bit checkbox if you have a 64 bit system)
[17:01:35] <JT-Shop> 32 bit on everything but one
[17:03:40] <pcw_home> http://freeby.mesanet.com/dotconfig
[17:04:41] <pcw_home> (needs to be renamed to .config and copied to linux4.4 directory if you want to start with it)
[17:06:20] <JT-Shop> thanks
[17:06:50] <pcw_home> has about a billion drivers enabled so may take an hour or so to compile
[17:07:13] <JT-Shop> I'm in no hurry :)
[18:06:49] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 7517f8a 06linuxcnc 03src/hal/user_comps/thermistor.comp add a thermistor component * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7517f8a
[18:06:49] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master ba85aca 06linuxcnc 10src/Makefile build: add a "make headers" target, to let userspace comps build * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ba85aca
[18:06:49] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master aba2947 06linuxcnc 10src/hal/user_comps/Submakefile build system: add user_comps .comp support * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=aba2947
[18:06:50] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 8a0b4d3 06linuxcnc 10src/hal/components/Submakefile add conv-bit-float component * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8a0b4d3
[18:07:20] <KGB-linuxcnc> 05seb/master/thermistor 04304f0 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=04304f0
[19:05:46] <Roguish> JT_Shop: is this the Spider you keep talking about? http://www.slashgear.com/2016-mclaren-650s-spider-review-01420702/
[19:47:19] <jepler> JT-Shop: there was definitely a time where onboard video which shared RAM with the CPU was bad for latency, at least in certain chipsets.
[19:47:56] <jepler> doing an operation like maximizing or opaquely dragging a window could cause multi-ms latencies
[19:48:46] <skunkworks> jepler: how do you know that? ;) clunk cluck clunk 'STOP THAT'
[19:51:01] <jepler> skunkworks: yup
[19:51:12] <jepler> I was hoping nobody would remember
[19:51:33] <jepler> at the first CNC workshop I attended, the famous Mazak that had been retrofitted with linuxcnc had this problem
[19:51:49] <jepler> and when I found it, I kept triggering the problem, making the machine go bam-bam-bam, like an idiot child
[19:51:56] <jepler> skunkworks: fair summary?
[19:52:17] <jepler> but john k quickly put a stop to that
[19:53:27] <skunkworks> classic jmk
[19:54:05] <skunkworks> I got yelled at when I didn't say the revision level correctly ;)
[19:54:57] <skunkworks> .01 not .1 (or something like that)
[20:00:46] <jepler> I *think* that was so long ago that we weren't all using emc2 yet
[20:01:38] <jepler> oh the barbarity
[20:03:33] <skunkworks> I think you are right
[21:14:13] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 6dfacb2 06linuxcnc 10docs/man/.gitignore tell git to ignore the generated thermistor.1 manpage * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6dfacb2
[22:09:52] <linuxcnc-build> build #1013 of 4014.deb-wheezy-rtpreempt-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4014.deb-wheezy-rtpreempt-i386/builds/1013 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[23:29:30] <KGB-linuxcnc> 03chris morley 052.7 890633b 06linuxcnc 10src/emc/usr_intf/pncconf/build_INI.py 10src/emc/usr_intf/pncconf/dialogs.glade 10src/emc/usr_intf/pncconf/pncconf.py pncconf: fix spindle setting controls not showing sometimes * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=890633b