#linuxcnc-devel | Logs for 2018-09-25

Back
[00:41:04] -!- hazzy has quit [Ping timeout: 240 seconds]
[01:03:00] -!- c-log has quit [Ping timeout: 252 seconds]
[01:08:09] -!- c-log has joined #linuxcnc-devel
[01:32:05] -!- kaleng29 has joined #linuxcnc-devel
[01:36:51] -!- kaleng29 has quit [Ping timeout: 250 seconds]
[02:25:38] -!- ve7it has quit [Remote host closed the connection]
[03:17:23] -!- onnconn2 has joined #linuxcnc-devel
[03:18:32] -!- onnconn2 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
[03:28:25] -!- codec21 has joined #linuxcnc-devel
[03:28:28] -!- codec21 has quit [Remote host closed the connection]
[03:34:31] -!- jthornton has quit [Read error: Connection reset by peer]
[03:35:51] -!- JT-Shop has quit [Ping timeout: 244 seconds]
[04:03:25] -!- jthornton has joined #linuxcnc-devel
[04:03:31] -!- JT-Shop has joined #linuxcnc-devel
[05:25:23] -!- micges has quit [Quit: Wychodzi]
[05:49:03] -!- wytchmaster8 has joined #linuxcnc-devel
[05:56:29] -!- wytchmaster8 has quit [Ping timeout: 252 seconds]
[06:18:56] -!- tcberner17 has joined #linuxcnc-devel
[06:23:16] -!- tcberner17 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
[06:58:38] -!- maximbaz1 has joined #linuxcnc-devel
[07:03:21] -!- maximbaz1 has quit [Remote host closed the connection]
[07:16:08] -!- madLyfe16 has joined #linuxcnc-devel
[07:18:43] -!- madLyfe16 has quit [Remote host closed the connection]
[07:26:40] -!- selroc has joined #linuxcnc-devel
[07:38:11] -!- selroc has quit [Quit: Leaving]
[08:13:51] -!- KaitoDaumoto has joined #linuxcnc-devel
[08:14:14] KaitoDaumoto is now known as Guest56500
[08:18:37] -!- Guest56500 has quit [Remote host closed the connection]
[09:37:23] -!- hazzy has joined #linuxcnc-devel
[10:32:57] -!- Atomy2 has joined #linuxcnc-devel
[10:36:22] -!- Atomy2 has quit [Remote host closed the connection]
[11:09:39] -!- Roguish has joined #linuxcnc-devel
[11:18:15] -!- JT-Shop has quit [Quit: Leaving]
[11:18:40] -!- JT-Shop has joined #linuxcnc-devel
[12:29:27] -!- bradleymeck11 has joined #linuxcnc-devel
[12:34:14] -!- bradleymeck11 has quit [Remote host closed the connection]
[13:06:54] -!- memfrob has quit [Quit: brb]
[14:00:01] -!- ve7it has joined #linuxcnc-devel
[14:26:11] -!- davyjones has joined #linuxcnc-devel
[14:29:02] -!- davyjones has quit [Remote host closed the connection]
[14:38:57] -!- cachinnate15 has joined #linuxcnc-devel
[14:39:04] -!- cachinnate15 has quit [Remote host closed the connection]
[14:43:01] -!- JT-Shop has quit [Remote host closed the connection]
[14:44:26] -!- JT-Shop has joined #linuxcnc-devel
[14:46:13] -!- andypugh has joined #linuxcnc-devel
[14:46:43] -!- aptanet24 has joined #linuxcnc-devel
[14:49:14] -!- aptanet24 has quit [Remote host closed the connection]
[15:08:07] <andypugh> Would nyone care to speculate on what these NML commands do? https://github.com
[15:09:32] <andypugh> https://github.com
[15:09:35] <andypugh> Nothing.
[15:09:45] <andypugh> But what are they _meant_ to do, I wonder?
[15:14:44] <rmu> andypugh: google found this https://ws680.nist.gov
[15:15:34] <rmu> The LOCK_SPINDLE_Z
[15:15:35] <rmu> command locks the spindle against vertical motion.
[15:15:44] <andypugh> The UNLOCK_SPINDLE_Z command unlocks the spindle to permit vertical motion. The SET_SPINDLE_FORCE (force) sets the force with which the spindle is pushed in the z-direction, potentially useful in tapping operations
[15:15:59] <rmu> The UNLOCK_SPINDLE_Z command
[15:15:59] <rmu> unlocks the spindle to permit vertical motion. The SET_SPINDLE_FORCE (force) sets the
[15:16:02] <rmu> force with which the spindle is pushed in the z-direction, potentially useful in tapping
[15:16:05] <rmu> operations.
[15:16:10] <rmu> ;)
[15:16:25] <andypugh> I have no idea how one would implement them. And clearly no-one has ever wanted them
[15:17:19] <rmu> seems to be leftovers from some NIST research
[15:19:58] <cradek> I bet these are all easy to understand if you think of them in terms of matt shaver's manual bridgeport that they were retrofitting in the very early days
[15:20:19] <cradek> those had a quill that locked and had a handle like a drill press that's very useful for drilling and tapping
[15:20:51] <sync> only for drilling really
[15:20:52] <cradek> nobody drills by calculating a feed on those, you just lean on the handle an amount that feels right and the drill drills whatever feed it likes
[15:21:13] <cradek> for tapping you'd start it by leaning on it, then let go, and reverse the spindle when it gets down far enough
[15:23:15] <Tom_L> the good ole days
[15:31:57] <andypugh> Spindle lock would be easy to implement, add a HAL pin
[15:32:32] <andypugh> But the force control? I guess another HAL pin and leave implementation to the user
[15:34:04] <sync> torque * pitch, but yeah
[15:34:12] <cradek> I think the part where you'd need to stop doing position control and then later start doing it again is the hard part
[15:34:33] <andypugh> Cam I stop fixing “runtests” when my branch fails the same number as master?
[15:34:54] <cradek> I can imagine air being a good way to set a certain force for drilling
[15:38:35] <sync> cradek: only switching between them is actually hard if you don't want discontinuities
[15:39:36] <cradek> yeah I agree, I meant to say that's what makes it hard
[15:59:00] <KimK> Sometimes "single-point broaching"(?) operations are done by pulling/pushing a tool vertically while keeping the spindle from rotating, and moving tiny increments in X & Y to nibble away the desired material. Could that be what they were doing?
[15:59:38] <KimK> I said vertically, assuming vertical mill.
[16:03:12] <KimK> If it was a Bridgeport (or clone) they were working with, I suppose they could lock the quill and broach with the knee?
[16:06:37] <andypugh> You can buy slotters for BP
[16:20:35] -!- chinasaur29 has joined #linuxcnc-devel
[16:22:12] -!- chinasaur29 has quit [Remote host closed the connection]
[16:41:41] -!- OliverMT2 has joined #linuxcnc-devel
[16:42:53] -!- OliverMT2 has quit [Remote host closed the connection]
[17:15:27] -!- mozmck has quit [Ping timeout: 240 seconds]
[17:43:58] -!- gummipunkt9 has joined #linuxcnc-devel
[17:44:01] -!- HotSwap`11 has joined #linuxcnc-devel
[17:44:34] -!- snaketheory has joined #linuxcnc-devel
[17:47:44] -!- snaketheory has quit [Remote host closed the connection]
[17:48:21] -!- HotSwap`11 has quit [Remote host closed the connection]
[17:48:45] -!- gummipunkt9 has quit [Remote host closed the connection]
[17:56:07] -!- Remy^5 has joined #linuxcnc-devel
[17:58:31] -!- Remy^5 has quit [Remote host closed the connection]
[18:10:56] -!- idontneedanick11 has joined #linuxcnc-devel
[18:12:18] -!- idontneedanick11 has quit [Remote host closed the connection]
[18:15:05] -!- NoGodDamnIdea has joined #linuxcnc-devel
[18:19:17] -!- NoGodDamnIdea has quit [Remote host closed the connection]
[18:19:19] -!- maniya has joined #linuxcnc-devel
[18:20:44] -!- maniya has quit [Remote host closed the connection]
[18:22:39] -!- mozmck has joined #linuxcnc-devel
[18:31:39] -!- Advant29 has joined #linuxcnc-devel
[18:36:47] -!- Advant29 has quit [Remote host closed the connection]
[18:42:58] -!- sebl22 has joined #linuxcnc-devel
[18:45:24] -!- vantagex40 has joined #linuxcnc-devel
[18:46:24] -!- sebl22 has quit [Remote host closed the connection]
[18:48:53] -!- vantagex40 has quit [K-Lined]
[18:49:33] <KimK> Indeed, here are three on eBay: https://www.ebay.com https://www.ebay.com http://www.ebay.com
[18:56:20] -!- juba_8 has joined #linuxcnc-devel
[18:59:40] -!- juba_8 has quit [Remote host closed the connection]
[19:00:41] -!- Bonstra0 has joined #linuxcnc-devel
[19:00:49] -!- Bonstra0 has quit [Remote host closed the connection]
[19:03:14] -!- elwisp16 has joined #linuxcnc-devel
[19:04:13] -!- elwisp16 has quit [Remote host closed the connection]
[19:04:39] -!- rochadt3 has joined #linuxcnc-devel
[19:08:38] -!- nicholaswyoung__ has joined #linuxcnc-devel
[19:10:03] <andypugh> I missed the correct slotting head for my mill a while ago. Unusually when the auction went for 282 and I had bid 250 I found myself wishing I had bid 350. Especially as I have three keyways to cut.
[19:12:10] -!- nicholaswyoung__ has quit [Remote host closed the connection]
[19:12:47] -!- rochadt3 has quit [Ping timeout: 240 seconds]
[19:14:51] -!- v0rtex24 has joined #linuxcnc-devel
[19:15:44] -!- v0rtex24 has quit [Remote host closed the connection]
[19:17:21] -!- andrej8 has joined #linuxcnc-devel
[19:19:19] -!- andrej8 has quit [Remote host closed the connection]
[19:19:42] -!- ilovezfs_20 has joined #linuxcnc-devel
[19:20:08] <seb_kuzminsky> andypugh: i think the problems in master might just be a flaky arm buildslave
[19:20:13] <seb_kuzminsky> all the other platforms are passing
[19:20:28] <andypugh> Hmm, yes
[19:20:50] <andypugh> In my branch I have all but M98 no 12 passing
[19:20:56] <andypugh> That is giving Bug code not m0 m1 m2 m30 m60 m99
[19:22:00] <andypugh> But master is OK
[19:22:29] -!- ilovezfs_20 has quit [Remote host closed the connection]
[19:26:18] <andypugh> It seems that I am ending up in interp::convert_stop by mistake…
[19:27:46] <andypugh> Ah heck, I think already fixed this once…
[19:27:59] <andypugh> M99 is a valid stop code
[19:29:34] <seb_kuzminsky> isnt m99 like an o-word now?
[19:29:53] <andypugh> It’s a merge conflict I messed up, and seem to have reverted
[19:30:02] <andypugh> (I fixed it once already)
[19:35:43] -!- saku15 has joined #linuxcnc-devel
[19:36:25] -!- phocking9 has joined #linuxcnc-devel
[19:36:55] -!- saku15 has quit [Remote host closed the connection]
[19:38:21] -!- phocking9 has quit [Read error: Connection reset by peer]
[20:05:32] -!- blingrang has joined #linuxcnc-devel
[20:07:55] -!- blingrang has quit [Remote host closed the connection]
[20:07:57] -!- raimo_t has joined #linuxcnc-devel
[20:11:15] -!- raimo_t has quit [Remote host closed the connection]
[20:19:55] -!- tviti3 has joined #linuxcnc-devel
[20:24:38] -!- tviti3 has quit [Ping timeout: 245 seconds]
[20:26:23] -!- zen2 has joined #linuxcnc-devel
[20:27:30] -!- samnob1 has joined #linuxcnc-devel
[20:29:51] -!- zen2 has quit [Remote host closed the connection]
[20:32:15] -!- samnob1 has quit [Read error: Connection reset by peer]
[20:37:33] -!- laurent\27 has joined #linuxcnc-devel
[20:37:53] -!- andypugh has quit [Quit: andypugh]
[20:37:56] -!- laurent\27 has quit [Remote host closed the connection]
[20:44:37] -!- lubko0 has joined #linuxcnc-devel
[20:47:23] -!- lubko0 has quit [Read error: Connection reset by peer]
[20:48:40] -!- Guest34366 has joined #linuxcnc-devel
[20:52:48] -!- Guest34366 has quit [Remote host closed the connection]
[20:57:16] -!- satellite6 has joined #linuxcnc-devel
[20:57:48] -!- satellite6 has quit [Remote host closed the connection]
[21:09:00] -!- kh31d4r26 has joined #linuxcnc-devel
[21:10:15] -!- honningkanon19 has joined #linuxcnc-devel
[21:11:38] -!- kh31d4r26 has quit [Remote host closed the connection]
[21:14:17] -!- honningkanon19 has quit [Remote host closed the connection]
[21:17:46] -!- glacambr1 has joined #linuxcnc-devel
[21:22:13] -!- CaptHindsight has quit [Remote host closed the connection]
[21:23:27] -!- Raimondi3 has joined #linuxcnc-devel
[21:23:45] -!- glacambr1 has quit [Remote host closed the connection]
[21:27:21] -!- Raimondi3 has quit [Remote host closed the connection]
[21:30:57] -!- iw10423 has joined #linuxcnc-devel
[21:38:04] -!- iw10423 has quit [Ping timeout: 240 seconds]
[21:46:26] -!- neoice5 has joined #linuxcnc-devel
[21:47:45] -!- neoice5 has quit [Remote host closed the connection]
[21:52:53] -!- corentin4 has joined #linuxcnc-devel
[21:55:31] -!- corentin4 has quit [Remote host closed the connection]
[21:57:33] -!- Sling7 has joined #linuxcnc-devel
[22:02:13] -!- Sling7 has quit [Remote host closed the connection]
[22:03:34] -!- jhujhiti28 has joined #linuxcnc-devel
[22:08:17] -!- jhujhiti28 has quit [Remote host closed the connection]
[22:09:12] -!- trigg16 has joined #linuxcnc-devel
[22:13:05] -!- trigg16 has quit [Read error: Connection reset by peer]
[22:16:28] -!- bluezinc12 has joined #linuxcnc-devel
[22:17:43] -!- cdaley2 has joined #linuxcnc-devel
[22:19:46] -!- bluezinc12 has quit [Remote host closed the connection]
[22:21:28] -!- TheSphinX^18 has joined #linuxcnc-devel
[22:22:38] -!- cdaley2 has quit [Ping timeout: 252 seconds]
[22:23:26] -!- TheSphinX^18 has quit [Remote host closed the connection]
[22:37:02] -!- Roguish has quit [Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]]
[22:47:06] -!- Jasjar14 has joined #linuxcnc-devel
[22:49:56] -!- jacekn27 has joined #linuxcnc-devel
[22:54:27] -!- jacekn27 has quit [Remote host closed the connection]
[22:55:28] -!- Jasjar14 has quit [Ping timeout: 245 seconds]
[22:57:17] -!- hkkl0 has joined #linuxcnc-devel
[22:57:50] -!- rfolco|off has joined #linuxcnc-devel
[22:57:53] -!- rfolco|off has quit [Remote host closed the connection]
[22:58:30] -!- hkkl0 has quit [Remote host closed the connection]
[23:21:26] -!- CMorley has quit [Quit: Leaving.]
[23:28:27] -!- frobnic27 has joined #linuxcnc-devel
[23:31:11] -!- rimd2r9 has joined #linuxcnc-devel
[23:31:24] -!- frobnic27 has quit [Remote host closed the connection]
[23:35:21] -!- rimd2r9 has quit [Read error: Connection reset by peer]
[23:38:38] -!- yoink has joined #linuxcnc-devel
[23:46:07] -!- yoink has quit [Ping timeout: 240 seconds]
[23:50:03] -!- CMorley has joined #linuxcnc-devel