Re: [Emc-developers] Moving "Simple G-Code Generators" to GitHub?

2017-01-16 Thread Sebastian Kuzminsky
> > nick. I think that's a great idea, thanks for volunteering! -- Sebastian Kuzminsky -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Re: [Emc-developers] linuxcnc script is in gitignore, why?

2017-01-05 Thread Sebastian Kuzminsky
c.in linuxcnc' to see that they are not identical. 'linuxcnc.in' has a bunch of variables in it that get replaced with specific values to create 'linuxcnc'. This is done at the end of the src/configure script, by AC_CONFIG_FILES. --

Re: [Emc-developers] linuxcnc script is in gitignore, why?

2017-01-04 Thread Sebastian Kuzminsky
t changing gitignore? > > @Chris Morley: I think gscreen should also be included. linuxcnc is generated from linuxcnc.in, so it gets ignored just like .o files and other generated files do. Make your modificat

Re: [Emc-developers] Trouble building RIP linuxcnc

2016-12-26 Thread Sebastian Kuzminsky
sed developer platforms. >With one year of Intel Parallel Studio XE. >Training and support from Colfax. >Order your platform today.http://sdm.link/intel >___ >Emc-developers mailing list >Emc-developers@lists.sourceforge.net >https://lists.s

Re: [Emc-developers] Distributing remaps

2016-11-14 Thread Sebastian Kuzminsky
code with their own machine config. But i think the end goal should be inclusion into the C++ code inside the interpreter itself, so that it's available to all users with no setup required. This is just one dude's opinion, take it with a grain of salt since it didn't come with an offer to help d

[Emc-developers] LinuxCNC 2.7.8 is out!

2016-11-09 Thread Sebastian Kuzminsky
are: Chris Radek Dewey Garrett Jeff Epler John Morris John Thornton Moses McKnight Norbert Schechner Sebastian Kuzminsky Thoren Seufl (new committer! lots of docs fixes!) -- Sebastian Kuzminsky -- Developer Access Program

[Emc-developers] LinuxCNC 2.6.13 is out!

2016-11-04 Thread Sebastian Kuzminsky
n Thornton Jon Elson Moses McKnight Norbert Schechner Sebastian Kuzminsky -- Sebastian Kuzminsky -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-11-03 Thread Sebastian Kuzminsky
ests in our test suite fail. The failures look relatively minor. Also, i see that there is no test of the new G-codes, and no documentation. -- Sebastian Kuzminsky -- Developer Access Program for Intel Xeon Phi Processo

Re: [Emc-developers] Dual boot Windows 10 with debian wheezy/linuxcnc on laptop

2016-11-03 Thread Sebastian Kuzminsky
e any issues with this. No issues, that should work fine. -- Sebastian Kuzminsky -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parall

Re: [Emc-developers] Graphical HAL Viewer-Editor

2016-10-27 Thread Sebastian Kuzminsky
Is there a good python debugger that you all recommend. I > would like to see a little bit more about what is going on with the > program running. The only one i know of is the one built into Python, PDB: https://docs.python.org/2/library/pdb.ht

Re: [Emc-developers] New to developers list

2016-10-27 Thread Sebastian Kuzminsky
o guess what pins *would* be available if it *were* loaded. -- Sebastian Kuzminsky -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and b

Re: [Emc-developers] New to developers list

2016-10-26 Thread Sebastian Kuzminsky
On 10/26/2016 06:09 PM, Jim Craig wrote: > On 10/26/2016 6:00 PM, Sebastian Kuzminsky wrote: >> The halshow program is built from tcl/bin/halshow.tcl by the main >> src/Makefile. > > I did not look there. So, is TCL still a relevant language? I have not > used it at

Re: [Emc-developers] New to developers list

2016-10-26 Thread Sebastian Kuzminsky
nd there's a handy program named 'jq' for manual and shell script use. -- Sebastian Kuzminsky -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect w

Re: [Emc-developers] Tool Number limit

2016-10-26 Thread Sebastian Kuzminsky
> does not belong there. LinuxCNC's tool storage is not in realtime. IO reads the tool table file and puts the info into the Status buffer, where Interp and Canon use it. -- Sebastian Kuzminsky -- The Command Line:

Re: [Emc-developers] Buildbot stalled

2016-09-26 Thread Sebastian Kuzminsky
anks for the email. I was up camping over the weekend and one of the armhf buildslaves chose that time to crash. I rebooted it and now things are moving again. -- S

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-22 Thread Sebastian Kuzminsky
a local clone of our git repo, you run "git diff origin/master". If you have not already read our guide for contributors, it may answer some of your workflow questions: http://linuxcnc.org/docs/2.7/html/code/contributing-to-linuxcnc.html -- Sebastian Kuzminsky

Re: [Emc-developers] Jogwheels in JA

2016-08-17 Thread Sebastian Kuzminsky
r axis is asserted, and that joint or axis moves by the jogwheel (while all the other joint and axis jog-enables are de-asserted and they stay put). > In a non-trivial kins, would the same counts go to both? Yes. -- Sebastian

Re: [Emc-developers] M0 from subrouting in axis MDI mode

2016-08-14 Thread Sebastian Kuzminsky
to look? I'm willing to try to > debug and fix the code. I've not seen this. Which version of LinuxCNC are you using? A sim-only repro would be very much appreciated. -- Sebastian Kuzminsky -- What NetFl

Re: [Emc-developers] axis exception on Y Touch Off

2016-08-14 Thread Sebastian Kuzminsky
The other axes have names that don't look like booleans to the software stack, so they are not affected by this issue. That's the analysis so far, a fix is still pending... -- Sebastian Kuzminsky -- What NetFlow Analyzer can do fo

[Emc-developers] LinuxCNC 2.7.6 is out

2016-07-31 Thread Sebastian Kuzminsky
and other problems. * motion: when motion disables, mark all joints as "in position" * test: add a hard limit test * interp list: log calls to clear() when debugging --

Re: [Emc-developers] Strange problem with a (debug, etc) statement

2016-07-24 Thread Sebastian Kuzminsky
er_tot> = [#<_thread_len> * SIN[7] * #<_mkmmfctr>] > (debug,42 taper_tot=#<_taper_tot>) ( should look good ) > > Call me puzzled. A bug? PEBCAK? > > How can I troubleshoot this? Paste the whole program, please. -- Sebastian Kuzminsky -

Re: [Emc-developers] JA - Why does motion mode change from world to teleop, when I change to manual mode

2016-07-19 Thread Sebastian Kuzminsky
On 07/19/2016 12:24 AM, Niemand Sonst wrote: > Am 18.07.2016 um 23:41 schrieb Sebastian Kuzminsky: >> Switching Task to Manual should cause Task to switch Motion to Teleop if >> the machine is all homed, and to Free if is is not all homed. >> > This would be a very goo

Re: [Emc-developers] JA - Why does motion mode change from world to teleop, when I change to manual mode

2016-07-18 Thread Sebastian Kuzminsky
o Manual should cause Task to switch Motion to Teleop if the machine is all homed, and to Free if is is not all homed. -- Sebastian Kuzminsky -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffi

Re: [Emc-developers] JA - Why does motion mode change from world to teleop, when I change to manual mode

2016-07-18 Thread Sebastian Kuzminsky
re what all the consequences of making that change will be, but i think we should accept them, and fix any breakage that results. -- Sebastian Kuzminsky -- What NetFlow Analyzer can do for you? Monitors network ba

Re: [Emc-developers] "uspace plus": Ready for testing and code-review

2016-07-17 Thread Sebastian Kuzminsky
to make use of it. > 22 files changed, 890 insertions(+), 242 deletions(-) > each new RTOS is under 200 lines of code. Fantastic. -- Sebastian Kuzminsky -- What NetFlow Analyzer can do for you? Monitors network ban

[Emc-developers] LinuxCNC 2.7.5 is out

2016-07-13 Thread Sebastian Kuzminsky
to upgrade. Many thanks to the folks who worked on this release: * Andy Pugh * Chris Morley * Chris Radek * Dewey Garrett * Gergely Nagymate * Jan Mrázek * Jeff Epler * John Thornton * Jon Elson * Moses McKnight * Norbert Schechner * Sam Sokolik * Sebastian Kuzminsky The full changelog is available here

Re: [Emc-developers] The best way writing man pages?

2016-07-08 Thread Sebastian Kuzminsky
he src/configure script by simple variable substitution. The "*.txt" files are turned into manpages by the doc build system, using Asciidoc. -- Sebastian Kuzminsky -- Attend Shape: An AT Tech Expo July 15-1

Re: [Emc-developers] Got a bug I think, and its smashed $25 worth of tools today

2016-07-01 Thread Sebastian Kuzminsky
anks to whoever wrote that script are due too. That was Andy Pugh, and yes huge props due. -- Sebastian Kuzminsky -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San Francisco, CA to explore cutting-edge te

Re: [Emc-developers] Got a bug I think, and its smashed $25 worth of tools today

2016-07-01 Thread Sebastian Kuzminsky
On 07/01/2016 09:24 AM, Gene Heskett wrote: > On Friday 01 July 2016 02:58:28 Gene Heskett wrote: > >> On Friday 01 July 2016 02:21:48 Sebastian Kuzminsky wrote: >>> Give v2.8.0-pre1-2245-g6a79b48 a try. >> >> ATM, 3am local, all I see is 2241. I'll look again t

Re: [Emc-developers] Got a bug I think, and its smashed $25 worth of tools today

2016-07-01 Thread Sebastian Kuzminsky
On 06/30/2016 10:28 PM, Gene Heskett wrote: > On Thursday 30 June 2016 23:39:29 Sebastian Kuzminsky wrote: > >> On 06/30/2016 07:19 PM, Gene Heskett wrote: >>> I went back out, took the cover off & dbl-checked for depressed >>> keys, but didn't find any.

Re: [Emc-developers] Got a bug I think, and its smashed $25 worth of tools today

2016-06-30 Thread Sebastian Kuzminsky
(8a2d85c383), but not on 2.6.12. So obviously I broke it while trying to fix a different bug in Task. Thanks for reporting it, i'll take a look. -- Sebastian Kuzminsky -- Attend Shape: An AT Tech Expo July 15-16.

Re: [Emc-developers] Got a bug I think, and its smashed $25 worth of tools today

2016-06-30 Thread Sebastian Kuzminsky
p at maybe f2 speeds has > also moved the x or y too. > > Do I need to call ghostbusters? :) Yikes! I'm sorry that happened. I never saw any unexpected machine motion in my testing, what you saw is way worse. I'll be looking into this bug. -- Sebastian Kuzminsky -

Re: [Emc-developers] NOTICE: Feature freeze pending in view of a new release

2016-06-28 Thread Sebastian Kuzminsky
etc) The version is just a number to me, as long as it's monotonically increasing I'm happy. I see no reason that .10 should be disallowed or should trigger the change to 3.0. If 3.0 follows 2.9 by policy, then we should just drop the decimal point, it doesn't add anythin

Re: [Emc-developers] Bug: Coordinate system discrepancy in preview

2016-06-11 Thread Sebastian Kuzminsky
On 05/30/2016 11:37 AM, Sebastian Kuzminsky wrote: > Ok, i'll fix it. I have some ideas for places to look. I tracked this problem down. On a sunny day when everything goes right, a running G-code program ends by executing M2 or M30, which ends up calling interp_convert.cc's convert_s

Re: [Emc-developers] Remap M62 thru M66

2016-05-31 Thread Sebastian Kuzminsky
ch seems right to me (though i dont know the details). Do you know why it was disabled? -- Sebastian Kuzminsky -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-le

Re: [Emc-developers] Bug: Coordinate system discrepancy in preview

2016-05-30 Thread Sebastian Kuzminsky
On 05/30/2016 11:07 AM, John Morris wrote: > > > On 05/27/2016 08:26 PM, Sebastian Kuzminsky wrote: >> On 05/27/2016 06:03 PM, John Morris wrote: >>> On 05/19/2016 06:42 PM, Jeff Epler wrote: >>>> On Fri, May 13, 2016 at 03:37:21PM -0500, John Morris wrote: &g

Re: [Emc-developers] CNC Workshop in Dearborn, MI June 6-11

2016-05-29 Thread Sebastian Kuzminsky
t about it to the http://www.linuxcnc.org front page. -- Sebastian Kuzminsky -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and pr

Re: [Emc-developers] Bug: Coordinate system discrepancy in preview

2016-05-27 Thread Sebastian Kuzminsky
scription that demonstrates the bug: https://github.com/LinuxCNC/linuxcnc/tree/seb/2.6/statbuffer-g5x-abort I had planned to work on a fix, but if you want to do it that'd be great. Feel free to put in in that branch, and

Re: [Emc-developers] halui in JA

2016-05-15 Thread Sebastian Kuzminsky
world-mode, and automatically switches to world mode after homing, i see barely any reason at all for a homed machine to be in joint mode. -- Sebastian Kuzminsky -- Mobile security can be enabling, not merely restricting

Re: [Emc-developers] call for maintainers for xlinuxcnc and linuxcncld uis

2016-05-13 Thread Sebastian Kuzminsky
fields is not well documented. :-/ -- Sebastian Kuzminsky -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile

Re: [Emc-developers] call for maintainers for xlinuxcnc and linuxcncld uis

2016-05-11 Thread Sebastian Kuzminsky
p://article.gmane.org/gmane.linux.distributions.emc.devel/15556 > > "... have repeatedly stated that we hope that one major item > in the next major LinuxCNC release is joints-axes." I am in favor or removing those UIs, if no one steps forward to maintain them. Better UI option

Re: [Emc-developers] More than 8 stepgen

2016-05-03 Thread Sebastian Kuzminsky
On 05/03/2016 01:42 PM, Len Shelton wrote: > And BTW - thanks Sebastian for fixing that for me. No problem, though really the props go to John Thornton, who did the actual work. -- Sebastian Kuzminsky -- Find and

Re: [Emc-developers] More than 8 stepgen

2016-05-03 Thread Sebastian Kuzminsky
he policy linuxcnc -- Sebastian Kuzminsky -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business app

Re: [Emc-developers] More than 8 stepgen

2016-05-03 Thread Sebastian Kuzminsky
ct the stepgen file from the .deb? >> >> On Mon, May 2, 2016 at 2:54 PM, Sebastian Kuzminsky <s...@highlab.com> >> wrote: >> >>> On 05/02/2016 11:41 AM, Len Shelton wrote: >>>> We are still using 2.5 on Ubuntu 10.04 because our customers wouldn't &

Re: [Emc-developers] More than 8 stepgen

2016-05-02 Thread Sebastian Kuzminsky
g John Thornton's code from 2.6). If all goes well the buildbot will produce debs in an hour or two, or you can build from git. -- Sebastian Kuzminsky -- Find and fix application performance issues faster with Applications M

Re: [Emc-developers] GSOC 2016-Contributing to LINUX CNC

2016-03-27 Thread Sebastian Kuzminsky
ult from that G-code. -- Sebastian Kuzminsky -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doublec

Re: [Emc-developers] build bot has tummy ache?

2016-02-28 Thread Sebastian Kuzminsky
the deb archive is accessible again. Thanks for the bug report. -- Sebastian Kuzminsky -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $3

[Emc-developers] Fwd: Uploading linux (4.4.1-1)

2016-02-14 Thread Sebastian Kuzminsky
The debian kernel folks are releasing a 4.4.1 kernel with rt-preempt, what they refer to as the "rt featureset". It should show up in Sid early next week. I wouldn't be surprised if it ran fine with the Jessie userspace. Forwarded Message Subject: Uploading linux (4.4.1-1)

[Emc-developers] LinuxCNC 2.7.4 is released

2016-02-08 Thread Sebastian Kuzminsky
d improvements: * Andy Pugh * Brian Hicks * Charles Steinkuehler * Chris Morley * Chris Radek * Dewey Garrett * Jeff Epler * John Thornton * Michael Geszkiewicz * Moses McKnight * Norbert Schechner * Sebastian Kuzminsky The full changelog is in the blog: http://linuxcnc.org/2016/02/08

Re: [Emc-developers] Stepconf and Gtk3

2016-01-26 Thread Sebastian Kuzminsky
github and offer a pull request. Our github repo is here: https://github.com/LinuxCNC/linuxcnc Some information for contributors is here: http://linuxcnc.org/docs/devel/html/code/contributing-to-linuxcnc.html Ask questions here or on IRC if you want help with any of that. -- Sebastian Kuz

Re: [Emc-developers] Profibus, Python <--> Ada

2016-01-26 Thread Sebastian Kuzminsky
On Jan 26, 2016 1:38 PM, Nicklas Karlsson wrote: > Then I consider python as a dead end which never could be perfect for > Profibus and continue with my Ada code. Check for Ada bindings for RTAI and the Linux kernel before you do too much work. I believe they

[Emc-developers] LinuxCNC 2.6.12 released

2016-01-10 Thread Sebastian Kuzminsky
and improvements: * Bernhard M. Wiedemann * Chris Morley * Chris Radek * Dewey Garrett * Jeff Epler * John Morris * John Thornton * Michael Geszkiewicz * Norbert Schechner * Salvatore Balestrino * Sebastian Kuzminsky Here's the full changelog: * docs: add more github info to Contributing to LinuxCNC

Re: [Emc-developers] Homing the spindle

2016-01-04 Thread Sebastian Kuzminsky
ss the ini file from homing.c, because it's part of Motion, which is realtime, which is unable to do file I/O. Anything you want to get from the ini file to Motion needs to be read by Task and communicated to Motion using NML/shm. -- Seba

Re: [Emc-developers] Making our presence on github more official

2016-01-01 Thread Sebastian Kuzminsky
On 12/23/2015 09:17 AM, Sebastian Kuzminsky wrote: > On 12/23/2015 09:08 AM, Jeff Epler wrote: >> I would like to see jepler/linuxcnc-mirror moved to the linuxcnc >> organization, making our presence on github more official. However, I >> envision that it would still

Re: [Emc-developers] carousel_demo and duplicate O-word label

2015-12-28 Thread Sebastian Kuzminsky
-contains $COMMIT" In this case git shows the commit is in 2.6, 2.7, and master. Also, "git tag --contains $COMMIT" shows that commit is in 2.6.9 and later, and 2.7.0-pre7 and later. -- Sebastian Kuzminsky -

Re: [Emc-developers] Making our presence on github more official

2015-12-23 Thread Sebastian Kuzminsky
in addition to accepting them on sourceforge. If this proposal is accepted, I volunteer to update our docs and the www.linuxcnc.org website to reflect the choice of bugtrackers available. -- Sebastian Kuzminsky -- __

Re: [Emc-developers] Who changed the requiered python version?

2015-12-22 Thread Sebastian Kuzminsky
stributions.emc.devel/15246 -- Sebastian Kuzminsky -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] call for maintainers for keystick and mini guis

2015-12-21 Thread Sebastian Kuzminsky
bmit pull requests to it, or should the linuxcnc.org > <http://linuxcnc.org> one be used? PRs to github are welcome, and are a good way for us to review your proposals. -- S

Re: [Emc-developers] kinematicsHome

2015-12-14 Thread Sebastian Kuzminsky
e function, then see about letting kinematics override that function. I'm not going to do this work myself right now, but I'd be happy to provide input and review if someone else wanted to take it on. -- Sebastian Kuzminsky --

Re: [Emc-developers] rtai-5 branch suitability for 2.7

2015-12-12 Thread Sebastian Kuzminsky
owe you a response to some of your review comments from last time too. > Honestly I feel like it's a pretty minor change. If buildbot doesn't > turn up any problems, I'm not too worried about shipping it in 2.7. I agree. We'll see how i

Re: [Emc-developers] LinuxCNC on Debian Jessie, Linux 3.16.7, RTAI 5.0-test1

2015-12-01 Thread Sebastian Kuzminsky
On 11/30/2015 04:35 PM, Sebastian Kuzminsky wrote: > On 11/30/15 3:33 PM, Alec Ari wrote: >> Which IPIPE revision is this? There are a few key difference between >> IPIPE releases and it'd be a smart idea to somehow integrate the >> IPIPE kernel release into the deb packa

Re: [Emc-developers] LinuxCNC on Debian Jessie, Linux 3.16.7, RTAI 5.0-test1

2015-11-30 Thread Sebastian Kuzminsky
rtai Vulcano, which is based on IPIPE_CORE_RELEASE 5. -- Sebastian Kuzminsky -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this

Re: [Emc-developers] Future of RTAPI and RTAI

2015-11-30 Thread Sebastian Kuzminsky
us, what are your thoughts on this approach? -- Sebastian Kuzminsky -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codeba

[Emc-developers] LinuxCNC on Debian Jessie, Linux 3.16.7, RTAI 5.0-test1

2015-11-29 Thread Sebastian Kuzminsky
ith this combination of software and it seems to be working well. -- Sebastian Kuzminsky -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.s

Re: [Emc-developers] Rewinding the history of the "2.7" branch

2015-11-27 Thread Sebastian Kuzminsky
aning up the mess I made. The problem does not affect any released versions, it only affects the 2.7 git branch and buildbot debs from when I made the bad merge on November 24 until Jeff fixed it just now on November 27. --

Re: [Emc-developers] review notes for rtai-4.1 and rtai-5 branches

2015-11-24 Thread Sebastian Kuzminsky
ildbot-admin/builders/1301.rip-precise-rtai-i386/builds/2866/steps/runtests/logs/stdio Looking at it closer, obviously Precise uses udev, udevadm lives in /sbin, and that script is running without /sbin in the PATH. You're right we need a configure test for the location of udevadm. I'll hack somethin

Re: [Emc-developers] Fanuc compatibility: g52 feature branch

2015-11-21 Thread Sebastian Kuzminsky
stion about the new tests but I don't recall > what it was. Seb? I had a worry at one point about the g52 branch adding "*.var" to tests/.gitignore, but after taking a nap I feel better

Re: [Emc-developers] Non trivial jogging

2015-11-19 Thread Sebastian Kuzminsky
ranch has world-mode jogging non-trivkins machines, but i dont know off the top of my head if it has world-mode wheel jogging. It might be only via NML. -- Sebastian Kuzminsky --

Re: [Emc-developers] Best way to create a timeout in a component

2015-11-10 Thread Sebastian Kuzminsky
it.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/hal/components/oneshot.comp;h=c138ae58b1d24fc6612f6bd7b64c0ca8ed2a3b2c;hb=HEAD -- Sebastian Kuzminsky -- ___ Emc-dev

Re: [Emc-developers] Bugfix: Start line and remap interaction

2015-11-06 Thread Sebastian Kuzminsky
On 11/6/15 9:38 AM, John Morris wrote: > And of course the fix: > > git show glo/zultron/glo-2.6-remap-startline-fix Merged. Thanks Zultron! -- Sebastian

[Emc-developers] LinuxCNC 2.7.2 released

2015-11-01 Thread Sebastian Kuzminsky
A new bugfix release in the 2.7 stable series is out. This one primarily fixes an old, old bug in canned cycle preliminary motion. All users are encouraged to upgrade. -- Sebastian Kuzminsky

[Emc-developers] 2.6.11 is out

2015-11-01 Thread Sebastian Kuzminsky
This bugfix release addresses an important bug in canned cycle preliminary motion, plus some other minor stuff. All users are encouraged to upgrade. -- Sebastian Kuzminsky

Re: [Emc-developers] Bugfix: Start line and remap interaction

2015-10-30 Thread Sebastian Kuzminsky
, which i captured in the branch called 2.6-mountaindew (commit e9e5bccd). If i apply the fix in zultron/glo-2.6-remap-startline-fix to the 2.6-mountaindew branch, it passes. -- S

Re: [Emc-developers] XKCD

2015-10-30 Thread Sebastian Kuzminsky
-- > ___ > Emc-developers mailing list > Emc-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emc-developers > -- Sebastian Kuzminsky ---

Re: [Emc-developers] XKCD

2015-10-30 Thread Sebastian Kuzminsky
On 10/30/15 7:48 AM, EBo wrote: > You know, I have never seen anyone teach it thus. Do you have, or can > you point to, instructional video/page links? > > On Oct 30 2015 7:42 AM, Sebastian Kuzminsky wrote: >> At the risk of being that guy... I've found when teaching folks &g

Re: [Emc-developers] XKCD

2015-10-30 Thread Sebastian Kuzminsky
om/watch?v=CDeG4S-mJts On the topic of git humor, there's also this: http://stevelosh.com/blog/2013/04/git-koans/ -- Sebastian Kuzminsky -- ___ Emc-developers maili

Re: [Emc-developers] linuxcnc-features in linuxcnc?

2015-10-29 Thread Sebastian Kuzminsky
get this into the hands of all LinuxCNC users in the next release. -- Sebastian Kuzminsky -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists

Re: [Emc-developers] Bugfix: Start line and remap interaction

2015-10-29 Thread Sebastian Kuzminsky
like to apply the fix (and the test) there and merge up. I just pushed a cleaned-up version of the test, with your modification that makes it expose the problem. If you're happy with that proposal, please push the test and the fix to 2.6. Thanks for all your wor

Re: [Emc-developers] Make home_offset into a HAL pin?

2015-10-26 Thread Sebastian Kuzminsky
On 10/26/15 10:00 AM, John Kasunich wrote: > On Mon, Oct 26, 2015, at 11:43 AM, Sebastian Kuzminsky wrote: >> On 10/26/15 8:50 AM, andy pugh wrote: >>> Some systems have many indexes and a way to distinguish between them. >>> Sometimes the indices are different distance

Re: [Emc-developers] Make home_offset into a HAL pin?

2015-10-26 Thread Sebastian Kuzminsky
dex pulses. I don't understand what problem you're solving, or what your solution entails. Can you give more details? -- Sebastian Kuzminsky -- ___ Emc-developers mailing list

Re: [Emc-developers] Make home_offset into a HAL pin?

2015-10-26 Thread Sebastian Kuzminsky
On 10/26/15 10:17 AM, andy pugh wrote: > On 26 October 2015 at 15:43, Sebastian Kuzminsky <s...@highlab.com> wrote: > >> I don't understand what problem you're solving, or what your solution >> entails. Can you give more details? >> > > John has suggested so

Re: [Emc-developers] Different ABC values

2015-10-17 Thread Sebastian Kuzminsky
the motion is executed correctly. But the reported axis positions of the A, B, and C axes are wrong, as you point out, which points to a problem with the inverse kinematics. > or, where's the ABC's value calculated during the move in the source code? The code for

Re: [Emc-developers] putting some mods to gs2_vfd.c into mainline

2015-10-11 Thread Sebastian Kuzminsky
blem, Tom. I know git has a bit of a learning cliff to it... Thanks again for this improvement to the GS2 driver. -- Sebastian Kuzminsky -- ___ Emc-developers mailing

Re: [Emc-developers] putting some mods to gs2_vfd.c into mainline

2015-10-11 Thread Sebastian Kuzminsky
On 10/11/2015 10:05 AM, Sebastian Kuzminsky wrote: > On 10/10/2015 09:31 PM, Tom Easterday wrote: >> Sorry, there was a mix of tabs and spaces in indentation in the file so we >> cleaned it all up- didn't think about larger implications . Also sorry >> about various oddly

Re: [Emc-developers] putting some mods to gs2_vfd.c into mainline

2015-10-10 Thread Sebastian Kuzminsky
On 10/09/2015 08:23 AM, Tom Easterday wrote: > Ok, I think we have cleaned up the indentation. Let me know if anything is > amiss… > >> On Oct 5, 2015, at 11:06 PM, Sebastian Kuzminsky <s...@highlab.com> wrote: >> >> My only nitpick is that the indentation in th

Re: [Emc-developers] putting some mods to gs2_vfd.c into mainline

2015-10-06 Thread Sebastian Kuzminsky
s2_vfd, and a rising edge causes the driver to re-initialize the VFD. The intent is that the VFD would be powered off in E-stop, and powered up (and re-initialized) when the machine comes out of E-stop. -- Sebastian Kuz

Re: [Emc-developers] BUG in tool handling??

2015-10-05 Thread Sebastian Kuzminsky
bably means your .git/objects directory had its permissions changed somehow. Maybe you ran an over-zealous "chmod" in your git tree? Try chmodding it back to the proper permissions, which is probably "u=rwX,g=

Re: [Emc-developers] putting some mods to gs2_vfd.c into mainline

2015-10-05 Thread Sebastian Kuzminsky
th .enable and it seemed to do the right thing, though my VFD does not lose power when i enter E-stop so i couldnt test that part. This has my welcome to go into 2.7 (though I'd like the indentation cleaned up, as mentioned above). -- Sebastian

Re: [Emc-developers] BUG in tool handling??

2015-10-03 Thread Sebastian Kuzminsky
t;m61 q0" changes iocontrol.0.tool-number to -1. That's pretty broken. > The behavior is strange and IMHO incorrect. > > Who can solve that? I agree it's incorrect. Would love to see a test the encodes the correct behavior, followed by a fix that makes the test pass. -- Seb

Re: [Emc-developers] BUG in tool handling??

2015-10-03 Thread Sebastian Kuzminsky
On 10/03/2015 12:04 PM, Niemand Sonst wrote: > Am 03.10.2015 um 18:51 schrieb Sebastian Kuzminsky: >> On 10/03/2015 10:21 AM, Niemand Sonst wrote: >> >>> IMHO >>> motion.toolofset.z should be "0.0" >>> iocontrol.0.tool-number should be &q

Re: [Emc-developers] BUG in tool handling??

2015-10-03 Thread Sebastian Kuzminsky
On 10/03/2015 10:51 AM, Sebastian Kuzminsky wrote: > On 10/03/2015 10:21 AM, Niemand Sonst wrote: >> Hallo, please do the following: >> >> start sim axis and halshow, to whatch: >> >> - motion.toolofset.z >> - iocontrol.0.tool-number >> &

[Emc-developers] LinuxCNC 2.6.10

2015-10-02 Thread Sebastian Kuzminsky
bug #430) * touchy: G64 now takes optional Q * gmoccapy: fix single stepping through a program * pncconf: fix spindle control error * toggle2nist: does not require floating-point * motion: set the "In Position" status flag when aborting Happy upgrading! -- Sebastian

Re: [Emc-developers] behavior and/or bug in look ahead 2.7.0~pre7

2015-09-30 Thread Sebastian Kuzminsky
r you stop the program to go off and do the separate operation, you then move around by jogging and MDI-ing, but you don't change coordinate systems or offsets or tools or imperial/metric units or anything like that, right? And it's during these safe

Re: [Emc-developers] Joints_Axes

2015-09-29 Thread Sebastian Kuzminsky
ge it sooner rather than later, hopefully early in the 2.8 development phase. -- Sebastian Kuzminsky -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net

Re: [Emc-developers] Joints_Axes

2015-09-28 Thread Sebastian Kuzminsky
On 9/28/15 10:51 AM, EBo wrote: > On Sep 28 2015 8:37 AM, Sebastian Kuzminsky wrote: >> On 9/28/15 12:41 AM, Chris Morley wrote: >>> Personally I think if we really want this included in linuxcnc in a >>> reasonably >>> amount of time we should cr

Re: [Emc-developers] Joints_Axes

2015-09-28 Thread Sebastian Kuzminsky
xes! That's unacceptable in master, IMO. When someone volunteers their time and fixes this bug, it will be closer to mergeable. But "forcing" has no place in a vol

Re: [Emc-developers] Joints_Axes

2015-09-23 Thread Sebastian Kuzminsky
On 9/23/15 9:11 AM, Sebastian Kuzminsky wrote: > Here is what happens when you run sim/axis/lathe.ini on cradek/joints_axes7: > > http://paste.ubuntu.com/12531672/ Oops, the "git describe" output in that paste does not show branch information well. scripts/get-version-from-g

Re: [Emc-developers] Joints_Axes

2015-09-23 Thread Sebastian Kuzminsky
tp://paste.ubuntu.com/12531672/ The machine comes out of estop but fails to home. I have not tried to debug it. -- Sebastian Kuzminsky -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics

Re: [Emc-developers] related to TC?

2015-09-18 Thread Sebastian Kuzminsky
these commands in emcmotCommandHandler(), in src/emc/motion/command.c. -- Sebastian Kuzminsky -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.source

Re: [Emc-developers] "LinuxCNC Features"

2015-09-14 Thread Sebastian Kuzminsky
that sounds like an enumeration of the things LinuxCNC can do. -- Sebastian Kuzminsky -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

<    1   2   3   4   5   6   7   8   9   >