Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
13 Apr 2025 12:35
Replied by tommylight on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

ftp.de.debian.org/debian/pool/main/l/lin....13.8-1~exp1_all.deb

ftp.de.debian.org/debian/pool/main/l/lin....11-1~exp1_amd64.deb

This is all i can find, it is an experimental kernel, so no support for it and it keeps changing.
  • Aciera
  • Aciera's Avatar
13 Apr 2025 12:11 - 13 Apr 2025 12:12

Will the remapped code be executed first when the G code file is loaded?

Category: G&M Codes

You don't 'set' the #<_task> parameter, you use an 'if' statement in your code to check the value of the #<_task> parameter.

Examples:

In ngc code:
o100 if [#<_task> EQ 1]
;everything in here is only executed during actual gcode execution
o100 endif

In a python remap:
    if self.task == 0: # ignore the preview interpreter
        yield INTERP_EXECUTE_FINISH
        return INTERP_OK
  • DavidK
  • DavidK
13 Apr 2025 11:56

Will the remapped code be executed first when the G code file is loaded?

Category: G&M Codes

Hi,

I have the same problem. Could you please tell me where I have to set the #<_task> paramter to skip the remapped code.

Thank you very much
  • jc2ktr
  • jc2ktr
13 Apr 2025 11:54
Replied by jc2ktr on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

sudo apt install linux-headers-$(uname -r)
 

I tried to install the headers with your above mentioned command without any luck.
is there another way to find and install the header files?

linuxcnc@linuxcnc-mint:~$ sudo apt install -y linux-headers-$(uname -r)
[sudo] Passwort für linuxcnc:          
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
E: Paket linux-headers-6.13-rt-amd64 kann nicht gefunden werden.
E: Mittels des Musters »linux-headers-6.13-rt-amd64« konnte kein Paket gefunden werden.

 
  • hermann1976
  • hermann1976's Avatar
13 Apr 2025 09:52 - 13 Apr 2025 09:52
Replied by hermann1976 on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

Thank you, Giovanni. Replacing pref_edit.py fixed the problem with saving preferences.
I've been playing around a bit.
I've now figured out how to start NativeCAM in standalone mode.
It works for me by running ncam.py  with  '/usr/share/linuxcnc/gladevcp/NativeCAM/ncam.py -i /home/cnc/linuxcnc/configs/sim.gmoccapy/gmoccapy.ini -c mill'.

 
Displaying 17266 - 17270 out of 17270 results.
Time to create page: 0.589 seconds
Powered by Kunena Forum