Advanced Search

Search Results (Searched for: )

  • alangibson
  • alangibson
17 Oct 2025 11:06

MetalHeadCAM: dxf2gcode and Inkscape gcode plugin replacement

Category: Plasmac

Thanks Rod. I just deployed a much simplified version with quite a few fixes. Plus now it has Imperial support. I'd love to hear your feedback on it.
  • andypugh
  • andypugh's Avatar
17 Oct 2025 11:04
Replied by andypugh on topic Axis configuration not fully working on 2.9.6

Axis configuration not fully working on 2.9.6

Category: AXIS

The build stalled for some reason, so the .deb isn't there yet.

Once it is there then the .deb will install the updated version of LinuxCNC (even if the machine doesn't already have LinuxCNC)
  • philgood
  • philgood
17 Oct 2025 10:26
Pas de déplacement avec le MPG was created by philgood

Pas de déplacement avec le MPG

Category: Français

Bonjour à tous.
voila mon PB, J'ai une carte Digital Dream EC300 flashé en remora, un grand merci à Scotta pour son travail.
J'ai branché un MPG simple, avec juste 2 sélecteurs (échelle X1,X10,X100 et X,Y,Z,A) et une molette de jog.
Mon fichier jog.hal est celui de la doc linux cnc adapté avec mes entrées.
Linuxcnc 2.9.4 démarre bien. Je peux déplacer les axes avec le clavier, mais rien ne se passe avec le MPG
Je précise que dans Watch Hal les variables axis.y.jog-count, axis.y.jog-enable, axis.y.jog-scale réagissent bien avec les sélecteurs
c'est pareil avec les autres axes.
ci joint une photo des variables pour l'axes Y. 
J'ai tenté de forcer avec un set, pas de déplacement de l'axe.
Il me manque quoi?
Je ne suis pas un spécialiste en linux, j'essaye de migrer ma cnc de mach3 à linuxcnc.
Merci
  • Aciera
  • Aciera's Avatar
17 Oct 2025 10:03

Combine Glade Togglebutton with Physical Input

Category: GladeVCP

you might have to use the 'not' component:

loadrt not
addf not.0 servo-thread
net your_signal not.0.in
net your_signal_inverted not.0.out
  • DerKlotz
  • DerKlotz
17 Oct 2025 09:34 - 17 Oct 2025 09:35

Combine Glade Togglebutton with Physical Input

Category: GladeVCP

Hello,
i just try to complete the function in the attached file. My postgui.hal:

#[Startknopf]
loadrt or2
addf or2.0 servo-thread
net Start.ext.an <= gladevcp.Start => or2.0.in0
net Start.ext.an1 <= hm2_7i76e.0.7i76.0.0.input-04 => or2.0.in1
net Start.or <= or2.0.out => hm2_7i76e.0.7i76.0.0.output-05 => gladevcp.led_Startstopp => halui.machine.on

#net Start.or => gladevcp.Start-not => hm2_7i76e.0.7i76.0.0.output-06 => halui.machine.off
#net Start.ext.aus => gladevcp.Start-not => hm2_7i76e.0.7i76.0.0.output-06 => #halui.machine.off

I can´t get output-6 and halui.machine.off to work.
Please help
  • DerKlotz
  • DerKlotz
17 Oct 2025 08:05
Replied by DerKlotz on topic Enlarge Hal_Meter

Enlarge Hal_Meter

Category: GladeVCP

Thanks, that works
  • ihavenofish
  • ihavenofish
17 Oct 2025 04:57
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

toyssss

 
 
 
 
 
 
 
  • unknown
  • unknown
17 Oct 2025 00:24
Replied by unknown on topic Injection molding

Injection molding

Category: CNC Machines

The Linuxcnc-RIO\riocore has a max6675 plugin.

github.com/multigcs/riocore/blob/main/ri...ns/max6675/README.md
  • unknown
  • unknown
16 Oct 2025 23:36

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

That doesn't always happen.
I used to distribute an ISO based on Mint 19.x & build packages for installation via apt.
Tommy has a later Mint based ISO, if memory serves me right.
There has been a couple of Raspi OS based images for the RPi platform as opposed to the Debian based image that forms the official image.

The code base used to build the current image is a fork from the linxcuc live-build repo.

In another thread I posted links to test images, based on my findings regarding the raspi-firmware issues, unfortunately no one, it would seem, downloaded and was able to test the images. It was clearly stated that they were test images only and not to be used for a production machine.

I did state in my initial thread that I wanted to open a dialogue with regards to building a new 2.9.x based ISO.

Machine Kit was a fork of Linuxcnc, worked well on a lowly powered BeagleBoneBlack (1Ghz & 512MB ram) and was able to use the in built micro controller for step & direction generation worked quite well on a 3 axis mill, unfortunately development on that project stalled.

@langdons "not some random offshoot side project fork" . Oh the irony.
  • PCW
  • PCW's Avatar
16 Oct 2025 23:11
Replied by PCW on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

For isolcpus:http://wiki.linuxcnc.org/cgi-bin/wiki.pl?The_Isolcpus_Boot_Parameter_And_GRUB2

For pinning the IRQ there is a script for testing here: 

 

File Attachment:

File Name: pinirq_2025-10-16.txt
File Size:1 KB


to run, first download the script then:

chmod +x pinirq.txt

then

sudo ./pinirq.txt [ethernet_device_name]

 
  • jmp97
  • jmp97
16 Oct 2025 22:56
Replied by jmp97 on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

Can you explain how to do it?

Now I just need to configure the INI to mm and the speeds. I'm getting errors from

hm2/hm2_7i965.0: stepgen.00.maxvel is too big for current step timings & position-scale, clipping to max possible
  • tommylight
  • tommylight's Avatar
16 Oct 2025 22:47
Replied by tommylight on topic Injection molding

Injection molding

Category: CNC Machines

Another cheap option for reading thermistors is LM331, a voltage-to-frequency converter
www.ti.com/lit/ds/symlink/lm331.pdf?ts=1760588182451
Or an industrial solution by Mesa, the THCAD
  • andypugh
  • andypugh's Avatar
16 Oct 2025 22:00 - 16 Oct 2025 22:06
Replied by andypugh on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

Hi,
I used Debian 12 LinuxCNC image to install LinuxCNC. Afterwards I updated to Debian 13 as shown here in the forum
                          
Holen:7 https://www.linuxcnc.org bookworm InRelease [31,1 kB]                
Fehl:7 https://www.linuxcnc.org bookworm InRelease


The "bookworm" there should be "trixie" You need to change the distro name in /etc/apt/sources.list.d/linuxcnc.list

To address the key length issue (which, oddly, didn't seem to effect my Trixie installation) I have created a new, longer key and signed the trixie repository with it (I _think)

The new key can be found at keyserver.ubuntu.com/pks/lookup?search=L...gerprint=on&op=index

But the best option is probably to use a new version of the LinuxCNC install script which will install the keys then install LinuxCNC.

www.linuxcnc.org/linuxcnc-trixie-install.sh

This can be downloaded (right-click and save-file-as), made executable ("chmod +x linuxcnc-trixie-install.sh") and then run ("./linuxcnc-trixie-install.sh")

I would very much appreciate it if folk could try this out before I properly announce / release it.[/code][/quote]
  • PCW
  • PCW's Avatar
16 Oct 2025 21:30
Replied by PCW on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

Normally the DKMS 8168 driver will fix the Ethernet latency issues

If it's not sufficient, one additional step to do is to  use isolcpus
to isolate the last processor and then pin the Ethernet IRQ to that
processor.
 
  • jmp97
  • jmp97
16 Oct 2025 21:24
Replied by jmp97 on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

I have executed this in a terminal:
sudo cyclictest -l 10000 -m -p 80 -i 1000 -q -v

He has given me this:

0: 9996: 2
0: 9997: 2
0: 9998: 2
0: 9999: 2
T: 0 ( 2995) P:80 I:1000 C: 10000 Min: 2 Act: 2 Avg: 2 Max: 7

It seems that by switching to r8168, I am no longer getting the error.

I currently have 3 axes, but I will be installing 5 simultaneous axes. Is it advisable to change the network card?
Displaying 8626 - 8640 out of 16966 results.
Time to create page: 0.578 seconds
Powered by Kunena Forum