#linuxcnc-devel | Logs for 2015-09-28

Back
[03:18:57] <KGB-linuxcnc> 03Chris Morley 052.6 2679209 06linuxcnc 10src/emc/usr_intf/pncconf/pncconf.py pncconf -fix spindle control error * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2679209
[03:19:54] <KGB-linuxcnc> 03Chris Morley 052.7 508e6dc 06linuxcnc 10src/emc/usr_intf/pncconf/build_HAL.py 10src/emc/usr_intf/pncconf/tests.py pncconf -fix spindle control signals * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=508e6dc
[03:19:54] <KGB-linuxcnc> 03Chris Morley 052.7 6229b9c 06linuxcnc Merge branch '2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6229b9c
[03:21:22] <KGB-linuxcnc> 03Chris Morley 05master c3ed258 06linuxcnc Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c3ed258
[03:42:52] <linuxcnc-build> build #90 of 1502.rip-jessie-amd64 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1502.rip-jessie-amd64/builds/90 blamelist: Chris Morley <chrisinnanaimo@hotmail.com>
[03:59:27] <linuxcnc-build> build #3476 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3476 blamelist: Chris Morley <chrisinnanaimo@hotmail.com>
[06:14:45] <skunkworks> jepler_: http://www.linuxcnc.org/index.php/english/forum/20-g-code/29685-g76-pause-in-z-during-exit-taper-linux-cnc-270#63125
[06:14:48] <skunkworks> thank you
[07:28:38] <skunkworks> zlog
[08:15:21] <skunkworks> how come when you search sourcefortge for linuxcnc - nothing comes up? (well - gentoo cnc does)
[08:15:46] <skunkworks> emc works
[08:16:03] <skunkworks> no it doesn't
[08:23:48] <skunkworks> google finds it
[08:31:56] <skunkworks> https://sourceforge.net/p/emc/bugs/438/
[08:38:22] <skunkworks> Jeezes - I never finished the subject line. I swear 2 cups of coffee isn't enough
[08:47:51] <skunkworks> cradek, if you have time could you add some sanity to the subject
[09:12:21] <seb_kuzminsky> skunkworks: i changed it to "F-word incorrectly affects threading (G33/G76)", how's that?
[09:12:25] <seb_kuzminsky> bbl
[09:12:44] <skunkworks> seb_kuzminsky, sounds great - thanks
[09:48:57] <seb_kuzminsky> thanks for filing it
[09:50:51] <seb_kuzminsky> so that's 2 known bugs in 2.7's new TP blocking 2.7.1, i think: #437 and #438
[09:58:14] <skunkworks> I don't think #437 will get fixed any time soon. It is a big change it sounds like
[09:58:56] <skunkworks> has to do with knowing if the last segment is the last segment or not.
[10:04:18] <seb_kuzminsky> skunkworks: thanks for tracking all these issues so well, it's really helpful for our quality
[10:10:11] <mozmck> Why not merge JA into master? I thought the point of master was to have a branch that could have problems which are being worked on, while the released branch is stable?
[10:11:01] <cradek> seb_kuzminsky: are you ready for my rebase now?
[10:11:33] <cradek> mozmck: mostly because people use it, and they will complain at us, and it's just as easy to work on a branch until it's not broken
[10:11:56] <mozmck> ok
[10:12:02] <cradek> mozmck: also if we put a certain breakage on master, it can interfere with different work that would otherwise be ok to do on master
[10:13:17] <mozmck> makes sense
[10:14:08] <cradek> I have a new rebase of JA ready, and seb made a test on master showing what we know is broken, and I'll rebase JA on top of that
[10:14:37] <cradek> then we can massage JA until the tests pass, and whistle innocently and merge it then
[10:14:44] <mozmck> :)
[10:25:21] <seb_kuzminsky> cradek: yes, i'm ready for your rebase, thanks for waiting
[10:25:32] <seb_kuzminsky> so i added a test to master of basic lathe stuff in sim
[10:25:50] <seb_kuzminsky> and i tried cherry-picking that test to ja7, and it revealed some bugs in the update_ini script
[10:25:57] <seb_kuzminsky> so i fixed those bugs in ja7
[10:26:24] <cradek> hm, did you push those already?
[10:26:35] <seb_kuzminsky> so if you have a rebase of a recent ja7 onto a recent master, i think you can just cherry-pick those additional commits on ja7 to ja8, and re-rebase the ja8 branch onto the current master
[10:26:41] <seb_kuzminsky> should eb quick & easy, no conflicts
[10:26:50] <cradek> ok, let me try it
[10:27:31] <seb_kuzminsky> yes, everything is pushed
[10:28:34] <seb_kuzminsky> unfortunately or fortunately, the new lathe test in master, when cherry-picked onto ja7, reveals that ja7 works with lathes
[10:28:45] <seb_kuzminsky> the issue seems to be in axis, which my test doesnt cover
[10:28:54] <cradek> doh
[10:28:57] <cradek> well that's ok
[10:29:02] <seb_kuzminsky> yeah, it's fine
[10:29:15] <seb_kuzminsky> i'd rather have a working motion control core and a buggy gui, than the other way around :-)
[10:29:46] <cradek> it's very cute how you assume there's only one bug
[10:29:51] <cradek> :-)
[10:29:57] <seb_kuzminsky> haha
[10:34:46] <cradek> ok it's ready - if tests pass I'll push it
[10:35:08] <seb_kuzminsky> great
[10:51:21] <KGB-linuxcnc> 03Chris Radek 05joints_axes8 423fdf8 06linuxcnc New branch with 170 commits pushed, 10183 files changed, 038789(+), 045076(-) since master/c3ed258
[10:51:46] <seb_kuzminsky> woohoo!
[10:51:49] <ssi> :D
[11:02:30] <skunkworks> The last bug - jepler did all the leg work.
[11:08:18] <jepler_> you're welcome
[11:39:24] <micges_> seb_kuzminsky: mesaflash 3.2.0 ready for packaging
[11:40:25] <seb_kuzminsky> micges: looking...
[11:42:18] <seb_kuzminsky> micges: i see a v3.1 branch from before, and master, but no v3.2 branch
[11:42:23] <seb_kuzminsky> where do you want the build from?
[11:43:15] <seb_kuzminsky> no 3.2 tag either
[11:57:27] <seb_kuzminsky> micges: do you mean commit 9d1ac15043ac32e95b0ed03eaf0cbcd1f10dbb30?
[12:00:34] <micges> seb_kuzminsky: master branch
[12:01:00] <micges> sorry didn't tag it
[12:02:04] <micges> will tag it in a minute
[12:02:26] <seb_kuzminsky> the master branch currently claims to be 3.3.0~pre, i'm guessing you want that commit i named abov, "Release version 3.2"?
[12:02:30] <seb_kuzminsky> ah, ok, thanks
[12:02:34] <seb_kuzminsky> that makes my life easier
[12:03:03] <seb_kuzminsky> may i suggest a branch at that point instead of (or in addition to) a tag, in case you need to fix 3.2 without getting 3.3 features mixed in?
[12:05:03] <micges> hmm yeah
[12:07:48] <micges> ok done
[12:07:54] <seb_kuzminsky> fetching...
[12:08:20] <seb_kuzminsky> great!
[12:08:26] <seb_kuzminsky> building...
[12:08:34] <seb_kuzminsky> i sound like a robot
[12:09:05] <micges> then you must say more often 'done.'
[12:10:02] <seb_kuzminsky> or "complete failure"
[12:10:22] <micges> heh
[12:23:10] <seb_kuzminsky> seems good micges, the first deb built & it's doing a bunch more
[12:23:30] <seb_kuzminsky> i'll push them to the deb archive at wlo when they all finish
[12:24:03] <micges> seb_kuzminsky: cool, thanks
[12:25:24] <skunkworks> awesome!
[13:29:27] <skunkworks> https://youtu.be/WxGj2wsPfZU
[13:29:52] <jepler_> skunkworks: you missed a wood chip
[13:30:39] <skunkworks_> that was dad running the vaccum
[13:32:54] <skunkworks_> The backlash in the z axis was the stepper bearings had no preload (they use the stepper motor as the motor end bearing block.)
[13:36:10] <archivist> hehe better steppers have one bearing sprung, but not for that reason!
[15:46:36] <jepler_> if ja# is known to break axis, we should check all UIs carefully too
[15:48:04] <jepler_> or else just rename axis to joint when it's merged
[15:52:22] <skunkworks> zlog
[15:52:42] <jepler_> > If you want support for this just pray to the support fairies. You’re not going to get it from them so just search around the Internet and hopefully you can find someone who knows the software better. [about software included with some china-origin laser cutter]
[15:53:25] <jepler_> > There is an open hole in the base of the laser cutter and apparently the laser is powerful enough to cut through the material and halfway into your desk
[15:53:57] <skunkworks> yikes
[15:54:08] <jepler_> https://richardgrisafi.files.wordpress.com/2014/10/2014-10-09-22-32-02.jpg?w=800&h=600
[15:54:14] <jepler_> via http://richardgrisafi.com/2014/10/10/setup-and-maintenance-of-a-40w-laser-cutter-from-ebay/
[15:54:21] <skunkworks> changing the axis name to joint might get a new set of users...
[15:54:58] <jepler> these 40W china lasers seem to be pretty easy to retrofit with CNC, just throw out the included motion control electronics and add fresh stepper drivers
[15:55:11] <jepler> laser tube is high voltage but triggered by 5V
[15:55:42] <cradek> /nick supportfairy
[15:56:56] <jepler> on the other hand, there's clearly quite a bit of terrible about them
[15:58:02] <jepler> http://forum.planet-cnc.com/viewtopic.php?f=11&t=127
[15:58:30] <skunkworks> jepler: thinking of upgrading?
[15:58:38] <jepler> skunkworks: maybe at christmas
[15:58:58] <skunkworks> net
[15:58:59] <skunkworks> neat
[16:19:50] <jepler> https://electronicmercenary.wordpress.com/tag/fail/
[16:24:59] <jepler> sad to say I don't always spot what's wrong, but sometimes I do and then it's amusing
[17:08:30] <seb_kuzminsky> micges: the new mesaflash debs are up
[17:08:38] <seb_kuzminsky> lucid, precise, wheezy, and jessie
[17:08:56] <micges> great!
[17:10:42] <skunkworks> yay!\
[19:38:30] <skunkworks> zlog