Re: [Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread Alec Ari via Emc-developers
Configs show up now, but now there's a new problem: ntu@ryzen ~ $ linuxcnc LINUXCNC - 2.9.0~pre0 Machine configuration directory is '/home/ntu/linuxcnc/configs/sim.axis' Machine configuration file is 'axis.ini' can't find package Linuxcnc     while executing "package require Linuxcnc "     (file

Re: [Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread Alec Ari via Emc-developers
Ah.. Gentoo compresses all documentation by default: ntu@ryzen ~ $ ls /usr/share/doc/linuxcnc/examples/sample-configs/sim/axis/ README.bz2   foam   ini_with_includes    ldelta_demo_es.txt.bz2    rdelta.ini.bz2 README_es.bz2    gantry

Re: [Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread Alec Ari via Emc-developers
So I fixed the symlink but none of the other configs are actually showing up, this is what I added: https://github.com/NTULINUX/ntu_overlay/commit/5e07d93a625f2acd459c85e7a6c427718f857457 Does anything look odd here? ntu@ryzen ~/ntu_overlay $ ls -la /usr/share/doc/linuxcnc/examples/*/*

Re: [Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread Alec Ari via Emc-developers
I think the problem here is actually a symlink to nc_files that the Gentoo package manager is breaking somehow rather than the .ini files in /usr/share/doc. Need to figure out where it wants it and what's missing. Current installation: ntu@ryzen ~ $ ls -la

Re: [Emc-developers] Protocol on Google Docs Re: LinuxCNC online meeting - 13th of June (next Monday) 20:00 CEST was: "doodle" to set time for a LinuxCNC online meeting

2022-07-28 Thread Petter Reinholdtsen
[Steffen Möller 2022-06-15] > This would be a great preparation for a next meeting, which will be > orchestrated by Rene. We are aiming at about 4-6 weeks from now. Any news on the next meeting? -- Happy hacking Petter Reinholdtsen ___

Re: [Emc-developers] [Hosted Weblate] New comment inLinuxCNC/LinuxCNC Documentation

2022-07-28 Thread gene heskett
On 7/28/22 06:37, Hans Unzner wrote: Maybe will restart the program at the following line. --> will continue executing the program at the following line. ? I'm not happy with this, the word restart is IMO correct because the state of the machine can only be determined by scanning and

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2022-07-28 Thread Rod Webster
Nicklas, this will be a pretty big brain dump so please read on. This is where Dewey's work comes in to solve your problem. You can now write a custom homing component and install it using halcompile. You need to start by reading the homecomp docs

Re: [Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-07-28 Thread Stuart Stevenson
PAUSE/CONTINUE with II/> as the symbols. My 22 month old grandson understands this on my phone and on the tv screen. Returning to earlier NC/CNC commands is "rewind" to start at the beginning of the program. A strip visual cues on the screen showing the major start points such as tool changes.

Re: [Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread andy pugh
On Thu, 28 Jul 2022 at 08:25, Alec Ari via Emc-developers wrote: > > I have a LinuxCNC ebuild now for Gentoo but there's a problem. All of the > config files are missing (i.e. sim axis) so these need to be forced to be > installed in the ebuild. Gentoo doesn't like it and there's going to be a

Re: [Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-07-28 Thread Hans Unzner
Maybe will restart the program at the following line. --> will continue executing the program at the following line. ? Am Do., 28. Juli 2022 um 11:55 Uhr schrieb Steffen Möller via Emc-developers : > > > # Comment added > > [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"):

Re: [Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-07-28 Thread Nicklas SB Karlsson
tor 2022-07-28 klockan 09:53 + skrev Steffen Möller via Emc- developers: > > > #  Comment added > > [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): > [Hosted > Weblate](https://hosted.weblate.org) / > [LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC >

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2022-07-28 Thread Nicklas SB Karlsson
tis 2022-05-03 klockan 13:09 +0100 skrev andy pugh: > On Tue, 21 Sept 2021 at 15:35, Daniel Dempsey > wrote: > > > Will try to sort out the rest of homing.c this week and hopefully > > test on > > the weekend when the shop is quiet. > > This has been sat in my inbox for months awaiting a reply.

Re: [Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread Jérémie Tarot
Le jeu. 28 juil. 2022 à 09:25, Alec Ari via Emc-developers < emc-developers@lists.sourceforge.net> a écrit : > I have a LinuxCNC ebuild now for Gentoo but there's a problem. All of the > config files are missing (i.e. sim axis) so these need to be forced to be > installed in the ebuild. Gentoo

[Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-07-28 Thread Steffen Möller via Emc-developers
# Comment added [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted Weblate](https://hosted.weblate.org) / [LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC Documentation](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/) /

[Emc-developers] /usr/share/doc has many .ini files but .ini files are not documentation

2022-07-28 Thread Alec Ari via Emc-developers
I have a LinuxCNC ebuild now for Gentoo but there's a problem. All of the config files are missing (i.e. sim axis) so these need to be forced to be installed in the ebuild. Gentoo doesn't like it and there's going to be a lot of QA notices by the time the ebuild is finished because