Advanced Search

Search Results (Searched for: )

  • dbtayl
  • dbtayl
13 Apr 2025 14:09
Replied by dbtayl on topic Latency and Graphics Card

Latency and Graphics Card

Category: General LinuxCNC Questions

I also found that disabling acceleration while still using the modesetting driver helped immensely, if that is indeed your issue:

forum.linuxcnc.org/38-general-linuxcnc-q...nity?start=50#314597
  • vre
  • vre
13 Apr 2025 12:56
Replied by vre on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

why baking and sodium hydroxide that is cheaper and it is more alkaline?
  • Giovanni
  • Giovanni
13 Apr 2025 12:38
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

You could run ncam from any folder by creating a link in a folder which by deffault have a command path.

To do that you could type:

sudo ln -s /usr/share/linuxcnc/gladevcp/NativeCAM/ncam.py /usr/bin/ncam

Then you can call ncam from the terminal like any other command and from any folder.

Regards
Giovanni
  • 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.

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