#linuxcnc-devel | Logs for 2016-06-24

Back
[00:07:58] <jepler> 20 minutes later it's still logging the same message
[00:08:51] <jepler> but once I touch the rapid slider once, then it starts doing *that* NML command even more frequently than the EMC_SET_DEBUG
[00:09:09] <jepler> but somehow going back to estop state fixes this
[00:11:19] <jepler> yes, somehow it is that commit. boooo
[00:13:41] <jepler> case EMC_SET_DEBUG_TYPE:
[00:13:43] <jepler> ...
[00:13:46] <jepler> retval = emcTaskIssueCommand(emcCommand);
[00:13:47] <jepler> return retval;
[00:13:47] <jepler> break;
[00:14:03] <jepler> so it doesn't hit the block that acknowledges the message receipt
[00:15:22] <jepler> I think we're better off reverting that commit for now
[00:17:03] <jepler> https://emergent.unpythonic.net/files/sandbox/0001-task-Fix-serial-number-handling-after-516deaef.patch
[00:17:17] <jepler> dgarr, seb_kuzminsky ^^^
[00:20:54] -!- Robh__ has quit [Ping timeout: 272 seconds]
[00:23:41] <dgarr> jepler: that fix (sandbox one) seems to work on my original example (not simplified, not hw but uspace on my dev machine) in ja15
[00:24:42] -!- kingarmadillo has quit [Ping timeout: 272 seconds]
[00:26:31] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[00:27:32] <jepler> dgarr: that's good news, thanks for testing!
[00:27:46] <jepler> the revert is actually a bit less straightforward, you'd get a conflict if you tried it.
[00:34:04] <dgarr> jepler: so not sure what to do for ja15? git am your patch works on ja15 -- should i do that and move on? afk -- i will read back
[00:40:38] <jepler> dgarr: let's stick around until seb_kuzminsky decides revert or apply additional fix
[00:41:04] <jepler> whatever it is, he will end up doing it to the 2.6 branch and it will get merged up to master that way
[00:41:38] -!- Servos4ever has quit [Quit: ChatZilla 0.9.92 [Firefox 47.0/20160604131506]]
[00:43:30] <jepler> if the thing you pick is the thing he picks, and we do one last JAxx rebase, it'll disappear. otherwise, it'll be an additional conflict to handle in the ultimate merge or rebase
[00:51:01] -!- gregcnc has quit [Read error: Connection reset by peer]
[01:09:09] -!- skunkworks [skunkworks!~skunkwork@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[01:19:56] <jepler> hmm I may be counting my chickens too early, but it looks like my latency gets much better if I switch from nvidia to intel for my X graphics
[01:20:25] <jepler> .. but I can still run nvidia opengl programs with 'optirun'
[01:26:19] <jepler> max latency more like 24us after 7 minutes, seems like a success!
[01:29:01] -!- gregcnc has quit [Read error: Connection reset by peer]
[01:31:37] -!- anth0ny_ has quit [Quit: anth0ny_]
[01:34:03] -!- jefrite has quit [Ping timeout: 264 seconds]
[01:41:58] -!- icecube45 has quit [Ping timeout: 272 seconds]
[01:42:15] -!- icecube45 has quit [Changing host]
[01:42:59] -!- kingarmadillo has quit [Ping timeout: 260 seconds]
[01:53:33] -!- douedd has quit [Ping timeout: 240 seconds]
[02:16:14] -!- JT-Shopp [JT-Shopp!~john@198.45.191.246] has joined #linuxcnc-devel
[02:17:40] -!- JT-Shop has quit [Read error: Connection reset by peer]
[02:25:14] -!- andypugh has quit [Quit: andypugh]
[02:28:42] -!- skunksleep has quit [Ping timeout: 260 seconds]
[02:43:14] <seb_kuzminsky> jepler: i think your fix is spot on
[02:43:52] -!- kingarmadillo has quit [Ping timeout: 252 seconds]
[02:44:15] <seb_kuzminsky> i agonized over 516deaefd since it is so invasive, but it was needed to work around part of the bug-clusterfuck that fell out of zultron's bug report
[02:44:50] <seb_kuzminsky> without that commit, the command ack happened in Task's main(), and i needed to defer emcTaskPlan() processing in some situations
[02:45:04] <seb_kuzminsky> ie while draining the interp list
[02:45:41] <seb_kuzminsky> so i had to move the acking of emcCommand to emcTaskPlan, so that main wouldn't erroneously ack commands that emcTaskPlan hadn't processed yet
[02:46:07] <seb_kuzminsky> did that make any sense? i'm very sleepy
[02:55:14] -!- Frank_11 has quit [Quit: Nettalk6 - www.ntalk.de]
[02:57:57] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[03:11:44] <seb_kuzminsky> jepler: my only comment on your fix is that it adds a call to readahead_reading() where before there wasnt one
[03:13:35] -!- icecube45 has quit [Ping timeout: 244 seconds]
[03:14:14] <KGB-linuxcnc> 03Jeff Epler 052.6-task-fix a38665b 06linuxcnc 10src/emc/task/emctaskmain.cc task: Fix serial number handling after 516deaef * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a38665b
[03:14:37] <seb_kuzminsky> that's my proposal
[03:15:25] -!- icecube45 has quit [Changing host]
[03:21:06] -!- SpeedEvil has quit [Ping timeout: 250 seconds]
[03:26:41] <seb_kuzminsky> in the snapshot.debian.org kernels, 4.1-rt installs without drama, but 4.6 needs xorg(!) updates too
[03:27:08] <seb_kuzminsky> so frmo a packaging & redistributing logistics point of view, 4.1 will be easier to deal with than 4.6
[03:27:19] <seb_kuzminsky> i'm running latency tests on 4.1 now, will report back in the morning
[03:31:38] -!- anth0ny_ has quit [Quit: anth0ny_]
[03:33:48] -!- asdfasd has quit [Ping timeout: 246 seconds]
[03:45:07] -!- kingarmadillo has quit [Ping timeout: 260 seconds]
[03:45:42] -!- Komzzpa has quit [Ping timeout: 246 seconds]
[04:34:29] -!- icecube45 has quit [Ping timeout: 260 seconds]
[04:35:04] -!- icecube45 has quit [Changing host]
[04:40:27] -!- dgarr has quit [Quit: Leaving.]
[04:45:03] -!- anth0ny_ has quit [Quit: anth0ny_]
[04:45:11] -!- kingarmadillo has quit [Ping timeout: 240 seconds]
[05:03:03] -!- skunksleep has quit [Ping timeout: 240 seconds]
[05:04:38] -!- ve7it has quit [Ping timeout: 272 seconds]
[05:04:56] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[05:32:30] -!- kwallace [kwallace!~kwallace@162.222.30.254] has parted #linuxcnc-devel
[05:47:34] -!- kingarmadillo has quit [Ping timeout: 250 seconds]
[05:58:35] -!- yasnak has quit [Read error: Connection reset by peer]
[06:03:43] -!- teepee has quit [Ping timeout: 244 seconds]
[06:06:30] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[06:08:51] -!- ve7it has quit [Remote host closed the connection]
[06:12:16] -!- Mathnerd314 has quit [Ping timeout: 250 seconds]
[06:25:23] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[06:48:03] -!- kingarmadillo has quit [Ping timeout: 240 seconds]
[06:53:37] -!- DGMurdockIII has quit [Read error: Connection reset by peer]
[06:55:06] -!- Robh__ [Robh__!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[07:37:45] -!- DaViruz has quit [Ping timeout: 276 seconds]
[07:45:44] -!- Miner_48er has quit [Quit: Leaving]
[07:49:19] -!- kingarmadillo has quit [Ping timeout: 260 seconds]
[08:07:16] -!- Duc_mobile has quit [Ping timeout: 252 seconds]
[08:09:44] -!- nofxx has quit [Ping timeout: 260 seconds]
[08:09:58] -!- nofxx has quit [Changing host]
[08:48:52] -!- ikcalB [ikcalB!~ikcalB@mail.team-electronics.com] has joined #linuxcnc-devel
[08:48:57] <ikcalB> :bn
[08:49:30] -!- kingarmadillo has quit [Ping timeout: 246 seconds]
[08:49:32] <ikcalB> hey guys. tnx for all your support, especially jepler - the preview does run again.
[08:50:39] <ikcalB> it was taken (saying of my colleague) from another c/c++ gui 3y ago. unfortunately, it's not that usefuel, as it does take ages for any larger program to load
[08:51:23] <ikcalB> is there an easy possibility, to use gremlin (or whatever axis uses for preview - still investigating) in c++?
[08:54:15] BitEvil is now known as SpeedEvil
[09:10:16] -!- b_b has quit [Changing host]
[09:14:08] -!- Robh__ has quit [Ping timeout: 258 seconds]
[09:21:55] -!- Hydrar has quit [Remote host closed the connection]
[09:28:07] -!- skunksleep has quit [Ping timeout: 260 seconds]
[09:41:46] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[09:50:33] -!- kingarmadillo has quit [Ping timeout: 258 seconds]
[10:04:51] -!- skunkworks has quit [Ping timeout: 244 seconds]
[10:28:53] -!- nofxx has quit [Ping timeout: 258 seconds]
[11:19:55] -!- cpresser has quit [Ping timeout: 250 seconds]
[11:29:33] -!- icecube45 has quit [Ping timeout: 240 seconds]
[11:30:06] wtsmer is now known as remstw
[11:30:47] -!- icecube45 has quit [Changing host]
[11:32:05] -!- gregcnc has quit [Read error: Connection reset by peer]
[11:42:43] <jepler> seb_kuzminsky: maybe a goto then
[11:44:57] <jepler> ikcalB: at best it would be a challenge to do. I'm not sure how you would achieve it.
[11:45:27] <jepler> seb_kuzminsky: oh wait a goto is your proposal.
[11:46:26] <ikcalB> jepler: had a look into the files, on would probably have to write a wrapper to use the gremlin implementation of python. yet I managed to make our c++only preview to suck much less.
[11:48:14] <ikcalB> your patch regarding `InterpBase *makeInterp()` works fine! the same would be needed for `knot_vector_creator` (used in NURBS_FEED)
[11:48:21] -!- Robh__ [Robh__!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[11:50:40] <jepler> isn't that prototype already in the header file canon.cc ?
[11:51:01] <jepler> er canon.hh
[11:51:30] <ikcalB> prototype is there, I got undefiend reference. implementation is not in any library (same for makeInterp, as ofc, this was not intended before)
[11:52:12] <jepler> oh sorry, it's too early in the morning and I have things backwards
[11:53:13] <ikcalB> to have things backwards? how early is it, @yours? we've got nice 30°C @ 2pm
[11:54:00] <jepler> oh I'm in the middle of the US, so it's 7AM and apparently just 18°C
[11:54:18] <jepler> 33°C later though
[11:55:01] <ikcalB> western AUSTRIA (no L ;) here. so grab a coffe, and relax. that was just fyi
[11:58:30] <jepler> I could find it on the map in only two tries
[11:59:20] <ikcalB> :D take that as a compliment!
[12:00:45] <jepler> well I'm still in the dark about your problem regarding knot_vector_creator though
[12:01:24] <jepler> let me try one more thing..
[12:01:56] <ikcalB> when linking against the package (libraries), there is the prototype in canon.hh. when viewing exported symbols with `nm`, I cannot find that functions beeing in any
[12:02:18] <ikcalB> I suppose that's why the linker cannot find a suiting implementation
[12:10:51] -!- roycroft has quit [Ping timeout: 258 seconds]
[12:13:45] -!- zeeshan|2 [zeeshan|2!~kvirc64@CPE84948c379051-CM84948c379050.cpe.net.cable.rogers.com] has joined #linuxcnc-devel
[12:14:51] <jepler> jepler@rat:~/src/linuxcnc/master$ nm -C lib/librs274.so | grep knot_vector_creator
[12:14:54] <jepler> 00000000000fda0d T knot_vector_creator(unsigned int, unsigned int)
[12:16:15] -!- zeeshan has quit [Ping timeout: 244 seconds]
[12:20:29] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:36:50] <ikcalB> nm: /usr/lib/librs274.so: no symbols
[12:40:38] -!- txp has quit [Quit: Leaving]
[12:41:42] Guest86 is now known as Loetmichel
[12:49:50] <ikcalB> btw: this should be a clean 2.7.4 from the reps
[13:03:43] <ikcalB> tried building again (as I was previously not linking against librs274.so) and it works. STILL idk what I'm doing wrong with the `nm -C /usr/lib/librs274.so` - any help?
[13:04:18] <ikcalB> leaving now, will have a look @zlog on monday at latest. have a nice weekend everybody
[13:04:22] -!- ikcalB has quit [Quit: WeeChat 1.5]
[13:15:50] -!- Alpha1125 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[13:30:40] -!- Robh__ has quit [Ping timeout: 272 seconds]
[13:56:49] -!- lair82_ [lair82_!616b5c34@gateway/web/freenode/ip.97.107.92.52] has joined #linuxcnc-devel
[13:57:04] -!- miss0r has quit [Quit: Page closed]
[13:57:58] <lair82_> Would anyone know when the next round of bug fixes will be available? like a 2.7.5 release?
[13:59:33] <lair82_> Norbert pushed a fix for a different issue than the one I brought up yesterday about the permissions problems, this relates to a problem with the icon to select and load the program selected from the nc_files folder not being activated.
[14:00:03] -!- kwallace [kwallace!~kwallace@162.222.30.254] has joined #linuxcnc-devel
[14:00:29] <lair82_> talked about here, https://forum.linuxcnc.org/forum/gmoccapy/30760-some-controls-not-functional-after-update
[14:01:09] <lair82_> The workaround for now, doesn't work on my ubuntu machine, it did on my debian though.
[14:06:46] -!- eeriegeek has quit [Quit: Leaving.]
[14:18:47] -!- ktchk [ktchk!~eddie6929@n219079227004.netvigator.com] has joined #linuxcnc-devel
[14:37:07] <KGB-linuxcnc> 03Jeff Epler 052.6 a38665b 06linuxcnc 10src/emc/task/emctaskmain.cc task: Fix serial number handling after 516deaef * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a38665b
[14:37:07] <KGB-linuxcnc> 052.6-task-fix a38665b 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a38665b
[14:37:53] -!- root-x has quit [Quit: Los jueves me levanto empalmado..]
[14:38:18] -!- icecube45 has quit [Ping timeout: 276 seconds]
[14:38:40] <seb_kuzminsky> lair82_: i had intended to make a stable release a few weeks back, but it was postponed due to bugs
[14:39:00] <seb_kuzminsky> i'm hoping the dust will settle from this task abort fiasco soon, then i'll make 2.6.13 and 2.7.5
[14:39:37] -!- icecube45 has quit [Changing host]
[14:41:12] <lair82> Ok Seb, they just have to use the "Enter" key on the keyboard to select the highlighted file to make it work right now, just aggravating finding these issues, then have the workaround work on one system, then walk over to he next, and it not work.
[14:42:22] <lair82> Kinda like yesterdays problem with file permissions and gmoccapy's file editor problem.
[14:44:26] <jepler> norbert doesn't hang around on irc so this channel is not a good way to bring problems to his attention.
[14:44:57] <lair82> I have noticed this
[14:45:11] <lair82> I posted to the forum regarding this
[14:45:43] <lair82> I just don't know if I should use the forum, or hit directly through email
[14:46:41] <cradek> I think filing bug reports is much better than a forum thread, because we track them and know about them for coordinating bugfix releases
[14:47:28] <jepler> I would really discourage someone from reporting a bug in direct e-mail to the person they think should fix it, unless you already have a relationship with that person
[14:47:42] <lair82> Would that be a valid bug, the file select icon not working after an upgrade?
[14:47:48] <jepler> I basically ignore 99% of e-mails direct to me about linuxcnc, because they should be directed toward a public, community area instead
[14:50:09] <seb_kuzminsky> lair82_: if something isn't working as you expect it should, especially if it used to work, then that should be a bug report on github
[14:50:36] <seb_kuzminsky> it brings the issue to the developers' attention, and you can have a discussion with the relevant parties in the comments of the issue
[14:51:06] <seb_kuzminsky> if it turns out to be user error or miscommunication or something (ie not a bug in the code) we can just close the issue, no harm done
[14:51:25] <lair82> Ok, in past I steered away from that, because most times it was because I fouled something up, but I am pretty confident now with all the stuff I am doing with these now.
[14:51:36] <seb_kuzminsky> great!
[14:52:49] <jepler> If you prefer to take it to the forum first to get a second opinion (or to irc as you have today) that's great too
[14:55:47] <jepler> (and the presence of a workaround, particularly if it's nutty or doesn't work all the time, doesn't make something not a bug)
[14:57:52] <lair82_> The crazy thing is, i just used meld to compare the originals, to new file in master he said to use, and there is no difference between the files???
[14:58:34] -!- ivansanchez has quit []
[15:00:48] <seb_kuzminsky> which file? which versions?
[15:01:27] <jepler> > If you do replace iconview.py with the file from master, all should be OK
[15:03:22] <jepler> there are 2 commits to iconview.py in the 2.7 branch since 2.7.4
[15:03:26] <jepler> *shrug* and afk
[15:06:27] -!- ktchk has quit [Quit: ktchk]
[15:07:52] <seb_kuzminsky> http://highlab.com/~seb/linuxcnc/latency-histogram-3.18-rtai.png
[15:08:00] <seb_kuzminsky> http://highlab.com/~seb/linuxcnc/latency-histogram-4.1-preempt-rt.png
[15:08:26] <seb_kuzminsky> tl;dr: < 70 us jitter with 4.1-preempt-rt
[15:08:43] <seb_kuzminsky> (i didn't test 4.6 because of the xorg dependency)
[15:08:59] <seb_kuzminsky> i vote we put 4.1-preempt-rt in our deb archive
[15:09:02] <seb_kuzminsky> bbl
[15:09:22] <cradek> sweeet
[15:09:43] amnesic_away is now known as amnesic
[15:14:51] <lair82_> Can't I just do a git pull, to update that file?
[15:15:08] <lair82_> And it should work?
[15:37:16] <lair82_> Got it, had to copy it to /usr/share/pyshared/gladevcp/ to get to work properly. But thats not where I put it on the debian machine this morning.
[15:37:50] -!- Mathnerd314 [Mathnerd314!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[15:37:58] <lair82_> I put the new copy in the /linuxcnc-dev/lib/python/gladevcp/ directory,
[15:38:08] <lair82_> on the debian machine
[15:42:21] amnesic is now known as amnesic_away
[15:45:15] -!- MrSunshine has quit [Ping timeout: 276 seconds]
[15:47:14] <jepler> never manually copy files over installed files.
[15:48:12] <jepler> seb_kuzminsky: 4.1 works on both my systems (I've only posted results for one of them, but I know I ran 4.1 on my laptop in the past)
[15:48:17] <jepler> seb_kuzminsky: so yes +1 to that
[15:48:35] <jepler> also people who have followed pcw's instructions have 4.1, and I think that includes jt and skunkworks
[15:52:03] <jepler> if I wanted to run 4.1 myself with nvidia I'd have to sort through that headache, but that's my problem
[15:54:35] <lair82_> I try to leave well enough alone, but after I updated, and saw this, the shop supervisor would have had a shit fit, because it would have required an extra step hitting the enter key.
[15:55:04] -!- Komzpa has quit [Ping timeout: 272 seconds]
[15:58:06] -!- lair82_ has quit [Quit: Page closed]
[16:00:32] <jepler> when installing a different version of the package, the package system is not going to make some attempt to integrate your changes, it's just going to throw them out
[16:05:26] <jepler> I haven't kept track of how debian packages Python but at one point there was something even worse you could manage to do to yourself:
[16:05:33] <jepler> the package would put a .pyc (byte-compiled python) file in place
[16:05:44] <jepler> if you took bad advice, you would copy a .py file into the same directory
[16:05:52] <jepler> Python will take the .py file and not the .pyc file, if they don't match
[16:06:03] <jepler> now, updating never gets you the correct (updated) file anymore
[16:06:12] <jepler> so just don't do it
[16:06:22] <jepler> if you need to make local mods then either use RIP or build and install your own .deb
[16:07:09] <jepler> in either of those cases, track your changes with git, and merge or rebase when new versions come out so that you can integrate your local changes with our changes; git will track our changes and your changes both
[16:09:06] -!- Daerist has quit [Quit: Leaving]
[16:24:59] -!- BeachBumPete [BeachBumPete!~IceChat9@2601:585:8200:7a40:d0d5:13c1:9dae:52c] has joined #linuxcnc-devel
[16:25:11] -!- BeachBumPete [BeachBumPete!~IceChat9@2601:585:8200:7a40:d0d5:13c1:9dae:52c] has parted #linuxcnc-devel
[16:43:00] -!- Alpha1125 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[16:44:07] -!- GJdan has quit [Remote host closed the connection]
[16:46:29] -!- Franklin_Anibal has quit [Quit: Page closed]
[17:09:40] -!- Robh__ [Robh__!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[17:16:45] <mozmck> It seems that the tool in gremlin does not scale with the size of the part - is there a way to make it do that?
[17:17:07] <jepler> yes, by editing the source code
[17:17:20] <mozmck> :-)
[17:18:02] <mozmck> ok - I didn't know if there was a setting or something I was missing.
[17:19:47] <jepler> I don't think so
[17:21:23] -!- Robh__ has quit [Read error: Connection reset by peer]
[17:21:53] <mozmck> ok, thanks. I'll look at it. I had a question about it and opened a file that filled a 48" x 48" sheet and the tool is pretty large in comparison.
[17:22:28] -!- icecube45 has quit [Ping timeout: 272 seconds]
[17:22:58] -!- icecube45 has quit [Changing host]
[17:24:07] <mozmck> jepler: would having the Wichita meeting a week sooner or later help for your schedule?
[17:25:44] <jepler> ending before August 3 or beginning after August 14 are both more likely to work for me
[17:28:14] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15geris2 opened pull request #83: Fixed some booting issue with GM6-PCI driver (062.7...06general-mechatronics-PCI-driver-fix) 02https://github.com/LinuxCNC/linuxcnc/pull/83
[17:28:46] <mozmck> Oh, well the proposed date was Oct 7 and forward.
[17:29:14] <jepler> yeah I mean October
[17:29:19] <jepler> I am just bad at saying the names of things
[17:29:29] <mozmck> I see - do it plenty myself.
[17:30:44] <mozmck> The week before would be fine with me, and Stuart indicated the same for him.
[17:32:15] <mozmck> You might post to the user list and mention that.
[17:32:33] <jepler> this would be more like 2 weeks before
[17:32:41] <jepler> wouldn't it?
[17:33:18] -!- lair82_ [lair82_!616b5c34@gateway/web/freenode/ip.97.107.92.52] has joined #linuxcnc-devel
[17:33:19] <mozmck> Looks like the 3rd is the monday of the proposed week
[17:34:04] <mozmck> after the 14th would be 2 weeks after.
[17:34:23] <jepler> right, I need to be at my day-job solid from the 3rd to the 14th
[17:35:11] <cradek> fwiw, I'm probably in the same boat
[17:36:17] <mozmck> Yeah, so if the meeting was the week before the weekend of 7,8,9, then it would be Sept 29,30, Oct 1, and maybe 2
[17:42:07] -!- ams-w [ams-w!~androirc@182.58.173.10] has joined #linuxcnc-devel
[17:42:15] <jepler> that is a better possibility for me personally.
[17:45:13] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #83: Looks good to me. I'll merge it this afternoon. 02https://github.com/LinuxCNC/linuxcnc/pull/83#issuecomment-228412793
[17:51:10] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #83: Proposed release note:... 02https://github.com/LinuxCNC/linuxcnc/pull/83#issuecomment-228414176
[18:00:10] -!- rob_h [rob_h!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[18:09:30] -!- icecube45 has quit [Ping timeout: 246 seconds]
[18:11:33] -!- icecube45 has quit [Changing host]
[18:17:13] -!- [cube] has quit [Ping timeout: 252 seconds]
[18:18:27] -!- ams-w has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
[18:26:15] -!- kingarmadillo has quit [Ping timeout: 264 seconds]
[18:33:14] <mozmck> Hmm, it would seem there is some sort of scaling issue in gremlin: http://pasteboard.co/1VB2KIKw.png
[18:33:22] <mozmck> The units are inches.
[18:33:50] <cradek> which units are inches?
[18:34:01] <mozmck> in the picture
[18:34:28] <mozmck> the "part" is about 48" x 96"
[18:34:53] <cradek> I don't understand what you are saying is wrong
[18:34:53] <mozmck> The text for the measurements is huge as is the tool display.
[18:34:58] <cradek> the tool looks awfully big
[18:35:07] <mozmck> yes, that and the measurement text.
[18:35:19] -!- [cube] has quit [Ping timeout: 244 seconds]
[18:35:27] <cradek> what's the tool diameter? or is this the default cone?
[18:35:44] <mozmck> I guess it is the default cone
[18:35:51] -!- [cubert] has quit [Ping timeout: 264 seconds]
[18:36:09] -!- gregcnc has quit [Read error: Connection reset by peer]
[18:36:44] <mozmck> If I load a part that is about 14" x 8", the tool and text are small - just about right.
[18:38:04] <cradek> http://timeguy.com/cradek-files/emc/48x96wfm.png
[18:39:10] <mozmck> That looks more reasonable - still fairly large if it increases as you zoom in.
[18:39:46] <cradek> yes - might be better if the numbers would scale if you zoom, but that's not how it works currently
[18:39:58] <cradek> anyway, I can't reproduce your behavior
[18:40:15] <mozmck> axis doesn't use gremlin does it?
[18:40:22] <cradek> yes it does
[18:40:48] <jepler> they share the bulk of their drawing code
[18:40:50] <cradek> gremlin is the preview part of AXIS that was extracted and generalized
[18:41:00] <jepler> right
[18:41:12] <mozmck> If it was extracted, could it have diverged?
[18:41:14] <jepler> but gremlin is also used to refer to the gtk preview widget, making it cnofusing
[18:41:44] <mozmck> Hmm, yes, there is a hal_gremlin widget that I'm using...
[18:41:45] <jepler> if it happens to be happening in a part that is copied, not shared, yes
[18:42:13] <jepler> however, it's my recollection is that the code that draws the dimensions would be shared
[18:43:44] <mozmck> The dimension numbers scale with the part here. They start out quite large and get larger as you zoom in. It would be nice if they started out a readable size and stay that way when you zoom - but that might not be trivial.
[18:45:55] <cradek> emc/task/emctask.cc 391: interp_error: A file is already open
[18:45:55] <cradek> A file is already open
[18:45:55] <cradek> can't open /home/cradek/big.ngc
[18:46:07] <cradek> in master I keep getting these when I reload, and sometimes also on the first open
[18:48:17] <cradek> sim/axis, F1 F2 home o ~/file.ngc return [file loads] Control-r [get these two errors]
[18:50:58] -!- icecube45 has quit [Ping timeout: 244 seconds]
[18:51:24] -!- Reventlov has quit [Ping timeout: 260 seconds]
[18:51:31] <jepler> cradek: hm thought we'd fixed that one
[18:52:09] -!- icecube45 has quit [Changing host]
[18:52:34] -!- ybon has quit [Ping timeout: 260 seconds]
[18:52:35] Reventlov is now known as Guest1648
[18:53:26] <mozmck> It would be nice if there was a way to close a file too
[18:53:55] <jepler> tormach mentioned having a patch to add that; you could get it from them and adapt it to linuxcnc if you feel that way.
[18:55:04] <mozmck> Oh, I might have to try that. I don't open a file to start with, and we had requests to close the open file so I just made a blank.ngc with nothing but M2 in it
[18:55:08] <mozmck> and I load that.
[18:55:39] <mozmck> who would I contact at tormach?
[18:56:26] <jepler> (e-mail in private message)
[19:06:22] -!- lair82_ has quit [Quit: Page closed]
[19:19:18] -!- FloppyDisk has quit [Quit: Leaving]
[19:24:03] -!- Alpha1125 has quit [Read error: Connection reset by peer]
[19:26:37] -!- lair82 has quit [Quit: Leaving]
[19:27:44] -!- Alpha1125 has quit [Client Quit]
[19:39:28] -!- b_b has quit [Remote host closed the connection]
[19:39:54] -!- teepee has quit [Ping timeout: 272 seconds]
[19:40:02] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[19:43:06] -!- swarfer has quit [Client Quit]
[19:47:54] Guest1648 is now known as Reventlov
[19:48:03] -!- Reventlov has quit [Changing host]
[19:59:58] -!- andypugh [andypugh!~andypugh@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc-devel
[20:07:46] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:12:37] -!- mase-tech has quit [Quit: Leaving]
[20:25:51] -!- [cube] has quit [Ping timeout: 240 seconds]
[20:35:54] -!- patrickarlt has quit [Quit: Leaving...]
[20:36:01] -!- skunkworks [skunkworks!~skunkwork@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[20:54:35] -!- Deejay has quit [Quit: bye]
[21:21:32] -!- FAalbers has quit [Quit: Leaving]
[21:28:04] -!- kingarmadillo has quit [Ping timeout: 252 seconds]
[21:36:26] -!- Tom_L [Tom_L!~Tom@ip68-102-196-26.ks.ok.cox.net] has joined #linuxcnc-devel
[21:36:26] -!- Tom_L has quit [Changing host]
[21:36:26] -!- Tom_L [Tom_L!~Tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[21:40:51] -!- kingarmadillo has quit [Ping timeout: 240 seconds]
[21:51:09] -!- gregcnc has quit [Read error: Connection reset by peer]
[21:54:09] -!- gregcnc has quit [Read error: Connection reset by peer]
[22:06:18] <jepler> Subject: [ANNOUNCE] 4.1.27-rt30
[22:06:26] <jepler> (that's about the newest bunch of patches in this latest release)
[22:16:43] -!- Tom_L has quit [Quit: Leaving]
[22:21:36] <alex4nder> hmm
[22:31:17] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[22:41:33] -!- kingarmadillo has quit [Ping timeout: 240 seconds]
[22:51:21] -!- mozmck has quit [Quit: Leaving.]
[22:51:59] -!- Alpha1125 has quit [Client Quit]
[22:52:54] -!- mozmck [mozmck!~moses@67.210.159.94] has joined #linuxcnc-devel
[22:56:22] -!- Alpha1125 has quit [Client Quit]
[22:57:14] -!- Alpha1125 has quit [Client Quit]
[23:00:33] -!- BeachBumPete has quit [Quit: I'm Outta here!!]
[23:02:51] -!- Nick001-shop has quit [Remote host closed the connection]
[23:20:45] -!- DGMurdockIII has quit [Quit: Leaving]
[23:25:13] -!- rob_h has quit [Read error: Connection reset by peer]
[23:34:48] -!- root-x has quit [Read error: Connection reset by peer]
[23:36:14] -!- root-x has quit [Client Quit]
[23:37:01] -!- chupacabra has quit [Ping timeout: 258 seconds]
[23:40:49] -!- TheHexaCube has quit [Quit: Page closed]
[23:42:13] -!- kingarmadillo has quit [Ping timeout: 244 seconds]
[23:50:38] -!- asdfasd has quit [Ping timeout: 244 seconds]
[23:53:51] -!- Komzzpa has quit [Ping timeout: 240 seconds]