Re: [Emc-users] Avoiding probe crash

2017-12-07 Thread
* deceleration) (Unit conversion may need to be applied) If motion.motion-type == 5 can be a HAL signal then my problem is solved. I could program the behaviour that suits my need. 2017-12-07 23:26 GMT+08:00 王若溪 <thuwr...@gmail.com>: > Good call. I like this. > > (It's a joke isn't i

Re: [Emc-users] Avoiding probe crash

2017-12-07 Thread
Good call. I like this. (It's a joke isn't it?) 2017-12-05 0:42 GMT+08:00 Nicklas Karlsson <nicklas.karlsso...@gmail.com>: > On Tue, 5 Dec 2017 00:37:03 +0800 > 王若溪 <thuwr...@gmail.com> wrote: > > > I'm writing some auto measurement G-code program using my CNC

[Emc-users] Avoiding probe crash

2017-12-04 Thread
I'm writing some auto measurement G-code program using my CNC mill and a touch probe. Seems that LinuxCNC doesn't want to stop when the probe is tripped during a non-probe move if the machine is running a G-code program. Currently, I'm replacing every non-probe move with G38.3. After it's

[Emc-users] Acceleration Confusion

2017-08-30 Thread
I have an XHC-HB04 18-button wireless MPG on my mill. It's amazing that it works on LinuxCNC. But I found something confusing about acceleration: 1. The acceleration in [XHC_HB04_CONFIG]mpg_accels seems to have an effect on both jogging and program running. Isn't it supposed to affect MPG

Re: [Emc-users] 4-axis tool path back plot in Axis

2017-08-27 Thread
> >> http://www.wallacecompany.com/machine_shop/LinuxCNC/fourth_axis/ >> > > My next task was to try to clearly define what the plot should look like. > A working example to copy would be nice. > > > > On 08/25/2017 12:53 AM, 王若溪 wrote: > >> Hi forks, >> >> I

[Emc-users] 4-axis tool path back plot in Axis

2017-08-25 Thread
Hi forks, I'm using LinuxCNC with my 4 axes (A axis rotate along X axis) mill and I want to make back plot in Axis GUI reflect the path of tool reference point (tool tip) relative to the workpiece correctly. i.e. The tool reference point (tool tip) should rotate about the A axis hinge point,

Re: [Emc-users] armhf packages for Debian Stretch?

2017-08-20 Thread
Raspbian is armhf architecture. 2017-08-16 11:09 GMT+08:00 Sebastian Kuzminsky <s...@highlab.com>: > On 08/15/2017 09:05 PM, 王若溪 wrote: > >> Yes, you can build LinuxCNC for Stretch on armhf. The only reason we >>> don't provide these packages is we don't have a dedica

Re: [Emc-users] armhf packages for Debian Stretch?

2017-08-15 Thread
> Yes, you can build LinuxCNC for Stretch on armhf. The only reason we > don't provide these packages is we don't have a dedicated Stretch armhf > build machine. > Here are instructions on building the debs yourself. This assumes a >native build, not a cross build, so running everything on the

[Emc-users] armhf packages for Debian Stretch?

2017-08-15 Thread
Hello everyone, I'm trying to run LinuxCNC on BeagleBone Black which has Debian Stretch installed, but it seems that LinuxCNC repo doesn't have armhf package for Stretch. Is there any chance that I can build one myself? As I can run LinuxCNC smoothly on my x86 laptop which has Debian Stretch with