Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread Michael Haberler
Keyboard jogging during pause now works: http://youtu.be/HNuu_D4X_EM The HAL jogging pins are removed since not needed anymore. Hitting resume inserts the return move at the last jog speed. Integration is pending some work on the underlying joints_axes3 branch. This is not in enduser-usable

[Emc-users] Another use for G33

2013-10-06 Thread andy pugh
I found a use for G33 today. If you have a boring head like: https://picasaweb.google.com/lh/photo/Rwq66WXQfv3Ec7chknvoFNMTjNZETYmyPJy0liipFm0?feat=directlink then you can set it to auto-infeed and synch the Z to suit using G33 to get just the right taper:

Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread Ricardo Moscoloni
this is great!, could you think adding a pin that defines last resuming move along an axis (z on a mill as an examlple), to avoid collisions will be useful? As cartesian as my brain could think, moves will be: hit pause jog(here you have to avoid collisions!) hit resume auto move to last x,y last

Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread Michael Haberler
Am 06.10.2013 um 23:09 schrieb Ricardo Moscoloni rmoscol...@gmail.com: this is great!, could you think adding a pin that defines last resuming move along an axis (z on a mill as an examlple), to avoid collisions will be useful? As cartesian as my brain could think, moves will be: hit

Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread Steve Stallings
Am 06.10.2013 um 23:09 schrieb Ricardo Moscoloni rmoscol...@gmail.com: this is great!, could you think adding a pin that defines last resuming move along an axis (z on a mill as an examlple), to avoid collisions will be useful? As cartesian as my brain could think, moves will be:

Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread Michael Haberler
Am 07.10.2013 um 00:10 schrieb Steve Stallings steve...@newsguy.com: Am 06.10.2013 um 23:09 schrieb Ricardo Moscoloni rmoscol...@gmail.com: this is great!, could you think adding a pin that defines last resuming move along an axis (z on a mill as an examlple), to avoid collisions will

Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread TJoseph Powderly
On 10/06/2013 01:34 PM, Michael Haberler wrote: Keyboard jogging during pause now works: http://youtu.be/HNuu_D4X_EM The HAL jogging pins are removed since not needed anymore. Hitting resume inserts the return move at the last jog speed. Integration is pending some work on the underlying

Re: [Emc-users] JogWhilePaused Proposal

2013-10-06 Thread TJoseph Powderly
On 10/06/2013 04:56 PM, Michael Haberler wrote: Am 06.10.2013 um 23:09 schrieb Ricardo Moscoloni rmoscol...@gmail.com: this is great!, could you think adding a pin that defines last resuming move along an axis (z on a mill as an examlple), to avoid collisions will be useful? As cartesian

[Emc-users] [PATCH] axis: WIP enable jog functionality when paused

2013-10-06 Thread Jeff Epler
--- .. this will ultimately be needed for mah's work on jog-while-paused. This change probably needs to be tweaked or at least tested further before it's pushed on top of that branch. However, for those wishing to test the branch with the AXIS user interface it might be good enough to start