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

Back
[07:07:02] <KGB-linuxcnc> 03John Thornton 052.7 21b19de 06linuxcnc 10docs/html/index.css 10docs/src/Submakefile 10docs/src/index.tmpl Docs: fix html validation errors and warnings. * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=21b19de
[13:05:19] <jepler> hm live-build is not being aggreable
[13:05:32] <jepler> dpkg: error processing archive /var/cache/apt/archives/sata-modules-4.1.0-1-amd64-di_4.1.3-1.1_amd64.udeb (--unpack):
[13:05:35] <jepler> trying to overwrite '/lib/modules/4.1.0-1-amd64/kernel/drivers/block/sx8.ko', which is also in package linux-image-4.1.0-1-amd64 4.1.3-1.1
[13:05:42] <jepler> and this is before I get a -rt kernel into the mix
[13:17:05] <jepler> ah I think I mismatched live-images git version vs live-build package version
[13:18:32] <skunkworks> are you creating a live jessie rt-preempt?
[13:19:08] <jepler> skunkworks: baby steps so far, but yeah that's my goal
[13:19:32] <skunkworks> awesome. I can test
[13:19:57] <jepler> I'll make sure you hear about it if and when there's something to test
[13:20:06] <skunkworks> great
[14:08:07] <skunksleep> http://www.linuxcnc.org/index.php/english/forum/38-general-linuxcnc-questions/29309-error--issue-on-270-pre
[14:09:49] <skunksleep> I think I have seen this. I will see if I can reproduce. Movement in preview at the end of the program to 0,0.. (But I don't think it moves there)
[14:27:23] <jepler> arceye's program is unusual for starting with a G1 move. Generally, part programs start with one or more G0 moves, and those G0 moves are enough to establish the position of all axes.
[14:28:49] <jepler> e.g., a program I write by hand will typically start: G0 Z- ( go to safety ) : G0 X- Y- (just above entry point) : G1 Z- F- (entry cut)
[14:29:04] <jepler> axis preview doesn't show the initial G0 moves
[14:30:32] <skunksleep> Ah.. That makes sense
[14:31:39] <jepler> it's not clear from emcPT's intial post whether they are talking about what is seen in the preview or what the machine actually does
[14:32:28] <jepler> .. but if it's about the preview, it's a long-standing behavior and while I wouldn't turn down a patch to "fix" it -- if it's possible to say what the fix is -- I wouldn't work on it with high priority
[15:19:12] <KGB-linuxcnc> 03John Thornton 052.7 fb7c6f4 06linuxcnc 10docs/html/index.css 10docs/src/Submakefile 10docs/src/index.foot 10docs/src/index.tmpl Docs: fix index to validate as xhtml like the rest of the html docs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=fb7c6f4
[17:16:55] <KGB-linuxcnc> 03John Thornton 052.7 d99cc7b 06linuxcnc 10docs/src/index.tmpl Docs: remove leftover style that messed up browsers that didn't have javascript turned on * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d99cc7b